pyToshka commited on
Commit
82323f1
·
verified ·
1 Parent(s): 6addb9a

Upload dataset - Session upload_1771826950

Browse files
Files changed (6) hide show
  1. README.md +157 -145
  2. metadata.json +343 -337
  3. train.csv +2 -2
  4. train.jsonl +2 -2
  5. train.parquet +2 -2
  6. upload_manifest.json +3 -3
README.md CHANGED
@@ -2,6 +2,7 @@
2
  language:
3
  - en
4
  task_categories:
 
5
  - other
6
  task_ids:
7
  - tabular-multi-class-classification
@@ -15,56 +16,53 @@ license: bsd-3-clause
15
  tags:
16
  - cybersecurity
17
  - honeypot
18
- - threat-intelligence
 
 
 
 
 
 
19
  multilinguality:
20
  - monolingual
21
  annotations_creators:
22
  - machine-generated
 
23
  dataset_info:
24
  features:
25
- - name: in_iface
26
- dtype: string
27
- - name: flow_id
28
- dtype: string
29
- - name: app_proto
30
  dtype: string
31
- - name: host
32
  dtype: string
33
- - name: flow
34
  dtype: string
35
- - name: honeypot_hostname
36
  dtype: string
37
- - name: honeypot_ip_int
38
  dtype: string
39
- - name: ip_v
40
  dtype: string
41
- - name: metadata
42
  dtype: string
43
  - name: honeypot_ip_ext
44
  dtype: string
45
- - name: geoip
46
- dtype: string
47
- - name: type
48
- dtype: string
49
- - name: dest_ip
50
- dtype: string
51
- - name: timestamp
52
  dtype: string
53
- - name: tcp
54
  dtype: string
55
- - name: proto
56
  dtype: string
57
- - name: '@timestamp'
58
  dtype: string
59
- - name: event_type
60
  dtype: string
61
- - name: geoip_ext
62
  dtype: string
63
- - name: '@version'
64
  dtype: string
65
- - name: src_port
66
  dtype: string
67
- - name: src_ip
68
  dtype: string
69
  - name: dest_port
70
  dtype: int64
@@ -84,226 +82,240 @@ dataset_info:
84
  dtype: string
85
  - name: primary_label
86
  dtype: string
87
- - name: mod
88
  dtype: string
89
- - name: raw_mtu
90
  dtype: string
91
- - name: subject
92
  dtype: string
93
- - name: link
94
  dtype: string
95
- - name: password
96
  dtype: string
97
- - name: action
98
  dtype: string
99
- - name: protocol
100
  dtype: string
101
- - name: username
102
  dtype: string
103
- - name: status
104
  dtype: string
105
- - name: tags
106
  dtype: string
107
- - name: ip_rep
108
  dtype: string
109
- - name: session_duration
110
- dtype: float64
111
- - name: msg
112
  dtype: string
113
- - name: message
114
  dtype: string
115
- - name: level
116
  dtype: string
117
- - name: session
118
  dtype: string
119
- - name: service
120
  dtype: string
121
- - name: output
122
  dtype: string
123
- - name: input
124
  dtype: string
125
- - name: environ
126
  dtype: string
127
- - name: ssh
128
  dtype: string
129
- - name: pkt_src
130
  dtype: string
131
- - name: params
132
  dtype: string
133
- - name: dist
134
  dtype: string
135
- - name: os
136
  dtype: string
137
- - name: raw_sig
138
  dtype: string
139
- - name: stream
140
  dtype: string
141
- - name: payload_printable
142
  dtype: string
143
- - name: payload
144
  dtype: string
145
- - name: direction
146
  dtype: string
147
- - name: alert
148
  dtype: string
149
- - name: raw_hits
150
  dtype: string
151
- - name: reason
152
  dtype: string
153
- - name: rdp
154
  dtype: string
155
- - name: uptime
156
  dtype: string
157
- - name: raw_freq
158
  dtype: string
159
- - name: is_virtual
160
  dtype: string
161
- - name: downloads
162
  dtype: string
163
- - name: download_tries
164
  dtype: string
165
- - name: end_time
166
  dtype: string
167
- - name: proxy_connection
168
  dtype: string
169
- - name: start_time
170
  dtype: string
171
- - name: attack_connection
172
  dtype: string
173
- - name: download_count
174
  dtype: string
175
- - name: operation_mode
176
  dtype: string
177
- - name: fatt_rdp
178
  dtype: string
179
- - name: mstshash
180
  dtype: string
181
- - name: data
182
  dtype: string
183
  - name: fatt_ssh
184
  dtype: string
185
- - name: tx_id
186
  dtype: string
187
- - name: http
188
  dtype: string
189
- - name: fileinfo
190
  dtype: string
191
- - name: anomaly
192
  dtype: string
193
- - name: ts_progress
194
  dtype: string
195
- - name: tc_progress
196
  dtype: string
197
- - name: response.metadata.model
198
  dtype: string
199
- - name: request.headers.Accept
200
  dtype: string
201
- - name: request.method
202
  dtype: string
203
- - name: request.requestURI
204
  dtype: string
205
- - name: response.metadata.generationSource
206
  dtype: string
207
- - name: response.body
208
  dtype: string
209
- - name: request.protocol
210
  dtype: string
211
- - name: request.headers.User-Agent
212
  dtype: string
213
- - name: sensorName
 
 
214
  dtype: string
215
- - name: response.metadata.temperature
216
  dtype: string
217
- - name: request.headers.sorted
218
  dtype: string
219
- - name: request.bodySha256
220
  dtype: string
221
  - name: hostname
222
  dtype: string
223
- - name: request.headers.Accept-Encoding
224
- dtype: string
225
- - name: request.userAgent
226
  dtype: string
227
  - name: request.headers.sortedSha256
228
  dtype: string
229
- - name: request.body
230
  dtype: string
231
- - name: response.headers.Content-Type
232
  dtype: string
233
- - name: response.metadata.provider
 
 
 
 
234
  dtype: string
235
  - name: response.headers.Server
236
  dtype: string
237
- - name: app
238
  dtype: string
239
- - name: lang
240
  dtype: string
241
- - name: fatt_tls
242
  dtype: string
243
- - name: files
244
  dtype: string
245
- - name: client
246
  dtype: string
247
- - name: tls
248
  dtype: string
249
- - name: eventid
250
  dtype: string
251
- - name: sensor
252
  dtype: string
253
- - name: client_version
254
  dtype: string
255
- - name: shasum
256
  dtype: string
257
- - name: filename
258
  dtype: string
259
- - name: src_url
260
  dtype: string
261
- - name: outfile
 
 
 
 
262
  dtype: string
263
  - name: app_proto_tc
264
  dtype: string
265
  - name: smb
266
  dtype: string
267
- - name: request.headers.Content-Type
268
  dtype: string
269
- - name: request.headers.Next-Action
 
 
 
 
 
 
270
  dtype: string
271
  - name: request.headers.Connection
272
  dtype: string
273
- - name: request.headers.Content-Length
274
  dtype: string
275
- - name: smtp
276
  dtype: string
277
- - name: duration
278
  dtype: string
279
- - name: icmp_code
280
  dtype: string
281
- - name: icmp_type
282
  dtype: string
283
- - name: fatt_http
284
  dtype: string
285
- - name: ftp
286
  dtype: string
287
- - name: request.headers.Accept-Charset
288
  dtype: string
