pyToshka commited on
Commit
3d8597b
·
verified ·
1 Parent(s): 84ff3bf

Upload dataset - Session upload_1773036571

Browse files
Files changed (6) hide show
  1. README.md +146 -136
  2. metadata.json +331 -328
  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,48 +16,65 @@ 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: src_ip
26
  dtype: string
27
- - name: host
28
  dtype: string
29
- - name: geoip_ext
30
  dtype: string
31
- - name: geoip
 
 
32
  dtype: string
33
  - name: honeypot_ip_int
34
  dtype: string
35
- - name: subject
36
  dtype: string
37
- - name: src_port
38
  dtype: string
39
- - name: type
40
  dtype: string
41
- - name: dest_ip
42
  dtype: string
43
- - name: raw_sig
44
  dtype: string
45
- - name: mod
46
  dtype: string
47
- - name: honeypot_hostname
48
  dtype: string
49
- - name: '@version'
50
  dtype: string
51
  - name: honeypot_ip_ext
52
  dtype: string
53
- - name: dist
54
  dtype: string
55
- - name: '@timestamp'
56
  dtype: string
57
- - name: os
58
  dtype: string
59
- - name: params
 
 
 
 
 
 
 
 
60
  dtype: string
61
  - name: dest_port
62
  dtype: int64
@@ -76,228 +94,220 @@ dataset_info:
76
  dtype: string
77
  - name: primary_label
78
  dtype: string
79
- - name: raw_mtu
80
  dtype: string
81
- - name: link
82
  dtype: string
83
- - name: payload_printable
84
  dtype: string
85
- - name: stream
86
  dtype: string
87
- - name: ip_v
88
  dtype: string
89
- - name: event_type
90
  dtype: string
91
  - name: pkt_src
92
  dtype: string
93
- - name: flow
94
- dtype: string
95
- - name: timestamp
96
- dtype: string
97
- - name: proto
98
  dtype: string
99
  - name: direction
100
  dtype: string
101
- - name: flow_id
102
  dtype: string
103
- - name: in_iface
104
  dtype: string
105
  - name: alert
106
  dtype: string
107
- - name: payload
108
  dtype: string
109
- - name: app_proto
110
  dtype: string
111
- - name: metadata
 
 
 
 
112
  dtype: string
113
  - name: tags
114
  dtype: string
115
- - name: raw_freq
116
  dtype: string
117
- - name: uptime
118
  dtype: string
119
  - name: raw_hits
120
  dtype: string
121
- - name: reason
122
  dtype: string
123
- - name: ip_rep
124
  dtype: string
125
- - name: fatt_tls
126
  dtype: string
127
- - name: protocol
128
  dtype: string
129
- - name: tcp
130
  dtype: string
131
- - name: fatt_ssh
132
  dtype: string
133
- - name: rdp
134
  dtype: string
135
- - name: service
136
  dtype: string
137
- - name: client_version
138
  dtype: string
139
- - name: input
140
  dtype: string
141
- - name: session
142
  dtype: string
143
- - name: msg
144
  dtype: string
145
- - name: environ
146
  dtype: string
147
- - name: level
148
  dtype: string
149
- - name: message
150
  dtype: string
151
- - name: status
152
  dtype: string
153
- - name: username
154
  dtype: string
155
- - name: action
156
  dtype: string
157
- - name: mstshash
158
  dtype: string
159
- - name: data
160
  dtype: string
161
  - name: fatt_rdp
162
  dtype: string
163
- - name: ssh
164
  dtype: string
165
- - name: output
166
  dtype: string
167
- - name: session_duration
168
- dtype: float64
169
- - name: download_tries
170
  dtype: string
171
- - name: start_time
172
  dtype: string
173
- - name: end_time
174
  dtype: string
175
- - name: operation_mode
176
  dtype: string
177
- - name: downloads
178
  dtype: string
179
- - name: download_count
180
  dtype: string
181
- - name: attack_connection
182
  dtype: string
183
- - name: proxy_connection
184
  dtype: string
185
- - name: is_virtual
186
  dtype: string
187
- - name: password
188
  dtype: string
189
- - name: client
190
  dtype: string
191
- - name: smb
192
  dtype: string
193
- - name: tx_id
194
  dtype: string
195
- - name: tls
196
  dtype: string
 
 
197
  - name: lang
198
  dtype: string
199
  - name: app
200
  dtype: string
201
- - name: http
202
  dtype: string
203
- - name: anomaly
204
  dtype: string
205
- - name: fileinfo
206
  dtype: string
207
- - name: ts_progress
208
  dtype: string
209
- - name: tc_progress
210
  dtype: string
211
- - name: files
212
  dtype: string
213
- - name: smtp
214
  dtype: string
215
- - name: rfb
216
  dtype: string
217
- - name: fileinfo.state
218
  dtype: string
219
- - name: http.http_method
220
  dtype: string
221
- - name: fileinfo.filename
222
  dtype: string
223
- - name: icmp_code
224
  dtype: string
225
- - name: icmp_type
226
  dtype: string
227
- - name: app_proto_tc
228
  dtype: string
229
- - name: ftp
230
  dtype: string
231
- - name: app_proto_ts
232
  dtype: string
233
  - name: request.headers.sorted
234
  dtype: string
235
- - name: request.headers.User-Agent
236
- dtype: string
237
- - name: request.headers.Accept-Encoding
238
- dtype: string
239
- - name: request.bodySha256
240
- dtype: string
241
- - name: response.metadata.provider
242
- dtype: string
243
- - name: hostname
244
- dtype: string
245
- - name: response.headers.Content-Type
246
  dtype: string
247
- - name: request.method
248
  dtype: string
249
- - name: response.body
250
  dtype: string
251
- - name: response.metadata.generationSource
252
  dtype: string
253
- - name: request.headers.Connection
254
  dtype: string
255
- - name: request.headers.sortedSha256
256
  dtype: string
257
- - name: sensorName
258
  dtype: string
259
- - name: request.userAgent
260
  dtype: string
261
- - name: request.protocol
262
  dtype: string
263
- - name: request.body
264
  dtype: string
265
- - name: response.headers.Server
266
  dtype: string
267
- - name: response.metadata.temperature
268
  dtype: string
269
- - name: response.metadata.model
270
  dtype: string
271
- - name: request.headers.Accept
272
  dtype: string
273
- - name: request.requestURI
274
  dtype: string
275
- - name: fatt_http
276
  dtype: string
277
  - name: request.headers.Referer
278
  dtype: string
279
- - name: dcerpc
280
  dtype: string
281
- - name: request.headers.Accept-Charset
282
  dtype: string
283
- - name: request.headers.Accept-Language
284
  dtype: string
285
- - name: pgsql
286
  dtype: string
287
- - name: duration
288
  dtype: string
289
- - name: eventid
290
  dtype: string
291
- - name: sensor
 
 
292
  dtype: string
293
  - name: commands
294
  dtype: string
295
  splits:
296
  - name: train