289
- - name: request.headers.Accept-Language
290
  dtype: string
291
- - name: pgsql
292
  dtype: string
293
- - name: app_proto_ts
294
  dtype: string
295
- - name: id
296
  dtype: string
297
- - name: version
 
 
298
  dtype: string
299
  - name: commands
300
  dtype: string
301
  splits:
302
  - name: train
303
- num_bytes: 814033598
304
- num_examples: 89325
305
- download_size: 814033598
306
- dataset_size: 814033598
307
  config_name: default
308
  ---
309
 
@@ -380,29 +392,29 @@ print(f"Malicious events: {malicious_count}/{len(train_data)} ({malicious_count/
380
 
381
  ## Data Fields
382
 
383
- The dataset contains 138 features across several categories:
384
 
385
  ### Network Features
386
- - `flow_id`: Network-related information
387
- - `flow`: Network-related information
388
- - `honeypot_ip_int`: Network-related information
389
- - `ip_v`: Network-related information
390
- - `honeypot_ip_ext`: Network-related information
391
- - ... and 9 more network features
392
 
393
  ### Behavioral Features
 
394
  - `username`: Behavioral analysis data
395
  - `session_duration`: Behavioral analysis data
396
- - `session`: Behavioral analysis data
397
  - `request.headers.User-Agent`: Behavioral analysis data
398
  - `request.userAgent`: Behavioral analysis data
399
  - ... and 1 more behavioral features
400
 
401
  ### Temporal Features
402
- - `timestamp`: Time-based information
403
  - `@timestamp`: Time-based information
404
- - `session_duration`: Time-based information
405
  - `uptime`: Time-based information
 
406
  - `end_time`: Time-based information
407
  - ... and 2 more temporal features
408
 
@@ -418,12 +430,12 @@ The dataset contains 138 features across several categories:
418
 
419
  | Split | Examples |
420
  |-------|----------|
421
- | train | 89,325 |
422
 
423
  ## Dataset Statistics
424
 
425
- - **Total size**: ~776.3 MB
426
- - **Average record size**: ~9113 bytes
427
  - **Feature completeness**: 100.0%
428
 
429
  ## Ethical Considerations
 
2
  language:
3
  - en
4
  task_categories:
5
+ - tabular-classification
6
  - other
7
  task_ids:
8
  - tabular-multi-class-classification
 
16
  tags:
17
  - cybersecurity
18
  - honeypot
19
+ - threat-detection
20
+ - network-security
21
+ - intrusion-detection
22
+ - tabular
23
+ - security
24
+ - anomaly-detection
25
+ - classification
26
  multilinguality:
27
  - monolingual
28
  annotations_creators:
29
  - machine-generated
30
+ paperswithcode_id: null
31
  dataset_info:
32
  features:
33
+ - name: dest_ip
 
 
 
 
34
  dtype: string
35
+ - name: geoip
36
  dtype: string
37
+ - name: src_port
38
  dtype: string
39
+ - name: "@timestamp"
40
  dtype: string
41
+ - name: ip_rep
42
  dtype: string
43
+ - name: geoip_ext
44
  dtype: string
45
+ - name: host
46
  dtype: string
47
  - name: honeypot_ip_ext
48
  dtype: string
49
+ - name: mod
 
 
 
 
 
 
50
  dtype: string
51
+ - name: "@version"
52
  dtype: string
53
+ - name: honeypot_hostname
54
  dtype: string
55
+ - name: honeypot_ip_int
56
  dtype: string
57
+ - name: type
58
  dtype: string
59
+ - name: src_ip
60
  dtype: string
61
+ - name: subject
62
  dtype: string
63
+ - name: raw_hits
64
  dtype: string
65
+ - name: reason
66
  dtype: string
67
  - name: dest_port
68
  dtype: int64
 
82
  dtype: string
83
  - name: primary_label
84
  dtype: string
85
+ - name: dist
86
  dtype: string
87
+ - name: os
88
  dtype: string
89
+ - name: raw_sig
90
  dtype: string
91
+ - name: params
92
  dtype: string
93
+ - name: tags
94
  dtype: string
95
+ - name: timestamp
96
  dtype: string
97
+ - name: in_iface
98
  dtype: string
99
+ - name: proto
100
  dtype: string
101
+ - name: ip_v
102
  dtype: string
103
+ - name: tcp
104
  dtype: string
105
+ - name: flow
106
  dtype: string
107
+ - name: flow_id
 
 
108
  dtype: string
109
+ - name: event_type
110
  dtype: string
111
+ - name: metadata
112
  dtype: string
113
+ - name: payload_printable
114
  dtype: string
115
+ - name: payload
116
  dtype: string
117
+ - name: pkt_src
118
  dtype: string
119
+ - name: direction
120
  dtype: string
121
+ - name: alert
122
  dtype: string
123
+ - name: stream
124
  dtype: string
125
+ - name: app_proto
126
  dtype: string
127
+ - name: raw_freq
128
  dtype: string
129
+ - name: uptime
130
  dtype: string
131
+ - name: link
132
  dtype: string
133
+ - name: raw_mtu
134
  dtype: string
135
+ - name: rdp
136
  dtype: string
137
+ - name: protocol
138
  dtype: string
139
+ - name: fatt_rdp
140
  dtype: string
141
+ - name: action
142
  dtype: string
143
+ - name: fileinfo
144
  dtype: string
145
+ - name: http
146
  dtype: string
147
+ - name: fatt_tls
148
  dtype: string
149
+ - name: service
150
  dtype: string
151
+ - name: level
152
  dtype: string
153
+ - name: status
154
  dtype: string
155
+ - name: message
156
  dtype: string
157
+ - name: input
158
  dtype: string
159
+ - name: session
160
  dtype: string
161
+ - name: msg
162
  dtype: string
163
+ - name: output
164
  dtype: string
165
+ - name: username
166
  dtype: string
167
+ - name: environ
168
  dtype: string
169
+ - name: password
170
  dtype: string
171
+ - name: client
172
  dtype: string
173
+ - name: tx_id
174
  dtype: string
175
+ - name: tls
176
  dtype: string
177
+ - name: anomaly
178
  dtype: string
179
  - name: fatt_ssh
180
  dtype: string
181
+ - name: download_count
182
  dtype: string
183
+ - name: start_time
184
  dtype: string
185
+ - name: downloads
186
  dtype: string
187
+ - name: download_tries
188
  dtype: string
189
+ - name: proxy_connection
190
  dtype: string
191
+ - name: attack_connection
192
  dtype: string
193
+ - name: is_virtual
194
  dtype: string
195
+ - name: end_time
196
  dtype: string
197
+ - name: operation_mode
198
  dtype: string
199
+ - name: tc_progress
200
  dtype: string
201
+ - name: ts_progress
202
  dtype: string
203
+ - name: files
204
  dtype: string
205
+ - name: data
206
  dtype: string
207
+ - name: mstshash
208
  dtype: string
209
+ - name: session_duration
210
+ dtype: float64
211
+ - name: ssh
212
  dtype: string
213
+ - name: client_version
214
  dtype: string
215
+ - name: app
216
  dtype: string
217
+ - name: lang
218
  dtype: string
219
  - name: hostname
220
  dtype: string
221
+ - name: request.bodySha256
 
 
222
  dtype: string
223
  - name: request.headers.sortedSha256
224
  dtype: string
225
+ - name: sensorName
226
  dtype: string
227
+ - name: request.requestURI
228
  dtype: string
229
+ - name: request.headers.Accept
230
+ dtype: string
231
+ - name: request.headers.sorted
232
+ dtype: string
233
+ - name: "request.headers.User-Agent"
234
  dtype: string
235
  - name: response.headers.Server
236
  dtype: string
237
+ - name: response.body
238
  dtype: string
239
+ - name: request.method
240
  dtype: string
241
+ - name: response.metadata.provider
242
  dtype: string
243
+ - name: request.userAgent
244
  dtype: string
245
+ - name: request.body
246
  dtype: string
247
+ - name: response.metadata.model
248
  dtype: string
249
+ - name: request.protocol
250
  dtype: string
251
+ - name: response.metadata.generationSource
252
  dtype: string
253
+ - name: "response.headers.Content-Type"
254
  dtype: string
255
+ - name: response.metadata.temperature
256
  dtype: string
257
+ - name: smtp
258
  dtype: string
259
+ - name: app_proto_ts
260
  dtype: string
261
+ - name: duration
262
+ dtype: string
263
+ - name: eventid
264
+ dtype: string
265
+ - name: sensor
266
  dtype: string
267
  - name: app_proto_tc
268
  dtype: string
269
  - name: smb
270
  dtype: string
271
+ - name: fatt_http
272
  dtype: string
273
+ - name: icmp_type
274
+ dtype: string
275
+ - name: icmp_code
276
+ dtype: string
277
+ - name: ftp
278
+ dtype: string
279
+ - name: mqtt
280
  dtype: string
281
  - name: request.headers.Connection
282
  dtype: string
283
+ - name: "request.headers.Accept-Encoding"
284
  dtype: string
285
+ - name: src_url
286
  dtype: string
287
+ - name: filename
288
  dtype: string
289
+ - name: outfile
290
  dtype: string
291
+ - name: shasum
292
  dtype: string
293
+ - name: "request.headers.Content-Length"
294
  dtype: string
295
+ - name: "request.headers.Content-Type"
296
  dtype: string
297
+ - name: "request.headers.Next-Action"
298
  dtype: string
299
+ - name: "request.headers.Accept-Language"
300
  dtype: string
301
+ - name: request.headers.Pragma
302
  dtype: string
303
+ - name: "request.headers.Cache-Control"
304
  dtype: string
305
+ - name: "request.headers.Upgrade-Insecure-Requests"
306
  dtype: string
307
+ - name: app_proto_orig
308
+ dtype: string
309
+ - name: sip
310
  dtype: string
311
  - name: commands
312
  dtype: string
313
  splits:
314
  - name: train
315
+ num_bytes: 747332007
316
+ num_examples: 81804
317
+ download_size: 747332007
318
+ dataset_size: 747332007
319
  config_name: default
320
  ---
321
 
 
392
 
393
  ## Data Fields
394
 
395
+ The dataset contains 140 features across several categories:
396
 
397
  ### Network Features
398
+ - `dest_ip`: Network-related information
399
+ - `geoip`: Network-related information
400
+ - `src_port`: Network-related information
401
+ - `ip_rep`: Network-related information
402
+ - `geoip_ext`: Network-related information
403
+ - ... and 10 more network features
404
 
405
  ### Behavioral Features
406
+ - `session`: Behavioral analysis data
407
  - `username`: Behavioral analysis data
408
  - `session_duration`: Behavioral analysis data
 
409
  - `request.headers.User-Agent`: Behavioral analysis data
410
  - `request.userAgent`: Behavioral analysis data
411
  - ... and 1 more behavioral features
412
 
413
  ### Temporal Features
 
414
  - `@timestamp`: Time-based information
415
+ - `timestamp`: Time-based information
416
  - `uptime`: Time-based information
417
+ - `start_time`: Time-based information
418
  - `end_time`: Time-based information
419
  - ... and 2 more temporal features
420
 
 
430
 
431
  | Split | Examples |
432
  |-------|----------|
433
+ | train | 81,804 |
434
 
435
  ## Dataset Statistics
436
 
437
+ - **Total size**: ~712.7 MB
438
+ - **Average record size**: ~9136 bytes
439
  - **Feature completeness**: 100.0%
440
 
441
  ## Ethical Considerations
metadata.json CHANGED
@@ -3,46 +3,41 @@
3
  "name": "attacks-weekly",
4
  "version": "1.0.0",
5
  "description": "Cybersecurity dataset from honeypot infrastructure",
6
- "total_samples": 89325,
7
- "features": 138,
8
- "creation_timestamp": "2026-02-16T06:08:49.624815+00:00",
9
  "data_source": "Honeypot Infrastructure",
10
  "honeypot_types": {},
11
  "time_range": {
12
  "start": "",
13
- "end": "2026-02-16T06:00:00.315949+00:00"
14
  }
15
  },
16
  "statistics": {
17
  "total_events": 100000,
18
  "successful_extractions": 100000,
19
- "feature_extraction_time": 105.38879,
20
  "dataset_creation_time": 0,
21
  "quality_score": 0.0
22
  },
23
  "feature_schema": {
24
- "in_iface": "object",
25
- "flow_id": "object",
26
- "app_proto": "object",
27
- "host": "object",
28
- "flow": "object",
29
- "honeypot_hostname": "object",
30
- "honeypot_ip_int": "object",
31
- "ip_v": "object",
32
- "metadata": "object",
33
- "honeypot_ip_ext": "object",
34
- "geoip": "object",
35
- "type": "object",
36
  "dest_ip": "object",
37
- "timestamp": "object",
38
- "tcp": "object",
39
- "proto": "object",
40
  "@timestamp": "object",
41
- "event_type": "object",
42
  "geoip_ext": "object",
 
 
 
43
  "@version": "object",
44
- "src_port": "object",
 
 
45
  "src_ip": "object",
 
 
 
46
  "dest_port": "int64",
47
  "mitre_techniques": "object",
48
  "attack_vectors": "object",
@@ -52,138 +47,140 @@
52
  "is_malicious": "bool",
53
  "severity": "object",
54
  "primary_label": "object",
55
- "mod": "object",
56
- "raw_mtu": "object",
57
- "subject": "object",
58
- "link": "object",
59
- "password": "object",
60
- "action": "object",
61
- "protocol": "object",
62
- "username": "object",
63
- "status": "object",
64
- "tags": "object",
65
- "ip_rep": "object",
66
- "session_duration": "float64",
67
- "msg": "object",
68
- "message": "object",
69
- "level": "object",
70
- "session": "object",
71
- "service": "object",
72
- "output": "object",
73
- "input": "object",
74
- "environ": "object",
75
- "ssh": "object",
76
- "pkt_src": "object",
77
- "params": "object",
78
  "dist": "object",
79
  "os": "object",
80
  "raw_sig": "object",
81
- "stream": "object",
 
 
 
 
 
 
 
 
 
 
82
  "payload_printable": "object",
83
  "payload": "object",
 
84
  "direction": "object",
85
  "alert": "object",
86
- "raw_hits": "object",
87
- "reason": "object",
88
- "rdp": "object",
89
- "uptime": "object",
90
  "raw_freq": "object",
91
- "is_virtual": "object",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  "downloads": "object",
93
  "download_tries": "object",
94
- "end_time": "object",
95
  "proxy_connection": "object",
96
- "start_time": "object",
97
  "attack_connection": "object",
98
- "download_count": "object",
 
99
  "operation_mode": "object",
100
- "fatt_rdp": "object",
101
- "mstshash": "object",
102
- "data": "object",
103
- "fatt_ssh": "object",
104
- "tx_id": "object",
105
- "http": "object",
106
- "fileinfo": "object",
107
- "anomaly": "object",
108
- "ts_progress": "object",
109
  "tc_progress": "object",
110
- "response.metadata.model": "object",
111
- "request.headers.Accept": "object",
112
- "request.method": "object",
113
- "request.requestURI": "object",
114
- "response.metadata.generationSource": "object",
115
- "response.body": "object",
116
- "request.protocol": "object",
117
- "request.headers.User-Agent": "object",
 
 
 
 
118
  "sensorName": "object",
119
- "response.metadata.temperature": "object",
 
120
  "request.headers.sorted": "object",
121
- "request.bodySha256": "object",
122
- "hostname": "object",
123
- "request.headers.Accept-Encoding": "object",
 
 
124
  "request.userAgent": "object",
125
- "request.headers.sortedSha256": "object",
126
  "request.body": "object",
 
 
 
127
  "response.headers.Content-Type": "object",
128
- "response.metadata.provider": "object",
129
- "response.headers.Server": "object",
130
- "app": "object",
131
- "lang": "object",
132
- "fatt_tls": "object",
133
- "files": "object",
134
- "client": "object",
135
- "tls": "object",
136
  "eventid": "object",
137
  "sensor": "object",
138
- "client_version": "object",
139
- "shasum": "object",
140
- "filename": "object",
141
- "src_url": "object",
142
- "outfile": "object",
143
  "app_proto_tc": "object",
144
  "smb": "object",
145
- "request.headers.Content-Type": "object",
146
- "request.headers.Next-Action": "object",
147
- "request.headers.Connection": "object",
148
- "request.headers.Content-Length": "object",
149
- "smtp": "object",
150
- "duration": "object",
151
- "icmp_code": "object",
152
- "icmp_type": "object",
153
  "fatt_http": "object",
 
 
154
  "ftp": "object",
155
- "request.headers.Accept-Charset": "object",
 
 
 
 
 
 
 
 
 
156
  "request.headers.Accept-Language": "object",
157
- "pgsql": "object",
158
- "app_proto_ts": "object",
159
- "id": "object",
160
- "version": "object",
 
161
  "commands": "object"
162
  },