297
- num_bytes: 794121383
298
- num_examples: 89826
299
- download_size: 794121383
300
- dataset_size: 794121383
301
  config_name: default
302
  ---
303
 
@@ -374,30 +384,30 @@ print(f"Malicious events: {malicious_count}/{len(train_data)} ({malicious_count/
374
 
375
  ## Data Fields
376
 
377
- The dataset contains 135 features across several categories:
378
 
379
  ### Network Features
380
  - `src_ip`: Network-related information
381
- - `geoip_ext`: Network-related information
382
- - `geoip`: Network-related information
383
  - `honeypot_ip_int`: Network-related information
384
- - `src_port`: Network-related information
 
385
  - ... and 9 more network features
386
 
387
  ### Behavioral Features
388
- - `session`: Behavioral analysis data
389
  - `username`: Behavioral analysis data
 
390
  - `session_duration`: Behavioral analysis data
391
- - `request.headers.User-Agent`: Behavioral analysis data
392
  - `request.userAgent`: Behavioral analysis data
 
393
  - ... and 1 more behavioral features
394
 
395
  ### Temporal Features
396
  - `@timestamp`: Time-based information
397
  - `timestamp`: Time-based information
398
- - `uptime`: Time-based information
399
- - `session_duration`: Time-based information
400
  - `start_time`: Time-based information
 
401
  - ... and 2 more temporal features
402
 
403
  ### Security Features
@@ -412,12 +422,12 @@ The dataset contains 135 features across several categories:
412
 
413
  | Split | Examples |
414
  |-------|----------|
415
- | train | 89,826 |
416
 
417
  ## Dataset Statistics
418
 
419
- - **Total size**: ~757.3 MB
420
- - **Average record size**: ~8841 bytes
421
  - **Feature completeness**: 100.0%
422
 
423
  ## 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: src_ip
34
  dtype: string
35
+ - name: event_type
36
  dtype: string
37
+ - name: "@version"
38
  dtype: string
39
+ - name: ip_rep
40
+ dtype: string
41
+ - name: type
42
  dtype: string
43
  - name: honeypot_ip_int
44
  dtype: string
45
+ - name: in_iface
46
  dtype: string
47
+ - name: "@timestamp"
48
  dtype: string
49
+ - name: tcp
50
  dtype: string
51
+ - name: ip_v
52
  dtype: string
53
+ - name: flow
54
  dtype: string
55
+ - name: host
56
  dtype: string
57
+ - name: geoip
58
  dtype: string
59
+ - name: src_port
60
  dtype: string
61
  - name: honeypot_ip_ext
62
  dtype: string
63
+ - name: timestamp
64
  dtype: string
65
+ - name: dest_ip
66
  dtype: string
67
+ - name: proto
68
  dtype: string
69
+ - name: app_proto
70
+ dtype: string
71
+ - name: geoip_ext
72
+ dtype: string
73
+ - name: honeypot_hostname
74
+ dtype: string
75
+ - name: metadata
76
+ dtype: string
77
+ - name: flow_id
78
  dtype: string
79
  - name: dest_port
80
  dtype: int64
 
94
  dtype: string
95
  - name: primary_label
96
  dtype: string
97
+ - name: os
98
  dtype: string
99
+ - name: dist
100
  dtype: string
101
+ - name: raw_sig
102
  dtype: string
103
+ - name: mod
104
  dtype: string
105
+ - name: subject
106
  dtype: string
107
+ - name: params
108
  dtype: string
109
  - name: pkt_src
110
  dtype: string
111
+ - name: stream
 
 
 
 
112
  dtype: string
113
  - name: direction
114
  dtype: string
115
+ - name: payload
116
  dtype: string
117
+ - name: payload_printable
118
  dtype: string
119
  - name: alert
120
  dtype: string
121
+ - name: raw_mtu
122
  dtype: string
123
+ - name: link
124
  dtype: string
125
+ - name: tx_id
126
+ dtype: string
127
+ - name: smtp
128
+ dtype: string
129
+ - name: http
130
  dtype: string
131
  - name: tags
132
  dtype: string
133
+ - name: rdp
134
  dtype: string
135
+ - name: reason
136
  dtype: string
137
  - name: raw_hits
138
  dtype: string
139
+ - name: is_virtual
140
  dtype: string
141
+ - name: downloads
142
  dtype: string
143
+ - name: end_time
144
  dtype: string
145
+ - name: download_count
146
  dtype: string
147
+ - name: download_tries
148
  dtype: string
149
+ - name: attack_connection
150
  dtype: string
151
+ - name: proxy_connection
152
  dtype: string
153
+ - name: operation_mode
154
  dtype: string
155
+ - name: start_time
156
  dtype: string
157
+ - name: anomaly
158
  dtype: string
159
+ - name: data
160
  dtype: string
161
+ - name: protocol
162
  dtype: string
163
+ - name: action
164
  dtype: string
165
+ - name: mstshash
166
  dtype: string
167
+ - name: ssh
168
  dtype: string
169
+ - name: uptime
170
  dtype: string
171
+ - name: raw_freq
172
  dtype: string
173
+ - name: ts_progress
174
  dtype: string
175
+ - name: tc_progress
176
  dtype: string
177
+ - name: fileinfo
178
  dtype: string
179
  - name: fatt_rdp
180
  dtype: string
181
+ - name: fatt_http
182
  dtype: string
183
+ - name: fatt_ssh
184
  dtype: string
185
+ - name: fatt_tls
 
 
186
  dtype: string
187
+ - name: level
188
  dtype: string
189
+ - name: status
190
  dtype: string
191
+ - name: msg
192
  dtype: string
193
+ - name: input
194
  dtype: string
195
+ - name: environ
196
  dtype: string
197
+ - name: message
198
  dtype: string
199
+ - name: client_version
200
  dtype: string
201
+ - name: username
202
  dtype: string
203
+ - name: session
204
  dtype: string
205
+ - name: service
206
  dtype: string
207
+ - name: output
208
  dtype: string
209
+ - name: password
210
  dtype: string
211
+ - name: client
212
  dtype: string
213
+ - name: session_duration
214
+ dtype: float64
215
  - name: lang
216
  dtype: string
217
  - name: app
218
  dtype: string
219
+ - name: hostname
220
  dtype: string
221
+ - name: response.metadata.generationSource
222
  dtype: string
223
+ - name: response.metadata.provider
224
  dtype: string
225
+ - name: "response.headers.Content-Type"
226
  dtype: string
227
+ - name: response.body
228
  dtype: string
229
+ - name: response.metadata.model
230
  dtype: string
231
+ - name: response.metadata.temperature
232
  dtype: string
233
+ - name: request.body
234
  dtype: string
235
+ - name: request.bodySha256
236
  dtype: string
237
+ - name: response.headers.Server
238
  dtype: string
239
+ - name: "request.headers.Accept-Encoding"
240
  dtype: string
241
+ - name: request.headers.sortedSha256
242
  dtype: string
243
+ - name: sensorName
244
  dtype: string
245
+ - name: request.requestURI
246
  dtype: string
247
+ - name: request.method
248
  dtype: string
249
+ - name: request.protocol
250
  dtype: string
251
  - name: request.headers.sorted
252
  dtype: string
253
+ - name: request.userAgent
 
 
 
 
 
 
 
 
 
 
254
  dtype: string
255
+ - name: "request.headers.User-Agent"
256
  dtype: string
257
+ - name: files
258
  dtype: string
259
+ - name: tls
260
  dtype: string
261
+ - name: duration
262
  dtype: string
263
+ - name: eventid
264
  dtype: string
265
+ - name: sensor
266
  dtype: string
267
+ - name: smb
268
  dtype: string
269
+ - name: icmp_code
270
  dtype: string
271
+ - name: icmp_type
272
  dtype: string
273
+ - name: app_proto_tc
274
  dtype: string
275
+ - name: src_url
276
  dtype: string
277
+ - name: filename
278
  dtype: string
279
+ - name: outfile
280
  dtype: string
281
+ - name: shasum
282
  dtype: string
283
+ - name: request.headers.Connection
284
  dtype: string
285
  - name: request.headers.Referer
286
  dtype: string
287
+ - name: "request.headers.Upgrade-Insecure-Requests"
288
  dtype: string
289
+ - name: "request.headers.Accept-Language"
290
  dtype: string
291
+ - name: request.headers.Accept
292
  dtype: string
293
+ - name: "request.headers.Cache-Control"
294
  dtype: string
295
+ - name: request.headers.Pragma
296
  dtype: string
297
+ - name: app_proto_ts
298
  dtype: string
299
+ - name: "request.headers.Accept-Charset"
300
+ dtype: string
301
+ - name: ftp
302
  dtype: string
303
  - name: commands
304
  dtype: string
305
  splits:
306
  - name: train
307
+ num_bytes: 753727039
308
+ num_examples: 85217
309
+ download_size: 753727039
310
+ dataset_size: 753727039
311
  config_name: default
312
  ---
313
 
 
384
 
385
  ## Data Fields
386
 
387
+ The dataset contains 136 features across several categories:
388
 
389
  ### Network Features
390
  - `src_ip`: Network-related information
391
+ - `ip_rep`: Network-related information
 
392
  - `honeypot_ip_int`: Network-related information
393
+ - `ip_v`: Network-related information
394
+ - `flow`: Network-related information
395
  - ... and 9 more network features
396
 
397
  ### Behavioral Features
 
398
  - `username`: Behavioral analysis data
399
+ - `session`: Behavioral analysis data
400
  - `session_duration`: Behavioral analysis data
 
401
  - `request.userAgent`: Behavioral analysis data
402
+ - `request.headers.User-Agent`: Behavioral analysis data
403
  - ... and 1 more behavioral features
404
 
405
  ### Temporal Features
406
  - `@timestamp`: Time-based information
407
  - `timestamp`: Time-based information
408
+ - `end_time`: Time-based information
 
409
  - `start_time`: Time-based information
410
+ - `uptime`: Time-based information
411
  - ... and 2 more temporal features
412
 
413
  ### Security Features
 
422
 
423
  | Split | Examples |
424
  |-------|----------|
425
+ | train | 85,217 |
426
 
427
  ## Dataset Statistics
428
 
429
+ - **Total size**: ~718.8 MB
430
+ - **Average record size**: ~8845 bytes
431
  - **Feature completeness**: 100.0%
432
 
433
  ## Ethical Considerations
metadata.json CHANGED
@@ -3,42 +3,47 @@
3
  "name": "attacks-weekly",
4
  "version": "1.0.0",
5
  "description": "Cybersecurity dataset from honeypot infrastructure",
6
- "total_samples": 89826,
7
- "features": 135,
8
- "creation_timestamp": "2026-03-02T06:08:26.338153+00:00",
9
  "data_source": "Honeypot Infrastructure",
10
  "honeypot_types": {},
11
  "time_range": {
12
  "start": "",
13
- "end": "2026-03-02T06:00:01.201645+00:00"
14
  }
15
  },