163
  "quality_metrics": {
164
  "completeness": {
165
- "in_iface": 1.0,
166
- "flow_id": 1.0,
167
- "app_proto": 1.0,
168
- "host": 1.0,
169
- "flow": 1.0,
170
- "honeypot_hostname": 1.0,
171
- "honeypot_ip_int": 1.0,
172
- "ip_v": 1.0,
173
- "metadata": 1.0,
174
- "honeypot_ip_ext": 1.0,
175
- "geoip": 1.0,
176
- "type": 1.0,
177
  "dest_ip": 1.0,
178
- "timestamp": 1.0,
179
- "tcp": 1.0,
180
- "proto": 1.0,
181
  "@timestamp": 1.0,
182
- "event_type": 1.0,
183
  "geoip_ext": 1.0,
 
 
 
184
  "@version": 1.0,
185
- "src_port": 1.0,
 
 
186
  "src_ip": 1.0,
 
 
 
187
  "dest_port": 1.0,
188
  "mitre_techniques": 1.0,
189
  "attack_vectors": 1.0,
@@ -193,253 +190,262 @@
193
  "is_malicious": 1.0,
194
  "severity": 1.0,
195
  "primary_label": 1.0,
196
- "mod": 1.0,
197
- "raw_mtu": 1.0,
198
- "subject": 1.0,
199
- "link": 1.0,
200
- "password": 1.0,
201
- "action": 1.0,
202
- "protocol": 1.0,
203
- "username": 1.0,
204
- "status": 1.0,
205
- "tags": 1.0,
206
- "ip_rep": 1.0,
207
- "session_duration": 1.0,
208
- "msg": 1.0,
209
- "message": 1.0,
210
- "level": 1.0,
211
- "session": 1.0,
212
- "service": 1.0,
213
- "output": 1.0,
214
- "input": 1.0,
215
- "environ": 1.0,
216
- "ssh": 1.0,
217
- "pkt_src": 1.0,
218
- "params": 1.0,
219
  "dist": 1.0,
220
  "os": 1.0,
221
  "raw_sig": 1.0,
222
- "stream": 1.0,
 
 
 
 
 
 
 
 
 
 
223
  "payload_printable": 1.0,
224
  "payload": 1.0,
 
225
  "direction": 1.0,
226
  "alert": 1.0,
227
- "raw_hits": 1.0,
228
- "reason": 1.0,
229
- "rdp": 1.0,
230
- "uptime": 1.0,
231
  "raw_freq": 1.0,
232
- "is_virtual": 1.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
233
  "downloads": 1.0,
234
  "download_tries": 1.0,
235
- "end_time": 1.0,
236
  "proxy_connection": 1.0,
237
- "start_time": 1.0,
238
  "attack_connection": 1.0,
239
- "download_count": 1.0,
 
240
  "operation_mode": 1.0,
241
- "fatt_rdp": 1.0,
242
- "mstshash": 1.0,
243
- "data": 1.0,
244
- "fatt_ssh": 1.0,
245
- "tx_id": 1.0,
246
- "http": 1.0,
247
- "fileinfo": 1.0,
248
- "anomaly": 1.0,
249
- "ts_progress": 1.0,
250
  "tc_progress": 1.0,
251
- "response.metadata.model": 1.0,
252
- "request.headers.Accept": 1.0,
253
- "request.method": 1.0,
254
- "request.requestURI": 1.0,
255
- "response.metadata.generationSource": 1.0,
256
- "response.body": 1.0,
257
- "request.protocol": 1.0,
258
- "request.headers.User-Agent": 1.0,
 
 
 
 
259
  "sensorName": 1.0,
260
- "response.metadata.temperature": 1.0,
 
261
  "request.headers.sorted": 1.0,
262
- "request.bodySha256": 1.0,
263
- "hostname": 1.0,
264
- "request.headers.Accept-Encoding": 1.0,
 
 
265
  "request.userAgent": 1.0,
266
- "request.headers.sortedSha256": 1.0,
267
  "request.body": 1.0,
 
 
 
268
  "response.headers.Content-Type": 1.0,
269
- "response.metadata.provider": 1.0,
270
- "response.headers.Server": 1.0,
271
- "app": 1.0,
272
- "lang": 1.0,
273
- "fatt_tls": 1.0,
274
- "files": 1.0,
275
- "client": 1.0,
276
- "tls": 1.0,
277
  "eventid": 1.0,
278
  "sensor": 1.0,
279
- "client_version": 1.0,
280
- "shasum": 1.0,
281
- "filename": 1.0,
282
- "src_url": 1.0,
283
- "outfile": 1.0,
284
  "app_proto_tc": 1.0,
285
  "smb": 1.0,
286
- "request.headers.Content-Type": 1.0,
287
- "request.headers.Next-Action": 1.0,
288
- "request.headers.Connection": 1.0,
289
- "request.headers.Content-Length": 1.0,
290
- "smtp": 1.0,
291
- "duration": 1.0,
292
- "icmp_code": 1.0,
293
- "icmp_type": 1.0,
294
  "fatt_http": 1.0,
 
 
295
  "ftp": 1.0,
296
- "request.headers.Accept-Charset": 1.0,
 
 
 
 
 
 
 
 
 
297
  "request.headers.Accept-Language": 1.0,
298
- "pgsql": 1.0,
299
- "app_proto_ts": 1.0,
300
- "id": 1.0,
301
- "version": 1.0,
 
302
  "commands": 1.0
303
  },
304
  "uniqueness": {
305
- "in_iface": 2.239014833473272e-05,
306
- "flow_id": 0.1269857262804366,
307
- "app_proto": 0.00013434089000839632,
308
- "host": 0.0033473271760425414,
309
- "flow": 0.19519731318219982,
310
- "honeypot_hostname": 0.0033473271760425414,
311
- "honeypot_ip_int": 0.5436551917156451,
312
- "ip_v": 2.239014833473272e-05,
313
- "metadata": 0.0005709487825356843,
314
- "honeypot_ip_ext": 1.119507416736636e-05,
315
- "geoip": 0.04865379233137419,
316
- "type": 0.00011195074167366359,
317
- "dest_ip": 6.717044500419816e-05,
318
- "timestamp": 0.3196977329974811,
319
- "tcp": 0.0025748670584942626,
320
- "proto": 3.358522250209908e-05,
321
- "@timestamp": 0.3050433809123985,
322
- "event_type": 0.00014553596417576266,
323
- "geoip_ext": 8.956059333893087e-05,
324
- "@version": 1.119507416736636e-05,
325
- "src_port": 0.13106073327735795,
326
- "src_ip": 0.03952980688497061,
327
- "dest_port": 0.022490904002239014,
328
- "mitre_techniques": 1.119507416736636e-05,
329
- "attack_vectors": 1.119507416736636e-05,
330
- "mitre_tactic": 1.119507416736636e-05,
331
- "mitre_technique": 1.119507416736636e-05,
332
- "confidence_score": 1.119507416736636e-05,
333
- "is_malicious": 1.119507416736636e-05,
334
- "severity": 1.119507416736636e-05,
335
- "primary_label": 2.239014833473272e-05,
336
- "mod": 0.00010075566750629723,
337
- "raw_mtu": 0.00016792611251049538,
338
- "subject": 3.358522250209908e-05,
339
- "link": 7.836551917156452e-05,
340
- "password": 0.021808004478029667,
341
- "action": 4.478029666946544e-05,
342
- "protocol": 0.00014553596417576266,
343
- "username": 0.0010187517492303386,
344
- "status": 6.717044500419816e-05,
345
- "tags": 2.239014833473272e-05,
346
- "ip_rep": 5.5975370836831795e-05,
347
- "session_duration": 1.119507416736636e-05,
348
- "msg": 0.00011195074167366359,
349
- "message": 0.0050489784494822275,
350
- "level": 3.358522250209908e-05,
351
- "session": 0.0096837391547719,
352
- "service": 2.239014833473272e-05,
353
- "output": 0.0013657990484186957,
354
- "input": 0.00031346207668625807,
355
- "environ": 1.119507416736636e-05,
356
- "ssh": 0.00033585222502099076,
357
- "pkt_src": 4.478029666946544e-05,
358
- "params": 7.836551917156452e-05,
359
- "dist": 0.0003582423733557235,
360
- "os": 0.00015673103834312903,
361
- "raw_sig": 0.003940666106912958,
362
- "stream": 3.358522250209908e-05,
363
- "payload_printable": 0.0017016512734396865,
364
- "payload": 0.0016456759026028547,
365
- "direction": 3.358522250209908e-05,
366
- "alert": 0.007142457318779737,
367
- "raw_hits": 0.001500139938427092,
368
- "reason": 0.0002462916316820599,
369
- "rdp": 0.00011195074167366359,
370
- "uptime": 0.012068289952420935,
371
- "raw_freq": 0.004556395186118108,
372
- "is_virtual": 2.239014833473272e-05,
373
- "downloads": 2.239014833473272e-05,
374
- "download_tries": 2.239014833473272e-05,
375
- "end_time": 0.017531486146095718,
376
- "proxy_connection": 0.00010075566750629723,
377
- "start_time": 0.017531486146095718,
378
- "attack_connection": 0.004276518331933949,
379
- "download_count": 2.239014833473272e-05,
380
- "operation_mode": 2.239014833473272e-05,
381
- "fatt_rdp": 3.358522250209908e-05,
382
- "mstshash": 2.239014833473272e-05,
383
- "data": 0.00015673103834312903,
384
- "fatt_ssh": 0.0002910719283515253,
385
- "tx_id": 7.836551917156452e-05,
386
- "http": 0.0018359921634480828,
387
- "fileinfo": 0.00044780296669465436,
388
- "anomaly": 0.00017912118667786175,
389
- "ts_progress": 6.717044500419816e-05,
390
- "tc_progress": 6.717044500419816e-05,
391
- "response.metadata.model": 2.239014833473272e-05,
392
- "request.headers.Accept": 3.358522250209908e-05,
393
- "request.method": 3.358522250209908e-05,
394
- "request.requestURI": 3.358522250209908e-05,
395
- "response.metadata.generationSource": 3.358522250209908e-05,
396
- "response.body": 3.358522250209908e-05,
397
- "request.protocol": 2.239014833473272e-05,
398
- "request.headers.User-Agent": 8.956059333893087e-05,
399
- "sensorName": 8.956059333893087e-05,
400
- "response.metadata.temperature": 2.239014833473272e-05,
401
- "request.headers.sorted": 0.00010075566750629723,
402
- "request.bodySha256": 5.5975370836831795e-05,
403
- "hostname": 6.717044500419816e-05,
404
- "request.headers.Accept-Encoding": 4.478029666946544e-05,
405
- "request.userAgent": 8.956059333893087e-05,
406
- "request.headers.sortedSha256": 0.00011195074167366359,
407
- "request.body": 4.478029666946544e-05,
408
- "response.headers.Content-Type": 3.358522250209908e-05,
409
- "response.metadata.provider": 2.239014833473272e-05,
410
- "response.headers.Server": 3.358522250209908e-05,
411
- "app": 5.5975370836831795e-05,
412
- "lang": 4.478029666946544e-05,
413
- "fatt_tls": 0.00030226700251889167,
414
- "files": 0.00010075566750629723,
415
- "client": 6.717044500419816e-05,
416
- "tls": 0.0006381192275398825,
417
- "eventid": 5.5975370836831795e-05,
418
- "sensor": 2.239014833473272e-05,
419
- "client_version": 2.239014833473272e-05,
420
- "shasum": 4.478029666946544e-05,
421
- "filename": 4.478029666946544e-05,
422
- "src_url": 4.478029666946544e-05,
423
- "outfile": 4.478029666946544e-05,
424
- "app_proto_tc": 3.358522250209908e-05,
425
- "smb": 0.0003470472991883571,
426
- "request.headers.Content-Type": 3.358522250209908e-05,
427
- "request.headers.Next-Action": 2.239014833473272e-05,
428
- "request.headers.Connection": 3.358522250209908e-05,
429
- "request.headers.Content-Length": 4.478029666946544e-05,
430
- "smtp": 6.717044500419816e-05,
431
- "duration": 6.717044500419816e-05,
432
- "icmp_code": 4.478029666946544e-05,
433
- "icmp_type": 2.239014833473272e-05,
434
- "fatt_http": 0.00011195074167366359,
435
- "ftp": 4.478029666946544e-05,
436
- "request.headers.Accept-Charset": 2.239014833473272e-05,
437
- "request.headers.Accept-Language": 2.239014833473272e-05,
438
- "pgsql": 4.478029666946544e-05,
439
- "app_proto_ts": 3.358522250209908e-05,
440
- "id": 2.239014833473272e-05,
441
- "version": 2.239014833473272e-05,
442
- "commands": 1.119507416736636e-05
 
 
443
  }
444
  }
445
  }
 
3
  "name": "attacks-weekly",
4
  "version": "1.0.0",
5
  "description": "Cybersecurity dataset from honeypot infrastructure",
6
+ "total_samples": 81804,
7
+ "features": 140,
8
+ "creation_timestamp": "2026-02-23T06:08:49.261005+00:00",
9
  "data_source": "Honeypot Infrastructure",
10
  "honeypot_types": {},
11
  "time_range": {
12
  "start": "",
13
+ "end": "2026-02-23T06:00:01.754443+00:00"
14
  }
15
  },
16
  "statistics": {
17
  "total_events": 100000,
18
  "successful_extractions": 100000,
19
+ "feature_extraction_time": 99.470293,
20
  "dataset_creation_time": 0,
21
  "quality_score": 0.0
22
  },
23
  "feature_schema": {
 
 
 
 
 
 
 
 
 
 
 
 
24
  "dest_ip": "object",
25
+ "geoip": "object",
26
+ "src_port": "object",
 
27
  "@timestamp": "object",
28
+ "ip_rep": "object",
29
  "geoip_ext": "object",
30
+ "host": "object",
31
+ "honeypot_ip_ext": "object",
32
+ "mod": "object",
33
  "@version": "object",
34
+ "honeypot_hostname": "object",
35
+ "honeypot_ip_int": "object",
36
+ "type": "object",
37
  "src_ip": "object",
38
+ "subject": "object",
39
+ "raw_hits": "object",
40
+ "reason": "object",
41
  "dest_port": "int64",
42
  "mitre_techniques": "object",
43
  "attack_vectors": "object",
 
47
  "is_malicious": "bool",
48
  "severity": "object",
49
  "primary_label": "object",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  "dist": "object",
51
  "os": "object",
52
  "raw_sig": "object",
53
+ "params": "object",
54
+ "tags": "object",
55
+ "timestamp": "object",
56
+ "in_iface": "object",
57
+ "proto": "object",
58
+ "ip_v": "object",
59
+ "tcp": "object",
60
+ "flow": "object",
61
+ "flow_id": "object",
62
+ "event_type": "object",
63
+ "metadata": "object",
64
  "payload_printable": "object",
65
  "payload": "object",
66
+ "pkt_src": "object",
67
  "direction": "object",
68
  "alert": "object",
69
+ "stream": "object",
70
+ "app_proto": "object",
 
 
71
  "raw_freq": "object",
72
+ "uptime": "object",
73
+ "link": "object",
74
+ "raw_mtu": "object",
75
+ "rdp": "object",
76
+ "protocol": "object",
77
+ "fatt_rdp": "object",
78
+ "action": "object",
79
+ "fileinfo": "object",
80
+ "http": "object",
81
+ "fatt_tls": "object",
82
+ "service": "object",
83
+ "level": "object",
84
+ "status": "object",
85
+ "message": "object",
86
+ "input": "object",
87
+ "session": "object",
88
+ "msg": "object",
89
+ "output": "object",
90
+ "username": "object",
91
+ "environ": "object",
92
+ "password": "object",
93
+ "client": "object",
94
+ "tx_id": "object",
95
+ "tls": "object",
96
+ "anomaly": "object",
97
+ "fatt_ssh": "object",
98
+ "download_count": "object",
99
+ "start_time": "object",
100
  "downloads": "object",
101
  "download_tries": "object",
 
102
  "proxy_connection": "object",
 
103
  "attack_connection": "object",
104
+ "is_virtual": "object",
105
+ "end_time": "object",
106
  "operation_mode": "object",
 
 
 
 
 
 
 
 
 
107
  "tc_progress": "object",
108
+ "ts_progress": "object",
109
+ "files": "object",
110
+ "data": "object",
111
+ "mstshash": "object",
112
+ "session_duration": "float64",
113
+ "ssh": "object",
114
+ "client_version": "object",
115
+ "app": "object",
116
+ "lang": "object",
117
+ "hostname": "object",
118
+ "request.bodySha256": "object",
119
+ "request.headers.sortedSha256": "object",
120
  "sensorName": "object",
121
+ "request.requestURI": "object",
122
+ "request.headers.Accept": "object",
123
  "request.headers.sorted": "object",
124
+ "request.headers.User-Agent": "object",
125
+ "response.headers.Server": "object",
126
+ "response.body": "object",
127
+ "request.method": "object",
128
+ "response.metadata.provider": "object",
129
  "request.userAgent": "object",
 
130
  "request.body": "object",
131
+ "response.metadata.model": "object",
132
+ "request.protocol": "object",
133
+ "response.metadata.generationSource": "object",
134
  "response.headers.Content-Type": "object",
135
+ "response.metadata.temperature": "object",
136
+ "smtp": "object",
137
+ "app_proto_ts": "object",
138
+ "duration": "object",
 
 
 
 
139
  "eventid": "object",
140
  "sensor": "object",
 
 
 
 
 
141
  "app_proto_tc": "object",
142
  "smb": "object",
 
 
 
 
 
 
 
 
143
  "fatt_http": "object",
144
+ "icmp_type": "object",
145
+ "icmp_code": "object",
146
  "ftp": "object",
147
+ "mqtt": "object",
148
+ "request.headers.Connection": "object",
149
+ "request.headers.Accept-Encoding": "object",
150
+ "src_url": "object",
151
+ "filename": "object",
152
+ "outfile": "object",
153
+ "shasum": "object",
154
+ "request.headers.Content-Length": "object",
155
+ "request.headers.Content-Type": "object",
156
+ "request.headers.Next-Action": "object",
157
  "request.headers.Accept-Language": "object",
158
+ "request.headers.Pragma": "object",
159
+ "request.headers.Cache-Control": "object",
160
+ "request.headers.Upgrade-Insecure-Requests": "object",
161
+ "app_proto_orig": "object",
162
+ "sip": "object",
163
  "commands": "object"
164
  },