16
  "statistics": {
17
  "total_events": 100000,
18
  "successful_extractions": 100000,
19
- "feature_extraction_time": 104.409754,
20
  "dataset_creation_time": 0,
21
  "quality_score": 0.0
22
  },
23
  "feature_schema": {
24
  "src_ip": "object",
 
 
 
 
 
 
 
 
 
 
25
  "host": "object",
26
- "geoip_ext": "object",
27
  "geoip": "object",
28
- "honeypot_ip_int": "object",
29
- "subject": "object",
30
  "src_port": "object",
31
- "type": "object",
 
32
  "dest_ip": "object",
33
- "raw_sig": "object",
34
- "mod": "object",
 
35
  "honeypot_hostname": "object",
36
- "@version": "object",
37
- "honeypot_ip_ext": "object",
38
- "dist": "object",
39
- "@timestamp": "object",
40
- "os": "object",
41
- "params": "object",
42
  "dest_port": "int64",
43
  "mitre_techniques": "object",
44
  "attack_vectors": "object",
@@ -48,135 +53,136 @@
48
  "is_malicious": "bool",
49
  "severity": "object",
50
  "primary_label": "object",
51
- "raw_mtu": "object",
52
- "link": "object",
53
- "payload_printable": "object",
54
- "stream": "object",
55
- "ip_v": "object",
56
- "event_type": "object",
57
  "pkt_src": "object",
58
- "flow": "object",
59
- "timestamp": "object",
60
- "proto": "object",
61
  "direction": "object",
62
- "flow_id": "object",
63
- "in_iface": "object",
64
- "alert": "object",
65
  "payload": "object",
66
- "app_proto": "object",
67
- "metadata": "object",
 
 
 
 
 
68
  "tags": "object",
69
- "raw_freq": "object",
70
- "uptime": "object",
71
- "raw_hits": "object",
72
  "reason": "object",
73
- "ip_rep": "object",
74
- "fatt_tls": "object",
 
 
 
 
 
 
 
 
 
 
75
  "protocol": "object",
76
- "tcp": "object",
 
 
 
 
 
 
 
 
 
77
  "fatt_ssh": "object",
78
- "rdp": "object",
79
- "service": "object",
80
- "client_version": "object",
81
- "input": "object",
82
- "session": "object",
83
  "msg": "object",
 
84
  "environ": "object",
85
- "level": "object",
86
  "message": "object",
87
- "status": "object",
88
  "username": "object",
89
- "action": "object",
90
- "mstshash": "object",
91
- "data": "object",
92
- "fatt_rdp": "object",
93
- "ssh": "object",
94
  "output": "object",
95
- "session_duration": "float64",
96
- "download_tries": "object",
97
- "start_time": "object",
98
- "end_time": "object",
99
- "operation_mode": "object",
100
- "downloads": "object",
101
- "download_count": "object",
102
- "attack_connection": "object",
103
- "proxy_connection": "object",
104
- "is_virtual": "object",
105
  "password": "object",
106
  "client": "object",
107
- "smb": "object",
108
- "tx_id": "object",
109
- "tls": "object",
110
  "lang": "object",
111
  "app": "object",
112
- "http": "object",
113
- "anomaly": "object",
114
- "fileinfo": "object",
115
- "ts_progress": "object",
116
- "tc_progress": "object",
117
- "files": "object",
118
- "smtp": "object",
119
- "rfb": "object",
120
- "fileinfo.state": "object",
121
- "http.http_method": "object",
122
- "fileinfo.filename": "object",
123
- "icmp_code": "object",
124
- "icmp_type": "object",
125
- "app_proto_tc": "object",
126
- "ftp": "object",
127
- "app_proto_ts": "object",
128
- "request.headers.sorted": "object",
129
- "request.headers.User-Agent": "object",
130
- "request.headers.Accept-Encoding": "object",
131
- "request.bodySha256": "object",
132
- "response.metadata.provider": "object",
133
  "hostname": "object",
 
 
134
  "response.headers.Content-Type": "object",
135
- "request.method": "object",
136
  "response.body": "object",
137
- "response.metadata.generationSource": "object",
138
- "request.headers.Connection": "object",
139
- "request.headers.sortedSha256": "object",
140
- "sensorName": "object",
141
- "request.userAgent": "object",
142
- "request.protocol": "object",
143
  "request.body": "object",
 
144
  "response.headers.Server": "object",
145
- "response.metadata.temperature": "object",
146
- "response.metadata.model": "object",
147
- "request.headers.Accept": "object",
148
  "request.requestURI": "object",
149
- "fatt_http": "object",
150
- "request.headers.Referer": "object",
151
- "dcerpc": "object",
152
- "request.headers.Accept-Charset": "object",
153
- "request.headers.Accept-Language": "object",
154
- "pgsql": "object",
 
155
  "duration": "object",
156
  "eventid": "object",
157
  "sensor": "object",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
158
  "commands": "object"
159
  },