165
  "quality_metrics": {
166
  "completeness": {
 
 
 
 
 
 
 
 
 
 
 
 
167
  "dest_ip": 1.0,
168
+ "geoip": 1.0,
169
+ "src_port": 1.0,
 
170
  "@timestamp": 1.0,
171
+ "ip_rep": 1.0,
172
  "geoip_ext": 1.0,
173
+ "host": 1.0,
174
+ "honeypot_ip_ext": 1.0,
175
+ "mod": 1.0,
176
  "@version": 1.0,
177
+ "honeypot_hostname": 1.0,
178
+ "honeypot_ip_int": 1.0,
179
+ "type": 1.0,
180
  "src_ip": 1.0,
181
+ "subject": 1.0,
182
+ "raw_hits": 1.0,
183
+ "reason": 1.0,
184
  "dest_port": 1.0,
185
  "mitre_techniques": 1.0,
186
  "attack_vectors": 1.0,
 
190
  "is_malicious": 1.0,
191
  "severity": 1.0,
192
  "primary_label": 1.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  "dist": 1.0,
194
  "os": 1.0,
195
  "raw_sig": 1.0,
196
+ "params": 1.0,
197
+ "tags": 1.0,
198
+ "timestamp": 1.0,
199
+ "in_iface": 1.0,
200
+ "proto": 1.0,
201
+ "ip_v": 1.0,
202
+ "tcp": 1.0,
203
+ "flow": 1.0,
204
+ "flow_id": 1.0,
205
+ "event_type": 1.0,
206
+ "metadata": 1.0,
207
  "payload_printable": 1.0,
208
  "payload": 1.0,
209
+ "pkt_src": 1.0,
210
  "direction": 1.0,
211
  "alert": 1.0,
212
+ "stream": 1.0,
213
+ "app_proto": 1.0,
 
 
214
  "raw_freq": 1.0,
215
+ "uptime": 1.0,
216
+ "link": 1.0,
217
+ "raw_mtu": 1.0,
218
+ "rdp": 1.0,
219
+ "protocol": 1.0,
220
+ "fatt_rdp": 1.0,
221
+ "action": 1.0,
222
+ "fileinfo": 1.0,
223
+ "http": 1.0,
224
+ "fatt_tls": 1.0,
225
+ "service": 1.0,
226
+ "level": 1.0,
227
+ "status": 1.0,
228
+ "message": 1.0,
229
+ "input": 1.0,
230
+ "session": 1.0,
231
+ "msg": 1.0,
232
+ "output": 1.0,
233
+ "username": 1.0,
234
+ "environ": 1.0,
235
+ "password": 1.0,
236
+ "client": 1.0,
237
+ "tx_id": 1.0,
238
+ "tls": 1.0,
239
+ "anomaly": 1.0,
240
+ "fatt_ssh": 1.0,
241
+ "download_count": 1.0,
242
+ "start_time": 1.0,
243
  "downloads": 1.0,
244
  "download_tries": 1.0,
 
245
  "proxy_connection": 1.0,
 
246
  "attack_connection": 1.0,
247
+ "is_virtual": 1.0,
248
+ "end_time": 1.0,
249
  "operation_mode": 1.0,
 
 
 
 
 
 
 
 
 
250
  "tc_progress": 1.0,
251
+ "ts_progress": 1.0,
252
+ "files": 1.0,
253
+ "data": 1.0,
254
+ "mstshash": 1.0,
255
+ "session_duration": 1.0,
256
+ "ssh": 1.0,
257
+ "client_version": 1.0,
258
+ "app": 1.0,
259
+ "lang": 1.0,
260
+ "hostname": 1.0,
261
+ "request.bodySha256": 1.0,
262
+ "request.headers.sortedSha256": 1.0,
263
  "sensorName": 1.0,
264
+ "request.requestURI": 1.0,
265
+ "request.headers.Accept": 1.0,
266
  "request.headers.sorted": 1.0,
267
+ "request.headers.User-Agent": 1.0,
268
+ "response.headers.Server": 1.0,
269
+ "response.body": 1.0,
270
+ "request.method": 1.0,
271
+ "response.metadata.provider": 1.0,
272
  "request.userAgent": 1.0,
 
273
  "request.body": 1.0,
274
+ "response.metadata.model": 1.0,
275
+ "request.protocol": 1.0,
276
+ "response.metadata.generationSource": 1.0,
277
  "response.headers.Content-Type": 1.0,
278
+ "response.metadata.temperature": 1.0,
279
+ "smtp": 1.0,
280
+ "app_proto_ts": 1.0,
281
+ "duration": 1.0,
 
 
 
 
282
  "eventid": 1.0,
283
  "sensor": 1.0,
 
 
 
 
 
284
  "app_proto_tc": 1.0,
285
  "smb": 1.0,
 
 
 
 
 
 
 
 
286
  "fatt_http": 1.0,
287
+ "icmp_type": 1.0,
288
+ "icmp_code": 1.0,
289
  "ftp": 1.0,
290
+ "mqtt": 1.0,
291
+ "request.headers.Connection": 1.0,
292
+ "request.headers.Accept-Encoding": 1.0,
293
+ "src_url": 1.0,
294
+ "filename": 1.0,
295
+ "outfile": 1.0,
296
+ "shasum": 1.0,
297
+ "request.headers.Content-Length": 1.0,
298
+ "request.headers.Content-Type": 1.0,
299
+ "request.headers.Next-Action": 1.0,
300
  "request.headers.Accept-Language": 1.0,
301
+ "request.headers.Pragma": 1.0,
302
+ "request.headers.Cache-Control": 1.0,
303
+ "request.headers.Upgrade-Insecure-Requests": 1.0,
304
+ "app_proto_orig": 1.0,
305
+ "sip": 1.0,
306
  "commands": 1.0
307
  },
308
  "uniqueness": {
309
+ "dest_ip": 8.557038775609994e-05,
310
+ "geoip": 0.047357097452447316,
311
+ "src_port": 0.11577673463400323,
312
+ "@timestamp": 0.33863869737421154,
313
+ "ip_rep": 6.11217055400714e-05,
314
+ "geoip_ext": 9.779472886411422e-05,
315
+ "host": 0.003655077991296269,
316
+ "honeypot_ip_ext": 1.2224341108014278e-05,
317
+ "mod": 0.0001100190699721285,
318
+ "@version": 1.2224341108014278e-05,
319
+ "honeypot_hostname": 0.003655077991296269,
320
+ "honeypot_ip_int": 0.56679379981419,
321
+ "type": 0.0001100190699721285,
322
+ "src_ip": 0.039056769840105615,
323
+ "subject": 3.667302332404283e-05,
324
+ "raw_hits": 0.0016380617084739133,
325
+ "reason": 0.00026893550437631414,
326
+ "dest_port": 0.0219182436066696,
327
+ "mitre_techniques": 1.2224341108014278e-05,
328
+ "attack_vectors": 1.2224341108014278e-05,
329
+ "mitre_tactic": 1.2224341108014278e-05,
330
+ "mitre_technique": 1.2224341108014278e-05,
331
+ "confidence_score": 1.2224341108014278e-05,
332
+ "is_malicious": 1.2224341108014278e-05,
333
+ "severity": 1.2224341108014278e-05,
334
+ "primary_label": 2.4448682216028556e-05,
335
+ "dist": 0.00036673023324042833,
336
+ "os": 0.00018336511662021417,
337
+ "raw_sig": 0.005329812723094225,
338
+ "params": 8.557038775609994e-05,
339
+ "tags": 2.4448682216028556e-05,
340
+ "timestamp": 0.37342917216762017,
341
+ "in_iface": 2.4448682216028556e-05,
342
+ "proto": 3.667302332404283e-05,
343
+ "ip_v": 2.4448682216028556e-05,
344
+ "tcp": 0.0030927583003276123,
345
+ "flow": 0.20267957557087674,
346
+ "flow_id": 0.12163219402474207,
347
+ "event_type": 0.0001589164344041856,
348
+ "metadata": 0.0006845631020487995,
349
+ "payload_printable": 0.002640457679331084,
350
+ "payload": 0.002591560314899027,
351
+ "pkt_src": 4.889736443205711e-05,
352
+ "direction": 3.667302332404283e-05,
353
+ "alert": 0.006002151484035011,
354
+ "stream": 3.667302332404283e-05,
355
+ "app_proto": 0.0001589164344041856,
356
+ "raw_freq": 0.005720991638550682,
357
+ "uptime": 0.01403354359200039,
358
+ "link": 0.0001100190699721285,
359
+ "raw_mtu": 0.00026893550437631414,
360
+ "rdp": 0.00014669209329617132,
361
+ "protocol": 0.0001589164344041856,
362
+ "fatt_rdp": 4.889736443205711e-05,
363
+ "action": 4.889736443205711e-05,
364
+ "fileinfo": 0.00018336511662021417,
365
+ "http": 0.001760305119554056,
366
+ "fatt_tls": 0.0016013886851498705,
367
+ "service": 2.4448682216028556e-05,
368
+ "level": 2.4448682216028556e-05,
369
+ "status": 6.11217055400714e-05,
370
+ "message": 0.0011246393819373136,
371
+ "input": 0.0002322624810522713,
372
+ "session": 0.012970025915603148,
373
+ "msg": 8.557038775609994e-05,
374
+ "output": 0.001185761087477385,
375
+ "username": 0.006051048848467067,
376
+ "environ": 2.4448682216028556e-05,
377
+ "password": 0.003520610239108112,
378
+ "client": 0.0001100190699721285,
379
+ "tx_id": 4.889736443205711e-05,
380
+ "tls": 0.0006234413965087282,
381
+ "anomaly": 0.0001100190699721285,
382
+ "fatt_ssh": 0.00041562759767248546,
383
+ "download_count": 2.4448682216028556e-05,
384
+ "start_time": 0.016209476309226933,
385
+ "downloads": 2.4448682216028556e-05,
386
+ "download_tries": 2.4448682216028556e-05,
387
+ "proxy_connection": 0.0001100190699721285,
388
+ "attack_connection": 0.003777321402376412,
389
+ "is_virtual": 2.4448682216028556e-05,
390
+ "end_time": 0.01634394406141509,
391
+ "operation_mode": 2.4448682216028556e-05,
392
+ "tc_progress": 7.334604664808566e-05,
393
+ "ts_progress": 6.11217055400714e-05,
394
+ "files": 2.4448682216028556e-05,
395
+ "data": 0.0002444868221602856,
396
+ "mstshash": 2.4448682216028556e-05,
397
+ "session_duration": 1.2224341108014278e-05,
398
+ "ssh": 0.0005256466676446139,
399
+ "client_version": 3.667302332404283e-05,
400
+ "app": 6.11217055400714e-05,
401
+ "lang": 4.889736443205711e-05,
402
+ "hostname": 7.334604664808566e-05,
403
+ "request.bodySha256": 3.667302332404283e-05,
404
+ "request.headers.sortedSha256": 9.779472886411422e-05,
405
+ "sensorName": 6.11217055400714e-05,
406
+ "request.requestURI": 2.4448682216028556e-05,
407
+ "request.headers.Accept": 3.667302332404283e-05,
408
+ "request.headers.sorted": 8.557038775609994e-05,
409
+ "request.headers.User-Agent": 8.557038775609994e-05,
410
+ "response.headers.Server": 2.4448682216028556e-05,
411
+ "response.body": 2.4448682216028556e-05,
412
+ "request.method": 4.889736443205711e-05,
413
+ "response.metadata.provider": 2.4448682216028556e-05,
414
+ "request.userAgent": 8.557038775609994e-05,
415
+ "request.body": 2.4448682216028556e-05,
416
+ "response.metadata.model": 2.4448682216028556e-05,
417
+ "request.protocol": 3.667302332404283e-05,
418
+ "response.metadata.generationSource": 2.4448682216028556e-05,
419
+ "response.headers.Content-Type": 2.4448682216028556e-05,
420
+ "response.metadata.temperature": 2.4448682216028556e-05,
421
+ "smtp": 7.334604664808566e-05,
422
+ "app_proto_ts": 3.667302332404283e-05,
423
+ "duration": 4.889736443205711e-05,
424
+ "eventid": 6.11217055400714e-05,
425
+ "sensor": 2.4448682216028556e-05,
426
+ "app_proto_tc": 6.11217055400714e-05,
427
+ "smb": 0.00019558945772822845,
428
+ "fatt_http": 0.00013446775218815707,
429
+ "icmp_type": 2.4448682216028556e-05,
430
+ "icmp_code": 2.4448682216028556e-05,
431
+ "ftp": 4.889736443205711e-05,
432
+ "mqtt": 2.4448682216028556e-05,
433
+ "request.headers.Connection": 3.667302332404283e-05,
434
+ "request.headers.Accept-Encoding": 2.4448682216028556e-05,
435
+ "src_url": 7.334604664808566e-05,
436
+ "filename": 7.334604664808566e-05,
437
+ "outfile": 7.334604664808566e-05,
438
+ "shasum": 7.334604664808566e-05,
439
+ "request.headers.Content-Length": 2.4448682216028556e-05,
440
+ "request.headers.Content-Type": 2.4448682216028556e-05,
441
+ "request.headers.Next-Action": 2.4448682216028556e-05,
442
+ "request.headers.Accept-Language": 2.4448682216028556e-05,
443
+ "request.headers.Pragma": 2.4448682216028556e-05,
444
+ "request.headers.Cache-Control": 2.4448682216028556e-05,
445
+ "request.headers.Upgrade-Insecure-Requests": 2.4448682216028556e-05,
446
+ "app_proto_orig": 2.4448682216028556e-05,
447
+ "sip": 1.2224341108014278e-05,
448
+ "commands": 1.2224341108014278e-05
449
  }
450
  }
451
  }
train.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9aa730c211576487bb0d148bb1b9fa8419bb4802c063d2583173fc6243abe341
3
- size 125049060
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eeb9bb9118ea629652bc0ee0e82432a00b11a4219965405505557a51cef188b
3
+ size 118474320
train.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:19263a2bc125870fe3008516e2fceb2a666ef8db05d0858d7681aebfc0c412c0
3
- size 318074643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c089321af7ccc70c794436579cfa1bc666a0668cda7575d06b3e3407ed7630c
3
+ size 301565159
train.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05dfb2ffd46fd6eb9c90bf91559e0fabf6c6d1d111460aaaf77cbe08dfddff26
3
- size 7070154
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c49fb9567afa27b24a43e3232c21994ff837221827a63f8a58032581cc30f3db
3
+ size 7296217
upload_manifest.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "upload_session_id": "upload_1771222158",
3
- "preparation_timestamp": "2026-02-16T06:09:20.064474+00:00",
4
  "source_path": "outputs/ml_pipeline/attacks-weekly",
5
  "dataset_format": "huggingface",
6
  "files_prepared": [
@@ -11,5 +11,5 @@
11
  "train.parquet",
12
  "train.csv"
13
  ],
14
- "total_size_bytes": 450218528
15
  }
 
1
  {
2
+ "upload_session_id": "upload_1771826950",
3
+ "preparation_timestamp": "2026-02-23T06:09:11.671396+00:00",
4
  "source_path": "outputs/ml_pipeline/attacks-weekly",
5
  "dataset_format": "huggingface",
6
  "files_prepared": [
 
11
  "train.parquet",
12
  "train.csv"
13
  ],
14
+ "total_size_bytes": 427360841
15
  }