160
  "quality_metrics": {
161
  "completeness": {
162
  "src_ip": 1.0,
 
 
 
 
 
 
 
 
 
 
163
  "host": 1.0,
164
- "geoip_ext": 1.0,
165
  "geoip": 1.0,
166
- "honeypot_ip_int": 1.0,
167
- "subject": 1.0,
168
  "src_port": 1.0,
169
- "type": 1.0,
 
170
  "dest_ip": 1.0,
171
- "raw_sig": 1.0,
172
- "mod": 1.0,
 
173
  "honeypot_hostname": 1.0,
174
- "@version": 1.0,
175
- "honeypot_ip_ext": 1.0,
176
- "dist": 1.0,
177
- "@timestamp": 1.0,
178
- "os": 1.0,
179
- "params": 1.0,
180
  "dest_port": 1.0,
181
  "mitre_techniques": 1.0,
182
  "attack_vectors": 1.0,
@@ -186,251 +192,248 @@
186
  "is_malicious": 1.0,
187
  "severity": 1.0,
188
  "primary_label": 1.0,
189
- "raw_mtu": 1.0,
190
- "link": 1.0,
191
- "payload_printable": 1.0,
192
- "stream": 1.0,
193
- "ip_v": 1.0,
194
- "event_type": 1.0,
195
  "pkt_src": 1.0,
196
- "flow": 1.0,
197
- "timestamp": 1.0,
198
- "proto": 1.0,
199
  "direction": 1.0,
200
- "flow_id": 1.0,
201
- "in_iface": 1.0,
202
- "alert": 1.0,
203
  "payload": 1.0,
204
- "app_proto": 1.0,
205
- "metadata": 1.0,
 
 
 
 
 
206
  "tags": 1.0,
207
- "raw_freq": 1.0,
208
- "uptime": 1.0,
209
- "raw_hits": 1.0,
210
  "reason": 1.0,
211
- "ip_rep": 1.0,
212
- "fatt_tls": 1.0,
 
 
 
 
 
 
 
 
 
 
213
  "protocol": 1.0,
214
- "tcp": 1.0,
 
 
 
 
 
 
 
 
 
215
  "fatt_ssh": 1.0,
216
- "rdp": 1.0,
217
- "service": 1.0,
218
- "client_version": 1.0,
219
- "input": 1.0,
220
- "session": 1.0,
221
  "msg": 1.0,
 
222
  "environ": 1.0,
223
- "level": 1.0,
224
  "message": 1.0,
225
- "status": 1.0,
226
  "username": 1.0,
227
- "action": 1.0,
228
- "mstshash": 1.0,
229
- "data": 1.0,
230
- "fatt_rdp": 1.0,
231
- "ssh": 1.0,
232
  "output": 1.0,
233
- "session_duration": 1.0,
234
- "download_tries": 1.0,
235
- "start_time": 1.0,
236
- "end_time": 1.0,
237
- "operation_mode": 1.0,
238
- "downloads": 1.0,
239
- "download_count": 1.0,
240
- "attack_connection": 1.0,
241
- "proxy_connection": 1.0,
242
- "is_virtual": 1.0,
243
  "password": 1.0,
244
  "client": 1.0,
245
- "smb": 1.0,
246
- "tx_id": 1.0,
247
- "tls": 1.0,
248
  "lang": 1.0,
249
  "app": 1.0,
250
- "http": 1.0,
251
- "anomaly": 1.0,
252
- "fileinfo": 1.0,
253
- "ts_progress": 1.0,
254
- "tc_progress": 1.0,
255
- "files": 1.0,
256
- "smtp": 1.0,
257
- "rfb": 1.0,
258
- "fileinfo.state": 1.0,
259
- "http.http_method": 1.0,
260
- "fileinfo.filename": 1.0,
261
- "icmp_code": 1.0,
262
- "icmp_type": 1.0,
263
- "app_proto_tc": 1.0,
264
- "ftp": 1.0,
265
- "app_proto_ts": 1.0,
266
- "request.headers.sorted": 1.0,
267
- "request.headers.User-Agent": 1.0,
268
- "request.headers.Accept-Encoding": 1.0,
269
- "request.bodySha256": 1.0,
270
- "response.metadata.provider": 1.0,
271
  "hostname": 1.0,
 
 
272
  "response.headers.Content-Type": 1.0,
273
- "request.method": 1.0,
274
  "response.body": 1.0,
275
- "response.metadata.generationSource": 1.0,
276
- "request.headers.Connection": 1.0,
277
- "request.headers.sortedSha256": 1.0,
278
- "sensorName": 1.0,
279
- "request.userAgent": 1.0,
280
- "request.protocol": 1.0,
281
  "request.body": 1.0,
 
282
  "response.headers.Server": 1.0,
283
- "response.metadata.temperature": 1.0,
284
- "response.metadata.model": 1.0,
285
- "request.headers.Accept": 1.0,
286
  "request.requestURI": 1.0,
287
- "fatt_http": 1.0,
288
- "request.headers.Referer": 1.0,
289
- "dcerpc": 1.0,
290
- "request.headers.Accept-Charset": 1.0,
291
- "request.headers.Accept-Language": 1.0,
292
- "pgsql": 1.0,
 
293
  "duration": 1.0,
294
  "eventid": 1.0,
295
  "sensor": 1.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
296
  "commands": 1.0
297
  },
298
  "uniqueness": {
299
- "src_ip": 0.05322512412887137,
300
- "host": 0.003328657626967693,
301
- "geoip_ext": 8.906107363124263e-05,
302
- "geoip": 0.06046133636140984,
303
- "honeypot_ip_int": 0.5400218199630397,
304
- "subject": 3.3397902611715986e-05,
305
- "src_port": 0.15281766971700844,
306
- "type": 0.00011132634203905329,
307
- "dest_ip": 4.4530536815621315e-05,
308
- "raw_sig": 0.006223142519983078,
309
- "mod": 0.00010019370783514795,
310
- "honeypot_hostname": 0.003328657626967693,
311
- "@version": 1.1132634203905329e-05,
312
- "honeypot_ip_ext": 1.1132634203905329e-05,
313
- "dist": 0.00045643800236011843,
314
- "@timestamp": 0.26667111972034824,
315
- "os": 0.00016698951305857992,
316
- "params": 8.906107363124263e-05,
317
- "dest_port": 0.009896911807271837,
318
- "mitre_techniques": 1.1132634203905329e-05,
319
- "attack_vectors": 1.1132634203905329e-05,
320
- "mitre_tactic": 1.1132634203905329e-05,
321
- "mitre_technique": 1.1132634203905329e-05,
322
- "confidence_score": 1.1132634203905329e-05,
323
- "is_malicious": 1.1132634203905329e-05,
324
- "severity": 1.1132634203905329e-05,
325
- "primary_label": 2.2265268407810657e-05,
326
- "raw_mtu": 0.00025605058668982255,
327
- "link": 7.79284394273373e-05,
328
- "payload_printable": 0.0022599247433927818,
329
- "stream": 3.3397902611715986e-05,
330
- "ip_v": 2.2265268407810657e-05,
331
- "event_type": 0.00016698951305857992,
332
- "pkt_src": 4.4530536815621315e-05,
333
- "flow": 0.20870349342061317,
334
- "timestamp": 0.31318326542426467,
335
- "proto": 3.3397902611715986e-05,
336
- "direction": 3.3397902611715986e-05,
337
- "flow_id": 0.13700932914746286,
338
- "in_iface": 2.2265268407810657e-05,
339
- "alert": 0.003562442945249705,
340
- "payload": 0.0023935163538396456,
341
- "app_proto": 0.00016698951305857992,
342
- "metadata": 0.0006902233206421304,
343
- "tags": 5.5663171019526644e-05,
344
- "raw_freq": 0.005777837151826865,
345
- "uptime": 0.013926925389085566,
346
- "raw_hits": 0.0012245897624295861,
347
- "reason": 0.0004898359049718344,
348
- "ip_rep": 4.4530536815621315e-05,
349
- "fatt_tls": 0.0002894484893015385,
350
- "protocol": 0.0001558568788546746,
351
- "tcp": 0.002237659474984971,
352
- "fatt_ssh": 0.0003117137577093492,
353
- "rdp": 0.0001558568788546746,
354
- "service": 2.2265268407810657e-05,
355
- "client_version": 2.2265268407810657e-05,
356
- "input": 0.00022265268407810657,
357
- "session": 0.012156836550664619,
358
- "msg": 7.79284394273373e-05,
359
- "environ": 1.1132634203905329e-05,
360
- "level": 3.3397902611715986e-05,
361
- "message": 0.002983545966646628,
362
- "status": 5.5663171019526644e-05,
363
- "username": 0.0008015496626811836,
364
- "action": 5.5663171019526644e-05,
365
- "mstshash": 2.2265268407810657e-05,
366
- "data": 0.00021152004987420124,
367
- "fatt_rdp": 3.3397902611715986e-05,
368
- "ssh": 0.0005121011733796451,
369
- "output": 0.0006679580522343197,
370
- "session_duration": 1.1132634203905329e-05,
371
- "download_tries": 2.2265268407810657e-05,
372
- "start_time": 0.013503885289337164,
373
- "end_time": 0.013515017923541069,
374
- "operation_mode": 2.2265268407810657e-05,
375
- "downloads": 2.2265268407810657e-05,
376
- "download_count": 2.2265268407810657e-05,
377
- "attack_connection": 0.0045198494867855635,
378
- "proxy_connection": 8.906107363124263e-05,
379
- "is_virtual": 2.2265268407810657e-05,
380
- "password": 0.0024603121590630775,
381
- "client": 8.906107363124263e-05,
382
- "smb": 0.006145214080555741,
383
- "tx_id": 4.4530536815621315e-05,
384
- "tls": 0.0005009685391757397,
385
- "lang": 4.4530536815621315e-05,
386
- "app": 5.5663171019526644e-05,
387
- "http": 0.0015029056175272194,
388
- "anomaly": 0.00013359161044686394,
389
- "fileinfo": 4.4530536815621315e-05,
390
- "ts_progress": 2.2265268407810657e-05,
391
- "tc_progress": 3.3397902611715986e-05,
392
- "files": 4.4530536815621315e-05,
393
- "smtp": 5.5663171019526644e-05,
394
- "rfb": 2.2265268407810657e-05,
395
- "fileinfo.state": 3.3397902611715986e-05,
396
- "http.http_method": 3.3397902611715986e-05,
397
- "fileinfo.filename": 3.3397902611715986e-05,
398
- "icmp_code": 3.3397902611715986e-05,
399
- "icmp_type": 2.2265268407810657e-05,
400
- "app_proto_tc": 6.679580522343197e-05,
401
- "ftp": 0.00011132634203905329,
402
- "app_proto_ts": 3.3397902611715986e-05,
403
- "request.headers.sorted": 6.679580522343197e-05,
404
- "request.headers.User-Agent": 6.679580522343197e-05,
405
- "request.headers.Accept-Encoding": 3.3397902611715986e-05,
406
- "request.bodySha256": 2.2265268407810657e-05,
407
- "response.metadata.provider": 2.2265268407810657e-05,
408
- "hostname": 5.5663171019526644e-05,
409
- "response.headers.Content-Type": 3.3397902611715986e-05,
410
- "request.method": 3.3397902611715986e-05,
411
- "response.body": 3.3397902611715986e-05,
412
- "response.metadata.generationSource": 3.3397902611715986e-05,
413
- "request.headers.Connection": 3.3397902611715986e-05,
414
- "request.headers.sortedSha256": 6.679580522343197e-05,
415
- "sensorName": 4.4530536815621315e-05,
416
- "request.userAgent": 6.679580522343197e-05,
417
- "request.protocol": 3.3397902611715986e-05,
418
- "request.body": 1.1132634203905329e-05,
419
- "response.headers.Server": 3.3397902611715986e-05,
420
- "response.metadata.temperature": 2.2265268407810657e-05,
421
- "response.metadata.model": 2.2265268407810657e-05,
422
- "request.headers.Accept": 2.2265268407810657e-05,
423
- "request.requestURI": 3.3397902611715986e-05,
424
- "fatt_http": 6.679580522343197e-05,
425
- "request.headers.Referer": 2.2265268407810657e-05,
426
- "dcerpc": 2.2265268407810657e-05,
427
- "request.headers.Accept-Charset": 2.2265268407810657e-05,
428
- "request.headers.Accept-Language": 2.2265268407810657e-05,
429
- "pgsql": 4.4530536815621315e-05,
430
- "duration": 2.2265268407810657e-05,
431
- "eventid": 2.2265268407810657e-05,
432
- "sensor": 2.2265268407810657e-05,
433
- "commands": 1.1132634203905329e-05
 
434
  }
435
  }
436
  }
 
3
  "name": "attacks-weekly",
4
  "version": "1.0.0",
5
  "description": "Cybersecurity dataset from honeypot infrastructure",
6
+ "total_samples": 85217,
7
+ "features": 136,
8
+ "creation_timestamp": "2026-03-09T06:09:11.813085+00:00",
9
  "data_source": "Honeypot Infrastructure",
10
  "honeypot_types": {},
11
  "time_range": {
12
  "start": "",
13
+ "end": "2026-03-09T06:00:01.844701776+00:00"
14
  }
15
  },
16
  "statistics": {
17
  "total_events": 100000,
18
  "successful_extractions": 100000,
19
+ "feature_extraction_time": 98.863997,
20
  "dataset_creation_time": 0,
21
  "quality_score": 0.0
22
  },
23
  "feature_schema": {
24
  "src_ip": "object",
25
+ "event_type": "object",
26
+ "@version": "object",
27
+ "ip_rep": "object",
28
+ "type": "object",
29
+ "honeypot_ip_int": "object",
30
+ "in_iface": "object",
31
+ "@timestamp": "object",
32
+ "tcp": "object",
33
+ "ip_v": "object",
34
+ "flow": "object",
35
  "host": "object",
 
36
  "geoip": "object",
 
 
37
  "src_port": "object",
38
+ "honeypot_ip_ext": "object",
39
+ "timestamp": "object",
40
  "dest_ip": "object",
41
+ "proto": "object",
42
+ "app_proto": "object",
43
+ "geoip_ext": "object",
44
  "honeypot_hostname": "object",
45
+ "metadata": "object",
46
+ "flow_id": "object",
 
 
 
 
47
  "dest_port": "int64",
48
  "mitre_techniques": "object",
49
  "attack_vectors": "object",
 
53
  "is_malicious": "bool",
54
  "severity": "object",
55
  "primary_label": "object",
56
+ "os": "object",
57
+ "dist": "object",
58
+ "raw_sig": "object",
59
+ "mod": "object",
60
+ "subject": "object",
61
+ "params": "object",
62
  "pkt_src": "object",
63
+ "stream": "object",
 
 
64
  "direction": "object",
 
 
 
65
  "payload": "object",
66
+ "payload_printable": "object",
67
+ "alert": "object",
68
+ "raw_mtu": "object",
69
+ "link": "object",
70
+ "tx_id": "object",
71
+ "smtp": "object",
72
+ "http": "object",
73
  "tags": "object",
74
+ "rdp": "object",
 
 
75
  "reason": "object",
76
+ "raw_hits": "object",
77
+ "is_virtual": "object",
78
+ "downloads": "object",
79
+ "end_time": "object",
80
+ "download_count": "object",
81
+ "download_tries": "object",
82
+ "attack_connection": "object",
83
+ "proxy_connection": "object",
84
+ "operation_mode": "object",
85
+ "start_time": "object",
86
+ "anomaly": "object",
87
+ "data": "object",
88
  "protocol": "object",
89
+ "action": "object",
90
+ "mstshash": "object",
91
+ "ssh": "object",
92
+ "uptime": "object",
93
+ "raw_freq": "object",
94
+ "ts_progress": "object",
95
+ "tc_progress": "object",
96
+ "fileinfo": "object",
97
+ "fatt_rdp": "object",
98
+ "fatt_http": "object",
99
  "fatt_ssh": "object",
100
+ "fatt_tls": "object",
101
+ "level": "object",
102
+ "status": "object",
 
 
103
  "msg": "object",
104
+ "input": "object",
105
  "environ": "object",
 
106
  "message": "object",
107
+ "client_version": "object",
108
  "username": "object",
109
+ "session": "object",
110
+ "service": "object",
 
 
 
111
  "output": "object",
 
 
 
 
 
 
 
 
 
 
112
  "password": "object",
113
  "client": "object",
114
+ "session_duration": "float64",
 
 
115
  "lang": "object",
116
  "app": "object",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  "hostname": "object",
118
+ "response.metadata.generationSource": "object",
119
+ "response.metadata.provider": "object",
120
  "response.headers.Content-Type": "object",
 
121
  "response.body": "object",
122
+ "response.metadata.model": "object",
123
+ "response.metadata.temperature": "object",
 
 
 
 
124
  "request.body": "object",
125
+ "request.bodySha256": "object",
126
  "response.headers.Server": "object",
127
+ "request.headers.Accept-Encoding": "object",
128
+ "request.headers.sortedSha256": "object",
129
+ "sensorName": "object",
130
  "request.requestURI": "object",
131
+ "request.method": "object",
132
+ "request.protocol": "object",
133
+ "request.headers.sorted": "object",
134
+ "request.userAgent": "object",
135
+ "request.headers.User-Agent": "object",
136
+ "files": "object",
137
+ "tls": "object",
138
  "duration": "object",
139
  "eventid": "object",
140
  "sensor": "object",
141
+ "smb": "object",
142
+ "icmp_code": "object",
143
+ "icmp_type": "object",
144
+ "app_proto_tc": "object",
145
+ "src_url": "object",
146
+ "filename": "object",
147
+ "outfile": "object",
148
+ "shasum": "object",
149
+ "request.headers.Connection": "object",
150
+ "request.headers.Referer": "object",
151
+ "request.headers.Upgrade-Insecure-Requests": "object",
152
+ "request.headers.Accept-Language": "object",
153
+ "request.headers.Accept": "object",
154
+ "request.headers.Cache-Control": "object",
155
+ "request.headers.Pragma": "object",
156
+ "app_proto_ts": "object",
157
+ "request.headers.Accept-Charset": "object",
158
+ "ftp": "object",
159
  "commands": "object"
160
  },
161
  "quality_metrics": {
162
  "completeness": {
163
  "src_ip": 1.0,
164
+ "event_type": 1.0,
165
+ "@version": 1.0,
166
+ "ip_rep": 1.0,
167
+ "type": 1.0,
168
+ "honeypot_ip_int": 1.0,
169
+ "in_iface": 1.0,
170
+ "@timestamp": 1.0,
171
+ "tcp": 1.0,
172
+ "ip_v": 1.0,
173
+ "flow": 1.0,
174
  "host": 1.0,
 
175
  "geoip": 1.0,
 
 
176
  "src_port": 1.0,
177
+ "honeypot_ip_ext": 1.0,
178
+ "timestamp": 1.0,
179
  "dest_ip": 1.0,
180
+ "proto": 1.0,
181
+ "app_proto": 1.0,
182
+ "geoip_ext": 1.0,
183
  "honeypot_hostname": 1.0,
184
+ "metadata": 1.0,
185
+ "flow_id": 1.0,
 
 
 
 
186
  "dest_port": 1.0,
187
  "mitre_techniques": 1.0,
188
  "attack_vectors": 1.0,
 
192
  "is_malicious": 1.0,
193
  "severity": 1.0,
194
  "primary_label": 1.0,
195
+ "os": 1.0,
196
+ "dist": 1.0,
197
+ "raw_sig": 1.0,
198
+ "mod": 1.0,
199
+ "subject": 1.0,
200
+ "params": 1.0,
201
  "pkt_src": 1.0,
202
+ "stream": 1.0,
 
 
203
  "direction": 1.0,
 
 
 
204
  "payload": 1.0,
205
+ "payload_printable": 1.0,
206
+ "alert": 1.0,
207
+ "raw_mtu": 1.0,
208
+ "link": 1.0,
209
+ "tx_id": 1.0,
210
+ "smtp": 1.0,
211
+ "http": 1.0,
212
  "tags": 1.0,
213
+ "rdp": 1.0,
 
 
214
  "reason": 1.0,
215
+ "raw_hits": 1.0,
216
+ "is_virtual": 1.0,
217
+ "downloads": 1.0,
218
+ "end_time": 1.0,
219
+ "download_count": 1.0,
220
+ "download_tries": 1.0,
221
+ "attack_connection": 1.0,
222
+ "proxy_connection": 1.0,
223
+ "operation_mode": 1.0,
224
+ "start_time": 1.0,
225
+ "anomaly": 1.0,
226
+ "data": 1.0,
227
  "protocol": 1.0,
228
+ "action": 1.0,
229
+ "mstshash": 1.0,
230
+ "ssh": 1.0,
231
+ "uptime": 1.0,
232
+ "raw_freq": 1.0,
233
+ "ts_progress": 1.0,
234
+ "tc_progress": 1.0,
235
+ "fileinfo": 1.0,
236
+ "fatt_rdp": 1.0,
237
+ "fatt_http": 1.0,
238
  "fatt_ssh": 1.0,
239
+ "fatt_tls": 1.0,
240
+ "level": 1.0,
241
+ "status": 1.0,
 
 
242
  "msg": 1.0,
243
+ "input": 1.0,
244
  "environ": 1.0,
 
245
  "message": 1.0,
246
+ "client_version": 1.0,
247
  "username": 1.0,
248
+ "session": 1.0,
249
+ "service": 1.0,
 
 
 
250
  "output": 1.0,
 
 
 
 
 
 
 
 
 
 
251
  "password": 1.0,
252
  "client": 1.0,
253
+ "session_duration": 1.0,
 
 
254
  "lang": 1.0,
255
  "app": 1.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
256
  "hostname": 1.0,
257
+ "response.metadata.generationSource": 1.0,
258
+ "response.metadata.provider": 1.0,
259
  "response.headers.Content-Type": 1.0,
 
260
  "response.body": 1.0,
261
+ "response.metadata.model": 1.0,
262
+ "response.metadata.temperature": 1.0,
 
 
 
 
263
  "request.body": 1.0,
264
+ "request.bodySha256": 1.0,
265
  "response.headers.Server": 1.0,
266
+ "request.headers.Accept-Encoding": 1.0,
267
+ "request.headers.sortedSha256": 1.0,
268
+ "sensorName": 1.0,
269
  "request.requestURI": 1.0,
270
+ "request.method": 1.0,
271
+ "request.protocol": 1.0,
272
+ "request.headers.sorted": 1.0,
273
+ "request.userAgent": 1.0,
274
+ "request.headers.User-Agent": 1.0,
275
+ "files": 1.0,
276
+ "tls": 1.0,
277
  "duration": 1.0,
278
  "eventid": 1.0,
279
  "sensor": 1.0,
280
+ "smb": 1.0,
281
+ "icmp_code": 1.0,
282
+ "icmp_type": 1.0,
283
+ "app_proto_tc": 1.0,
284
+ "src_url": 1.0,
285
+ "filename": 1.0,
286
+ "outfile": 1.0,
287
+ "shasum": 1.0,
288
+ "request.headers.Connection": 1.0,
289
+ "request.headers.Referer": 1.0,
290
+ "request.headers.Upgrade-Insecure-Requests": 1.0,
291
+ "request.headers.Accept-Language": 1.0,
292
+ "request.headers.Accept": 1.0,
293
+ "request.headers.Cache-Control": 1.0,
294
+ "request.headers.Pragma": 1.0,
295
+ "app_proto_ts": 1.0,
296
+ "request.headers.Accept-Charset": 1.0,
297
+ "ftp": 1.0,
298
  "commands": 1.0
299
  },
300
  "uniqueness": {
301
+ "src_ip": 0.07514932466526632,
302
+ "event_type": 0.00014081697313916237,
303
+ "@version": 1.1734747761596864e-05,
304
+ "ip_rep": 7.040848656958118e-05,
305
+ "type": 0.00010561272985437178,
306
+ "honeypot_ip_int": 0.5543260147623127,
307
+ "in_iface": 2.3469495523193728e-05,
308
+ "@timestamp": 0.2747221798467442,
309
+ "tcp": 0.0026755224896440853,
310
+ "ip_v": 2.3469495523193728e-05,
311
+ "flow": 0.19474987385146156,
312
+ "host": 0.0035086895807174626,
313
+ "geoip": 0.08315242263867538,
314
+ "src_port": 0.14027717474212892,
315
+ "honeypot_ip_ext": 1.1734747761596864e-05,
316
+ "timestamp": 0.3177887041318047,
317
+ "dest_ip": 5.867373880798432e-05,
318
+ "proto": 3.520424328479059e-05,
319
+ "app_proto": 0.00011734747761596864,
320
+ "geoip_ext": 9.387798209277491e-05,
321
+ "honeypot_hostname": 0.0035086895807174626,
322
+ "metadata": 0.0006454111268878275,
323
+ "flow_id": 0.12997406620744686,
324
+ "dest_port": 0.020571012826079302,
325
+ "mitre_techniques": 1.1734747761596864e-05,
326
+ "attack_vectors": 1.1734747761596864e-05,
327
+ "mitre_tactic": 1.1734747761596864e-05,
328
+ "mitre_technique": 1.1734747761596864e-05,
329
+ "confidence_score": 1.1734747761596864e-05,
330
+ "is_malicious": 1.1734747761596864e-05,
331
+ "severity": 1.1734747761596864e-05,
332
+ "primary_label": 2.3469495523193728e-05,
333
+ "os": 0.00018775596418554982,
334
+ "dist": 0.00037551192837109964,
335
+ "raw_sig": 0.006536254503209453,
336
+ "mod": 0.00010561272985437178,
337
+ "subject": 3.520424328479059e-05,
338
+ "params": 8.214323433117805e-05,
339
+ "pkt_src": 4.6938991046387456e-05,
340
+ "stream": 3.520424328479059e-05,
341
+ "direction": 3.520424328479059e-05,
342
+ "payload": 0.0017132731731931423,
343
+ "payload_printable": 0.0017602121642395297,
344
+ "alert": 0.0037903235269957872,
345
+ "raw_mtu": 0.00023469495523193728,
346
+ "link": 9.387798209277491e-05,
347
+ "tx_id": 4.6938991046387456e-05,
348
+ "smtp": 4.6938991046387456e-05,
349
+ "http": 0.0013729654881068332,
350
+ "tags": 2.3469495523193728e-05,
351
+ "rdp": 0.0001290822253775655,
352
+ "reason": 0.00043418566717908397,
353
+ "raw_hits": 0.0011617400283980895,
354
+ "is_virtual": 2.3469495523193728e-05,
355
+ "downloads": 2.3469495523193728e-05,
356
+ "end_time": 0.009563819425701444,
357
+ "download_count": 2.3469495523193728e-05,
358
+ "download_tries": 2.3469495523193728e-05,
359
+ "attack_connection": 0.0030510344180151847,
360
+ "proxy_connection": 9.387798209277491e-05,
361
+ "operation_mode": 2.3469495523193728e-05,
362
+ "start_time": 0.009481676191370267,
363
+ "anomaly": 0.00014081697313916237,
364
+ "data": 0.00023469495523193728,
365
+ "protocol": 0.0001290822253775655,
366
+ "action": 5.867373880798432e-05,
367
+ "mstshash": 2.3469495523193728e-05,
368
+ "ssh": 0.0005867373880798433,
369
+ "uptime": 0.01145311381531854,
370
+ "raw_freq": 0.0062076815658847415,
371
+ "ts_progress": 2.3469495523193728e-05,
372
+ "tc_progress": 4.6938991046387456e-05,
373
+ "fileinfo": 9.387798209277491e-05,
374
+ "fatt_rdp": 3.520424328479059e-05,
375
+ "fatt_http": 0.00024642970299353415,
376
+ "fatt_ssh": 0.00038724667613269654,
377
+ "fatt_tls": 0.0007510238567421993,
378
+ "level": 2.3469495523193728e-05,
379
+ "status": 5.867373880798432e-05,
380
+ "msg": 8.214323433117805e-05,
381
+ "input": 0.0005280636492718589,
382
+ "environ": 1.1734747761596864e-05,
383
+ "message": 0.007087787648004506,
384
+ "client_version": 2.3469495523193728e-05,
385
+ "username": 0.0013729654881068332,
386
+ "session": 0.010901580670523487,
387
+ "service": 2.3469495523193728e-05,
388
+ "output": 0.0008214323433117806,
389
+ "password": 0.001725007920954739,
390
+ "client": 5.867373880798432e-05,
391
+ "session_duration": 1.1734747761596864e-05,
392
+ "lang": 5.867373880798432e-05,
393
+ "app": 8.214323433117805e-05,
394
+ "hostname": 4.6938991046387456e-05,
395
+ "response.metadata.generationSource": 2.3469495523193728e-05,
396
+ "response.metadata.provider": 2.3469495523193728e-05,
397
+ "response.headers.Content-Type": 2.3469495523193728e-05,
398
+ "response.body": 2.3469495523193728e-05,
399
+ "response.metadata.model": 2.3469495523193728e-05,
400
+ "response.metadata.temperature": 2.3469495523193728e-05,
401
+ "request.body": 1.1734747761596864e-05,
402
+ "request.bodySha256": 2.3469495523193728e-05,
403
+ "response.headers.Server": 2.3469495523193728e-05,
404
+ "request.headers.Accept-Encoding": 3.520424328479059e-05,
405
+ "request.headers.sortedSha256": 9.387798209277491e-05,
406
+ "sensorName": 7.040848656958118e-05,
407
+ "request.requestURI": 2.3469495523193728e-05,
408
+ "request.method": 3.520424328479059e-05,
409
+ "request.protocol": 3.520424328479059e-05,
410
+ "request.headers.sorted": 8.214323433117805e-05,
411
+ "request.userAgent": 8.214323433117805e-05,
412
+ "request.headers.User-Agent": 8.214323433117805e-05,
413
+ "files": 1.1734747761596864e-05,
414
+ "tls": 0.0009974535597357334,
415
+ "duration": 5.867373880798432e-05,
416
+ "eventid": 5.867373880798432e-05,
417
+ "sensor": 2.3469495523193728e-05,
418
+ "smb": 0.00029336869403992163,
419
+ "icmp_code": 3.520424328479059e-05,
420
+ "icmp_type": 2.3469495523193728e-05,
421
+ "app_proto_tc": 3.520424328479059e-05,
422
+ "src_url": 4.6938991046387456e-05,
423
+ "filename": 4.6938991046387456e-05,
424
+ "outfile": 4.6938991046387456e-05,
425
+ "shasum": 4.6938991046387456e-05,
426
+ "request.headers.Connection": 3.520424328479059e-05,
427
+ "request.headers.Referer": 2.3469495523193728e-05,
428
+ "request.headers.Upgrade-Insecure-Requests": 2.3469495523193728e-05,
429
+ "request.headers.Accept-Language": 3.520424328479059e-05,
430
+ "request.headers.Accept": 3.520424328479059e-05,
431
+ "request.headers.Cache-Control": 2.3469495523193728e-05,
432
+ "request.headers.Pragma": 2.3469495523193728e-05,
433
+ "app_proto_ts": 2.3469495523193728e-05,
434
+ "request.headers.Accept-Charset": 2.3469495523193728e-05,
435
+ "ftp": 2.3469495523193728e-05,
436
+ "commands": 1.1734747761596864e-05
437
  }
438
  }
439
  }
train.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4dfa8abed10a70ae20be2cd0b03695733a68444b427245bafccbb861198e4c26
3
- size 126782925
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27f5ea0544dbf6b69acdbb25ea7149dfc80d24c90384f934618ece957197ae71
3
+ size 117468901
train.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0a36976add5c754c1951288d4637ab96a0e79d11fed587946972264f1ad57cb
3
- size 315603147
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c18874af678d40410da601e371131153a35d44d57c94dc0a457ebf8cf990bec
3
+ size 301998082
train.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea49473289eb97423c229d97b0678790da3bd4bc148fb710a9153524d87b858e
3
- size 7840316
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f721856f3b6cd1d8b335ff85d45734dd302da03cbbabc155c26da46f45b8cd7
3
+ size 7646173
upload_manifest.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "upload_session_id": "upload_1772431735",
3
- "preparation_timestamp": "2026-03-02T06:08:57.248238+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": 450250660
15
  }
 
1
  {
2
+ "upload_session_id": "upload_1773036571",
3
+ "preparation_timestamp": "2026-03-09T06:09:32.533715+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": 427137735
15
  }