pyToshka commited on
Commit
26c756f
·
verified ·
1 Parent(s): f4e8fc0

Upload dataset - Session upload_1774847360

Browse files
Files changed (6) hide show
  1. README.md +170 -146
  2. metadata.json +387 -363
  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,55 +16,72 @@ 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: '@timestamp'
26
  dtype: string
27
- - name: src_ip
28
  dtype: string
29
- - name: honeypot_ip_int
30
  dtype: string
31
- - name: response
32
  dtype: string
33
- - name: type
34
  dtype: string
35
- - name: '@version'
36
  dtype: string
37
- - name: id
38
  dtype: string
39
- - name: sensorid
40
  dtype: string
41
- - name: host
42
  dtype: string
43
  - name: geoip_ext
44
  dtype: string
45
- - name: src_port
46
  dtype: string
47
- - name: event_type
 
 
 
 
 
 
 
 
 
 
48
  dtype: string
49
  - name: honeypot_ip_ext
50
  dtype: string
51
- - name: public_ip
52
  dtype: string
53
- - name: timestamp
54
  dtype: string
55
- - name: dest_port
56
- dtype: int64
57
- - name: data_type
58
  dtype: string
59
- - name: geoip
60
  dtype: string
61
- - name: request
62
  dtype: string
63
- - name: dest_ip
64
  dtype: string
65
- - name: honeypot_hostname
66
  dtype: string
 
 
67
  - name: mitre_techniques
68
  dtype: string
69
  - name: attack_vectors
@@ -80,246 +98,252 @@ dataset_info:
80
  dtype: string
81
  - name: primary_label
82
  dtype: string
83
- - name: is_virtual
84
  dtype: string
85
- - name: ip_rep
86
  dtype: string
87
- - name: download_tries
88
  dtype: string
89
- - name: end_time
90
  dtype: string
91
- - name: proxy_connection
92
  dtype: string
93
- - name: attack_connection
94
  dtype: string
95
- - name: operation_mode
96
  dtype: string
97
- - name: downloads
98
  dtype: string
99
- - name: start_time
100
  dtype: string
101
- - name: download_count
102
  dtype: string
103
- - name: os
104
  dtype: string
105
- - name: dist
106
  dtype: string
107
- - name: mod
108
  dtype: string
109
- - name: subject
110
  dtype: string
111
- - name: raw_sig
112
  dtype: string
113
- - name: params
114
  dtype: string
115
- - name: proto
116
  dtype: string
117
- - name: in_iface
118
  dtype: string
119
- - name: flow
120
  dtype: string
121
- - name: ip_v
122
  dtype: string
123
- - name: tcp
124
  dtype: string
125
- - name: flow_id
126
  dtype: string
127
- - name: action
128
  dtype: string
129
- - name: protocol
130
  dtype: string
131
- - name: ssh
132
  dtype: string
133
- - name: metadata
134
  dtype: string
135
- - name: pkt_src
136
  dtype: string
137
- - name: app_proto
138
  dtype: string
139
- - name: raw_mtu
140
  dtype: string
141
- - name: link
 
 
 
 
142
  dtype: string
143
  - name: fatt_ssh
144
  dtype: string
145
- - name: reason
146
  dtype: string
147
- - name: raw_hits
148
  dtype: string
149
- - name: uptime
150
  dtype: string
151
- - name: raw_freq
152
  dtype: string
153
- - name: alert
154
  dtype: string
155
- - name: tags
156
  dtype: string
157
- - name: direction
158
  dtype: string
159
- - name: payload_printable
160
  dtype: string
161
- - name: stream
162
  dtype: string
163
- - name: payload
164
  dtype: string
165
- - name: rdp
 
 
166
  dtype: string
167
  - name: data
168
  dtype: string
169
  - name: mstshash
170
  dtype: string
171
- - name: fatt_rdp
 
 
172
  dtype: string
173
  - name: tx_id
174
  dtype: string
175
- - name: smb
176
- dtype: string
177
- - name: anomaly
178
- dtype: string
179
- - name: tls
180
  dtype: string
181
  - name: ts_progress
182
  dtype: string
183
- - name: http
184
  dtype: string
185
- - name: tc_progress
186
  dtype: string
187
- - name: message
188
  dtype: string
189
- - name: environ
190
  dtype: string
191
- - name: username
192
  dtype: string
193
- - name: input
194
  dtype: string
195
- - name: level
196
  dtype: string
197
- - name: output
198
  dtype: string
199
- - name: session
200
  dtype: string
201
- - name: service
202
  dtype: string
203
- - name: msg
204
  dtype: string
205
- - name: status
206
  dtype: string
207
- - name: fatt_http
208
  dtype: string
209
- - name: fatt_tls
210
  dtype: string
211
- - name: session_duration
212
- dtype: float64
213
- - name: fileinfo
214
  dtype: string
215
- - name: client
216
  dtype: string
217
- - name: password
218
  dtype: string
219
  - name: client_version
220
  dtype: string
221
- - name: files
222
  dtype: string
223
- - name: lang
224
  dtype: string
225
- - name: app
226
  dtype: string
227
- - name: response.metadata.generationSource
228
  dtype: string
229
- - name: request.body
230
  dtype: string
231
- - name: request.headers.User-Agent
232
  dtype: string
233
- - name: request.method
234
  dtype: string
235
- - name: sensorName
 
 
236
  dtype: string
237
  - name: response.body
238
  dtype: string
239
- - name: request.headers.Accept
240
  dtype: string
241
- - name: request.requestURI
 
 
242
  dtype: string
243
  - name: request.headers.sorted
244
  dtype: string
 
 
 
 
245
  - name: response.metadata.model
246
  dtype: string
247
- - name: response.metadata.provider
248
  dtype: string
249
- - name: request.headers.Accept-Encoding
250
  dtype: string
251
- - name: request.protocol
252
  dtype: string
253
- - name: response.headers.Server
254
  dtype: string
255
- - name: request.headers.Accept-Charset
256
  dtype: string
257
- - name: hostname
258
  dtype: string
259
- - name: request.bodySha256
260
  dtype: string
261
- - name: request.userAgent
262
  dtype: string
263
- - name: response.metadata.temperature
264
  dtype: string
265
- - name: response.headers.Content-Type
266
  dtype: string
267
- - name: request.headers.sortedSha256
268
  dtype: string
269
- - name: request.headers.Accept-Language
270
  dtype: string
271
  - name: icmp_code
272
  dtype: string
273
  - name: icmp_type
274
  dtype: string
275
- - name: app_proto_tc
276
  dtype: string
277
- - name: created_by_node_id
278
  dtype: string
279
- - name: app_version
280
  dtype: string
281
- - name: sip_user_agent
282
  dtype: string
283
- - name: called_number
284
  dtype: string
285
- - name: transport_type
286
  dtype: string
287
- - name: sip_method
288
  dtype: string
289
- - name: app_name
290
  dtype: string
291
- - name: collected_method
292
  dtype: string
293
- - name: sip_message
294
  dtype: string
295
- - name: event_uuid
296
  dtype: string
297
- - name: request.headers.Referer
298
  dtype: string
299
- - name: request.headers.Connection
300
  dtype: string
301
- - name: rfb
302
  dtype: string
303
- - name: eventid
304
  dtype: string
305
- - name: sensor
306
  dtype: string
307
  - name: outfile
308
  dtype: string
309
- - name: src_url
310
- dtype: string
311
  - name: filename
312
  dtype: string
313
- - name: shasum
314
- dtype: string
315
  - name: commands
316
  dtype: string
317
  splits:
318
  - name: train
319
- num_bytes: 918067663
320
- num_examples: 94131
321
- download_size: 918067663
322
- dataset_size: 918067663
323
  config_name: default
324
  ---
325
 
@@ -396,50 +420,50 @@ print(f"Malicious events: {malicious_count}/{len(train_data)} ({malicious_count/
396
 
397
  ## Data Fields
398
 
399
- The dataset contains 146 features across several categories:
400
 
401
  ### Network Features
402
- - `src_ip`: Network-related information
403
- - `honeypot_ip_int`: Network-related information
404
- - `geoip_ext`: Network-related information
405
  - `src_port`: Network-related information
406
- - `honeypot_ip_ext`: Network-related information
407
- - ... and 14 more network features
 
408
 
409
  ### Behavioral Features
410
  - `username`: Behavioral analysis data
411
  - `session`: Behavioral analysis data
412
  - `session_duration`: Behavioral analysis data
413
- - `request.headers.User-Agent`: Behavioral analysis data
414
  - `request.userAgent`: Behavioral analysis data
415
  - ... and 2 more behavioral features
416
 
417
  ### Temporal Features
418
  - `@timestamp`: Time-based information
419
  - `timestamp`: Time-based information
 
420
  - `end_time`: Time-based information
421
  - `start_time`: Time-based information
422
- - `uptime`: Time-based information
423
- - ... and 1 more temporal features
424
 
425
  ### Security Features
 
426
  - `mitre_techniques`: Security and threat intelligence
427
  - `attack_vectors`: Security and threat intelligence
428
  - `mitre_tactic`: Security and threat intelligence
429
  - `mitre_technique`: Security and threat intelligence
430
- - `is_malicious`: Security and threat intelligence
431
  - ... and 2 more security features
432
 
433
  ## Data Splits
434
 
435
  | Split | Examples |
436
  |-------|----------|
437
- | train | 94,131 |
438
 
439
  ## Dataset Statistics
440
 
441
- - **Total size**: ~875.5 MB
442
- - **Average record size**: ~9753 bytes
443
  - **Feature completeness**: 100.0%
444
 
445
  ## 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: geoip
34
  dtype: string
35
+ - name: "@timestamp"
36
  dtype: string
37
+ - name: timestamp
38
  dtype: string
39
+ - name: flow_id
40
  dtype: string
41
+ - name: src_port
42
  dtype: string
43
+ - name: ip_v
44
  dtype: string
45
+ - name: host
46
  dtype: string
47
+ - name: type
48
  dtype: string
49
+ - name: honeypot_ip_int
50
  dtype: string
51
  - name: geoip_ext
52
  dtype: string
53
+ - name: dest_ip
54
  dtype: string
55
+ - name: proto
56
+ dtype: string
57
+ - name: flow
58
+ dtype: string
59
+ - name: "@version"
60
+ dtype: string
61
+ - name: in_iface
62
+ dtype: string
63
+ - name: honeypot_hostname
64
+ dtype: string
65
+ - name: payload_printable
66
  dtype: string
67
  - name: honeypot_ip_ext
68
  dtype: string
69
+ - name: src_ip
70
  dtype: string
71
+ - name: stream
72
  dtype: string
73
+ - name: alert
 
 
74
  dtype: string
75
+ - name: payload
76
  dtype: string
77
+ - name: pkt_src
78
  dtype: string
79
+ - name: event_type
80
  dtype: string
81
+ - name: direction
82
  dtype: string
83
+ - name: dest_port
84
+ dtype: int64
85
  - name: mitre_techniques
86
  dtype: string
87
  - name: attack_vectors
 
98
  dtype: string
99
  - name: primary_label
100
  dtype: string
101
+ - name: tcp
102
  dtype: string
103
+ - name: input
104
  dtype: string
105
+ - name: status
106
  dtype: string
107
+ - name: username
108
  dtype: string
109
+ - name: output
110
  dtype: string
111
+ - name: level
112
  dtype: string
113
+ - name: session
114
  dtype: string
115
+ - name: message
116
  dtype: string
117
+ - name: service
118
  dtype: string
119
+ - name: protocol
120
  dtype: string
121
+ - name: environ
122
  dtype: string
123
+ - name: msg
124
  dtype: string
125
+ - name: app_proto
126
  dtype: string
127
+ - name: metadata
128
  dtype: string
129
+ - name: tags
130
  dtype: string
131
+ - name: mod
132
  dtype: string
133
+ - name: link
134
  dtype: string
135
+ - name: raw_mtu
136
  dtype: string
137
+ - name: subject
138
  dtype: string
139
+ - name: ip_rep
140
  dtype: string
141
+ - name: raw_sig
142
  dtype: string
143
+ - name: os
144
  dtype: string
145
+ - name: params
146
  dtype: string
147
+ - name: dist
148
  dtype: string
149
+ - name: rdp
150
  dtype: string
151
+ - name: reason
152
  dtype: string
153
+ - name: raw_hits
154
  dtype: string
155
+ - name: action
156
  dtype: string
157
+ - name: fatt_rdp
158
  dtype: string
159
+ - name: uptime
160
+ dtype: string
161
+ - name: raw_freq
162
+ dtype: string
163
+ - name: fatt_tls
164
  dtype: string
165
  - name: fatt_ssh
166
  dtype: string
167
+ - name: sip
168
  dtype: string
169
+ - name: attack_connection
170
  dtype: string
171
+ - name: proxy_connection
172
  dtype: string
173
+ - name: download_count
174
  dtype: string
175
+ - name: end_time
176
  dtype: string
177
+ - name: operation_mode
178
  dtype: string
179
+ - name: download_tries
180
  dtype: string
181
+ - name: start_time
182
  dtype: string
183
+ - name: downloads
184
  dtype: string
185
+ - name: is_virtual
186
  dtype: string
187
+ - name: ssh
188
+ dtype: string
189
+ - name: tls
190
  dtype: string
191
  - name: data
192
  dtype: string
193
  - name: mstshash
194
  dtype: string
195
+ - name: session_duration
196
+ dtype: float64
197
+ - name: http
198
  dtype: string
199
  - name: tx_id
200
  dtype: string
201
+ - name: tc_progress
 
 
 
 
202
  dtype: string
203
  - name: ts_progress
204
  dtype: string
205
+ - name: password
206
  dtype: string
207
+ - name: client
208
  dtype: string
209
+ - name: lang
210
  dtype: string
211
+ - name: app
212
  dtype: string
213
+ - name: fileinfo
214
  dtype: string
215
+ - name: anomaly
216
  dtype: string
217
+ - name: files
218
  dtype: string
219
+ - name: sip_user_agent
220
  dtype: string
221
+ - name: created_by_node_id
222
  dtype: string
223
+ - name: collected_method
224
  dtype: string
225
+ - name: sip_method
226
  dtype: string
227
+ - name: app_version
228
  dtype: string
229
+ - name: transport_type
230
  dtype: string
231
+ - name: event_uuid
232
  dtype: string
233
+ - name: called_number
 
 
234
  dtype: string
235
+ - name: app_name
236
  dtype: string
237
+ - name: sip_message
238
  dtype: string
239
  - name: client_version
240
  dtype: string
241
+ - name: fatt_http
242
  dtype: string
243
+ - name: pgsql
244
  dtype: string
245
+ - name: "response.headers.Content-Type"
246
  dtype: string
247
+ - name: response.metadata.temperature
248
  dtype: string
249
+ - name: request.requestURI
250
  dtype: string
251
+ - name: request.bodySha256
252
  dtype: string
253
+ - name: request.body
254
  dtype: string
255
+ - name: response.headers.Server
256
+ dtype: string
257
+ - name: hostname
258
  dtype: string
259
  - name: response.body
260
  dtype: string
261
+ - name: request.method
262
  dtype: string
263
+ - name: request.userAgent
264
+ dtype: string
265
+ - name: "request.headers.Accept-Encoding"
266
  dtype: string
267
  - name: request.headers.sorted
268
  dtype: string
269
+ - name: request.headers.Connection
270
+ dtype: string
271
+ - name: "request.headers.User-Agent"
272
+ dtype: string
273
  - name: response.metadata.model
274
  dtype: string
275
+ - name: request.headers.sortedSha256
276
  dtype: string
277
+ - name: response.metadata.generationSource
278
  dtype: string
279
+ - name: response.metadata.provider
280
  dtype: string
281
+ - name: request.headers.Accept
282
  dtype: string
283
+ - name: request.protocol
284
  dtype: string
285
+ - name: sensorName
286
  dtype: string
287
+ - name: duration
288
  dtype: string
289
+ - name: eventid
290
  dtype: string
291
+ - name: sensor
292
  dtype: string
293
+ - name: app_proto_tc
294
  dtype: string
295
+ - name: smb
296
  dtype: string
297
+ - name: headers
298
  dtype: string
299
  - name: icmp_code
300
  dtype: string
301
  - name: icmp_type
302
  dtype: string
303
+ - name: ftp
304
  dtype: string
305
+ - name: app_proto_ts
306
  dtype: string
307
+ - name: request.headers.Referer
308
  dtype: string
309
+ - name: id
310
  dtype: string
311
+ - name: response
312
  dtype: string
313
+ - name: sensorid
314
  dtype: string
315
+ - name: public_ip
316
  dtype: string
317
+ - name: request
318
  dtype: string
319
+ - name: data_type
320
  dtype: string
321
+ - name: peer
322
  dtype: string
323
+ - name: uuid
324
  dtype: string
325
+ - name: method
326
  dtype: string
327
+ - name: cookies
328
  dtype: string
329
+ - name: post_data
330
  dtype: string
331
+ - name: response_msg
332
  dtype: string
333
+ - name: shasum
334
  dtype: string
335
  - name: outfile
336
  dtype: string
 
 
337
  - name: filename
338
  dtype: string
 
 
339
  - name: commands
340
  dtype: string
341
  splits:
342
  - name: train
343
+ num_bytes: 911349861
344
+ num_examples: 91904
345
+ download_size: 911349861
346
+ dataset_size: 911349861
347
  config_name: default
348
  ---
349
 
 
420
 
421
  ## Data Fields
422
 
423
+ The dataset contains 154 features across several categories:
424
 
425
  ### Network Features
426
+ - `geoip`: Network-related information
427
+ - `flow_id`: Network-related information
 
428
  - `src_port`: Network-related information
429
+ - `ip_v`: Network-related information
430
+ - `honeypot_ip_int`: Network-related information
431
+ - ... and 15 more network features
432
 
433
  ### Behavioral Features
434
  - `username`: Behavioral analysis data
435
  - `session`: Behavioral analysis data
436
  - `session_duration`: Behavioral analysis data
437
+ - `sip_user_agent`: Behavioral analysis data
438
  - `request.userAgent`: Behavioral analysis data
439
  - ... and 2 more behavioral features
440
 
441
  ### Temporal Features
442
  - `@timestamp`: Time-based information
443
  - `timestamp`: Time-based information
444
+ - `uptime`: Time-based information
445
  - `end_time`: Time-based information
446
  - `start_time`: Time-based information
447
+ - ... and 2 more temporal features
 
448
 
449
  ### Security Features
450
+ - `alert`: Security and threat intelligence
451
  - `mitre_techniques`: Security and threat intelligence
452
  - `attack_vectors`: Security and threat intelligence
453
  - `mitre_tactic`: Security and threat intelligence
454
  - `mitre_technique`: Security and threat intelligence
 
455
  - ... and 2 more security features
456
 
457
  ## Data Splits
458
 
459
  | Split | Examples |
460
  |-------|----------|
461
+ | train | 91,904 |
462
 
463
  ## Dataset Statistics
464
 
465
+ - **Total size**: ~869.1 MB
466
+ - **Average record size**: ~9916 bytes
467
  - **Feature completeness**: 100.0%
468
 
469
  ## Ethical Considerations
metadata.json CHANGED
@@ -3,45 +3,50 @@
3
  "name": "attacks-weekly",
4
  "version": "1.0.0",
5
  "description": "Cybersecurity dataset from honeypot infrastructure",
6
- "total_samples": 94131,
7
- "features": 146,
8
- "creation_timestamp": "2026-03-23T06:08:22.241098+00:00",
9
  "data_source": "Honeypot Infrastructure",
10
  "honeypot_types": {},
11
  "time_range": {
12
  "start": "",
13
- "end": "2026-03-23T06:00:00.075747+00:00"
14
  }
15
  },
16
  "statistics": {
17
  "total_events": 100000,
18
  "successful_extractions": 100000,
19
- "feature_extraction_time": 87.281631,
20
  "dataset_creation_time": 0,
21
  "quality_score": 0.0
22
  },
23
  "feature_schema": {
 
24
  "@timestamp": "object",
25
- "src_ip": "object",
26
- "honeypot_ip_int": "object",
27
- "response": "object",
28
- "type": "object",
29
- "@version": "object",
30
- "id": "object",
31
- "sensorid": "object",
32
  "host": "object",
 
 
33
  "geoip_ext": "object",
34
- "src_port": "object",
35
- "event_type": "object",
36
- "honeypot_ip_ext": "object",
37
- "public_ip": "object",
38
- "timestamp": "object",
39
- "dest_port": "int64",
40
- "data_type": "object",
41
- "geoip": "object",
42
- "request": "object",
43
  "dest_ip": "object",
 
 
 
 
44
  "honeypot_hostname": "object",
 
 
 
 
 
 
 
 
 
 
45
  "mitre_techniques": "object",
46
  "attack_vectors": "object",
47
  "mitre_tactic": "object",
@@ -50,147 +55,155 @@
50
  "is_malicious": "bool",
51
  "severity": "object",
52
  "primary_label": "object",
53
- "is_virtual": "object",
54
- "ip_rep": "object",
55
- "download_tries": "object",
56
- "end_time": "object",
57
- "proxy_connection": "object",
58
- "attack_connection": "object",
59
- "operation_mode": "object",
60
- "downloads": "object",
61
- "start_time": "object",
62
- "download_count": "object",
63
- "os": "object",
64
- "dist": "object",
65
- "mod": "object",
66
- "subject": "object",
67
- "raw_sig": "object",
68
- "params": "object",
69
- "proto": "object",
70
- "in_iface": "object",
71
- "flow": "object",
72
- "ip_v": "object",
73
  "tcp": "object",
74
- "flow_id": "object",
75
- "action": "object",
 
 
 
 
 
 
76
  "protocol": "object",
77
- "ssh": "object",
78
- "metadata": "object",
79
- "pkt_src": "object",
80
  "app_proto": "object",
81
- "raw_mtu": "object",
 
 
82
  "link": "object",
83
- "fatt_ssh": "object",
 
 
 
 
 
 
 
84
  "reason": "object",
85
  "raw_hits": "object",
 
 
86
  "uptime": "object",
87
  "raw_freq": "object",
88
- "alert": "object",
89
- "tags": "object",
90
- "direction": "object",
91
- "payload_printable": "object",
92
- "stream": "object",
93
- "payload": "object",
94
- "rdp": "object",
 
 
 
 
 
 
 
95
  "data": "object",
96
  "mstshash": "object",
97
- "fatt_rdp": "object",
98
- "tx_id": "object",
99
- "smb": "object",
100
- "anomaly": "object",
101
- "tls": "object",
102
- "ts_progress": "object",
103
  "http": "object",
 
104
  "tc_progress": "object",
105
- "message": "object",
106
- "environ": "object",
107
- "username": "object",
108
- "input": "object",
109
- "level": "object",
110
- "output": "object",
111
- "session": "object",
112
- "service": "object",
113
- "msg": "object",
114
- "status": "object",
115
- "fatt_http": "object",
116
- "fatt_tls": "object",
117
- "session_duration": "float64",
118
- "fileinfo": "object",
119
- "client": "object",
120
  "password": "object",
121
- "client_version": "object",
122
- "files": "object",
123
  "lang": "object",
124
  "app": "object",
125
- "response.metadata.generationSource": "object",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  "request.body": "object",
127
- "request.headers.User-Agent": "object",
128
- "request.method": "object",
129
- "sensorName": "object",
130
  "response.body": "object",
131
- "request.headers.Accept": "object",
132
- "request.requestURI": "object",
 
133
  "request.headers.sorted": "object",
 
 
134
  "response.metadata.model": "object",
 
 
135
  "response.metadata.provider": "object",
136
- "request.headers.Accept-Encoding": "object",
137
  "request.protocol": "object",
138
- "response.headers.Server": "object",
139
- "request.headers.Accept-Charset": "object",
140
- "hostname": "object",
141
- "request.bodySha256": "object",
142
- "request.userAgent": "object",
143
- "response.metadata.temperature": "object",
144
- "response.headers.Content-Type": "object",
145
- "request.headers.sortedSha256": "object",
146
- "request.headers.Accept-Language": "object",
147
  "icmp_code": "object",
148
  "icmp_type": "object",
149
- "app_proto_tc": "object",
150
- "created_by_node_id": "object",
151
- "app_version": "object",
152
- "sip_user_agent": "object",
153
- "called_number": "object",
154
- "transport_type": "object",
155
- "sip_method": "object",
156
- "app_name": "object",
157
- "collected_method": "object",
158
- "sip_message": "object",
159
- "event_uuid": "object",
160
  "request.headers.Referer": "object",
161
- "request.headers.Connection": "object",
162
- "rfb": "object",
163
- "eventid": "object",
164
- "sensor": "object",
 
 
 
 
 
 
 
 
 
165
  "outfile": "object",
166
- "src_url": "object",
167
  "filename": "object",
168
- "shasum": "object",
169
  "commands": "object"
170
  },
171
  "quality_metrics": {
172
  "completeness": {
 
173
  "@timestamp": 1.0,
174
- "src_ip": 1.0,
175
- "honeypot_ip_int": 1.0,
176
- "response": 1.0,
177
- "type": 1.0,
178
- "@version": 1.0,
179
- "id": 1.0,
180
- "sensorid": 1.0,
181
  "host": 1.0,
 
 
182
  "geoip_ext": 1.0,
183
- "src_port": 1.0,
184
- "event_type": 1.0,
185
- "honeypot_ip_ext": 1.0,
186
- "public_ip": 1.0,
187
- "timestamp": 1.0,
188
- "dest_port": 1.0,
189
- "data_type": 1.0,
190
- "geoip": 1.0,
191
- "request": 1.0,
192
  "dest_ip": 1.0,
 
 
 
 
193
  "honeypot_hostname": 1.0,
 
 
 
 
 
 
 
 
 
 
194
  "mitre_techniques": 1.0,
195
  "attack_vectors": 1.0,
196
  "mitre_tactic": 1.0,
@@ -199,271 +212,282 @@
199
  "is_malicious": 1.0,
200
  "severity": 1.0,
201
  "primary_label": 1.0,
202
- "is_virtual": 1.0,
203
- "ip_rep": 1.0,
204
- "download_tries": 1.0,
205
- "end_time": 1.0,
206
- "proxy_connection": 1.0,
207
- "attack_connection": 1.0,
208
- "operation_mode": 1.0,
209
- "downloads": 1.0,
210
- "start_time": 1.0,
211
- "download_count": 1.0,
212
- "os": 1.0,
213
- "dist": 1.0,
214
- "mod": 1.0,
215
- "subject": 1.0,
216
- "raw_sig": 1.0,
217
- "params": 1.0,
218
- "proto": 1.0,
219
- "in_iface": 1.0,
220
- "flow": 1.0,
221
- "ip_v": 1.0,
222
  "tcp": 1.0,
223
- "flow_id": 1.0,
224
- "action": 1.0,
 
 
 
 
 
 
225
  "protocol": 1.0,
226
- "ssh": 1.0,
227
- "metadata": 1.0,
228
- "pkt_src": 1.0,
229
  "app_proto": 1.0,
230
- "raw_mtu": 1.0,
 
 
231
  "link": 1.0,
232
- "fatt_ssh": 1.0,
 
 
 
 
 
 
 
233
  "reason": 1.0,
234
  "raw_hits": 1.0,
 
 
235
  "uptime": 1.0,
236
  "raw_freq": 1.0,
237
- "alert": 1.0,
238
- "tags": 1.0,
239
- "direction": 1.0,
240
- "payload_printable": 1.0,
241
- "stream": 1.0,
242
- "payload": 1.0,
243
- "rdp": 1.0,
 
 
 
 
 
 
 
244
  "data": 1.0,
245
  "mstshash": 1.0,
246
- "fatt_rdp": 1.0,
247
- "tx_id": 1.0,
248
- "smb": 1.0,
249
- "anomaly": 1.0,
250
- "tls": 1.0,
251
- "ts_progress": 1.0,
252
  "http": 1.0,
 
253
  "tc_progress": 1.0,
254
- "message": 1.0,
255
- "environ": 1.0,
256
- "username": 1.0,
257
- "input": 1.0,
258
- "level": 1.0,
259
- "output": 1.0,
260
- "session": 1.0,
261
- "service": 1.0,
262
- "msg": 1.0,
263
- "status": 1.0,
264
- "fatt_http": 1.0,
265
- "fatt_tls": 1.0,
266
- "session_duration": 1.0,
267
- "fileinfo": 1.0,
268
- "client": 1.0,
269
  "password": 1.0,
270
- "client_version": 1.0,
271
- "files": 1.0,
272
  "lang": 1.0,
273
  "app": 1.0,
274
- "response.metadata.generationSource": 1.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
275
  "request.body": 1.0,
276
- "request.headers.User-Agent": 1.0,
277
- "request.method": 1.0,
278
- "sensorName": 1.0,
279
  "response.body": 1.0,
280
- "request.headers.Accept": 1.0,
281
- "request.requestURI": 1.0,
 
282
  "request.headers.sorted": 1.0,
 
 
283
  "response.metadata.model": 1.0,
 
 
284
  "response.metadata.provider": 1.0,
285
- "request.headers.Accept-Encoding": 1.0,
286
  "request.protocol": 1.0,
287
- "response.headers.Server": 1.0,
288
- "request.headers.Accept-Charset": 1.0,
289
- "hostname": 1.0,
290
- "request.bodySha256": 1.0,
291
- "request.userAgent": 1.0,
292
- "response.metadata.temperature": 1.0,
293
- "response.headers.Content-Type": 1.0,
294
- "request.headers.sortedSha256": 1.0,
295
- "request.headers.Accept-Language": 1.0,
296
  "icmp_code": 1.0,
297
  "icmp_type": 1.0,
298
- "app_proto_tc": 1.0,
299
- "created_by_node_id": 1.0,
300
- "app_version": 1.0,
301
- "sip_user_agent": 1.0,
302
- "called_number": 1.0,
303
- "transport_type": 1.0,
304
- "sip_method": 1.0,
305
- "app_name": 1.0,
306
- "collected_method": 1.0,
307
- "sip_message": 1.0,
308
- "event_uuid": 1.0,
309
  "request.headers.Referer": 1.0,
310
- "request.headers.Connection": 1.0,
311
- "rfb": 1.0,
312
- "eventid": 1.0,
313
- "sensor": 1.0,
 
 
 
 
 
 
 
 
 
314
  "outfile": 1.0,
315
- "src_url": 1.0,
316
  "filename": 1.0,
317
- "shasum": 1.0,
318
  "commands": 1.0
319
  },
320
  "uniqueness": {
321
- "@timestamp": 0.18516747936386524,
322
- "src_ip": 0.012556968480096886,
323
- "honeypot_ip_int": 0.5263621973632491,
324
- "response": 1.0623492791960141e-05,
325
- "type": 0.00011685842071156155,
326
- "@version": 1.0623492791960141e-05,
327
- "id": 0.00010623492791960141,
328
- "sensorid": 2.1246985583920283e-05,
329
- "host": 0.003176424344796082,
330
- "geoip_ext": 8.498794233568113e-05,
331
- "src_port": 0.084754225494258,
332
- "event_type": 0.00013810540629548182,
333
- "honeypot_ip_ext": 1.0623492791960141e-05,
334
- "public_ip": 2.1246985583920283e-05,
335
- "timestamp": 0.1739596944683473,
336
- "dest_port": 0.06617373660111972,
337
- "data_type": 3.1870478375880424e-05,
338
- "geoip": 0.016168956029363333,
339
- "request": 1.0623492791960141e-05,
340
- "dest_ip": 8.498794233568113e-05,
341
- "honeypot_hostname": 0.003176424344796082,
342
- "mitre_techniques": 1.0623492791960141e-05,
343
- "attack_vectors": 1.0623492791960141e-05,
344
- "mitre_tactic": 1.0623492791960141e-05,
345
- "mitre_technique": 1.0623492791960141e-05,
346
- "confidence_score": 1.0623492791960141e-05,
347
- "is_malicious": 1.0623492791960141e-05,
348
- "severity": 1.0623492791960141e-05,
349
- "primary_label": 2.1246985583920283e-05,
350
- "is_virtual": 2.1246985583920283e-05,
351
- "ip_rep": 4.2493971167840565e-05,
352
- "download_tries": 2.1246985583920283e-05,
353
- "end_time": 0.004493737450999139,
354
- "proxy_connection": 9.561143512764126e-05,
355
- "attack_connection": 0.003718222477186049,
356
- "operation_mode": 2.1246985583920283e-05,
357
- "downloads": 2.1246985583920283e-05,
358
- "start_time": 0.0044512434798312985,
359
- "download_count": 2.1246985583920283e-05,
360
- "os": 0.00011685842071156155,
361
- "dist": 0.00047805717563820634,
362
- "mod": 9.561143512764126e-05,
363
- "subject": 3.1870478375880424e-05,
364
- "raw_sig": 0.0037925869267297703,
365
- "params": 8.498794233568113e-05,
366
- "proto": 4.2493971167840565e-05,
367
- "in_iface": 2.1246985583920283e-05,
368
- "flow": 0.12955349459795393,
369
- "ip_v": 2.1246985583920283e-05,
370
- "tcp": 0.002092828080016148,
371
- "flow_id": 0.11530739076393537,
372
- "action": 3.1870478375880424e-05,
373
- "protocol": 0.00011685842071156155,
374
- "ssh": 0.00038244574051056506,
375
- "metadata": 0.0005205511468060469,
376
- "pkt_src": 4.2493971167840565e-05,
377
- "app_proto": 0.00010623492791960141,
378
- "raw_mtu": 0.00022309334863116295,
379
- "link": 9.561143512764126e-05,
380
- "fatt_ssh": 0.0002549638270070434,
381
- "reason": 0.00024434033421508324,
382
- "raw_hits": 0.0013279365989950175,
383
- "uptime": 0.007255845576908776,
384
- "raw_freq": 0.0047487012780061824,
385
- "alert": 0.002539014777278474,
386
- "tags": 3.1870478375880424e-05,
387
- "direction": 3.1870478375880424e-05,
388
- "payload_printable": 0.0015297829620422602,
389
- "stream": 3.1870478375880424e-05,
390
- "payload": 0.0014766654980824594,
391
- "rdp": 0.00011685842071156155,
392
- "data": 4.2493971167840565e-05,
393
- "mstshash": 2.1246985583920283e-05,
394
- "fatt_rdp": 3.1870478375880424e-05,
395
- "tx_id": 4.2493971167840565e-05,
396
- "smb": 0.0006692800458934888,
397
- "anomaly": 5.3117463959800706e-05,
398
- "tls": 0.0005524216251819273,
399
- "ts_progress": 2.1246985583920283e-05,
400
- "http": 0.001593523918794021,
401
- "tc_progress": 3.1870478375880424e-05,
402
- "message": 0.005747309600450436,
403
- "environ": 1.0623492791960141e-05,
404
- "username": 0.00040369272609448536,
405
- "input": 0.0001274819135035217,
406
- "level": 2.1246985583920283e-05,
407
- "output": 0.0004461866972623259,
408
- "session": 0.0037500929555619295,
409
- "service": 2.1246985583920283e-05,
410
- "msg": 7.436444954372098e-05,
411
- "status": 4.2493971167840565e-05,
412
- "fatt_http": 0.00014872889908744196,
413
- "fatt_tls": 0.0003930692333025252,
414
- "session_duration": 1.0623492791960141e-05,
415
- "fileinfo": 4.2493971167840565e-05,
416
- "client": 5.3117463959800706e-05,
417
- "password": 0.0008711264089407315,
418
- "client_version": 2.1246985583920283e-05,
419
- "files": 1.0623492791960141e-05,
420
- "lang": 4.2493971167840565e-05,
421
- "app": 4.2493971167840565e-05,
422
- "response.metadata.generationSource": 2.1246985583920283e-05,
423
- "request.body": 1.0623492791960141e-05,
424
- "request.headers.User-Agent": 0.0001274819135035217,
425
- "request.method": 3.1870478375880424e-05,
426
- "sensorName": 3.1870478375880424e-05,
427
- "response.body": 2.1246985583920283e-05,
428
- "request.headers.Accept": 2.1246985583920283e-05,
429
- "request.requestURI": 2.1246985583920283e-05,
430
- "request.headers.sorted": 7.436444954372098e-05,
431
- "response.metadata.model": 2.1246985583920283e-05,
432
- "response.metadata.provider": 2.1246985583920283e-05,
433
- "request.headers.Accept-Encoding": 4.2493971167840565e-05,
434
- "request.protocol": 2.1246985583920283e-05,
435
- "response.headers.Server": 2.1246985583920283e-05,
436
- "request.headers.Accept-Charset": 2.1246985583920283e-05,
437
- "hostname": 3.1870478375880424e-05,
438
- "request.bodySha256": 2.1246985583920283e-05,
439
- "request.userAgent": 0.0001274819135035217,
440
- "response.metadata.temperature": 2.1246985583920283e-05,
441
- "response.headers.Content-Type": 2.1246985583920283e-05,
442
- "request.headers.sortedSha256": 7.436444954372098e-05,
443
- "request.headers.Accept-Language": 2.1246985583920283e-05,
444
- "icmp_code": 3.1870478375880424e-05,
445
- "icmp_type": 2.1246985583920283e-05,
446
- "app_proto_tc": 3.1870478375880424e-05,
447
- "created_by_node_id": 3.1870478375880424e-05,
448
- "app_version": 2.1246985583920283e-05,
449
- "sip_user_agent": 2.1246985583920283e-05,
450
- "called_number": 2.1246985583920283e-05,
451
- "transport_type": 2.1246985583920283e-05,
452
- "sip_method": 2.1246985583920283e-05,
453
- "app_name": 2.1246985583920283e-05,
454
- "collected_method": 2.1246985583920283e-05,
455
- "sip_message": 2.1246985583920283e-05,
456
- "event_uuid": 3.1870478375880424e-05,
457
- "request.headers.Referer": 2.1246985583920283e-05,
458
- "request.headers.Connection": 3.1870478375880424e-05,
459
- "rfb": 2.1246985583920283e-05,
460
- "eventid": 4.2493971167840565e-05,
461
- "sensor": 2.1246985583920283e-05,
462
- "outfile": 3.1870478375880424e-05,
463
- "src_url": 3.1870478375880424e-05,
464
- "filename": 3.1870478375880424e-05,
465
- "shasum": 3.1870478375880424e-05,
466
- "commands": 1.0623492791960141e-05
 
 
 
 
 
 
 
 
467
  }
468
  }
469
  }
 
3
  "name": "attacks-weekly",
4
  "version": "1.0.0",
5
  "description": "Cybersecurity dataset from honeypot infrastructure",
6
+ "total_samples": 91904,
7
+ "features": 154,
8
+ "creation_timestamp": "2026-03-30T05:08:55.095956+00:00",
9
  "data_source": "Honeypot Infrastructure",
10
  "honeypot_types": {},
11
  "time_range": {
12
  "start": "",
13
+ "end": "2026-03-30T04:21:28.965200+00:00"
14
  }
15
  },
16
  "statistics": {
17
  "total_events": 100000,
18
  "successful_extractions": 100000,
19
+ "feature_extraction_time": 102.75911,
20
  "dataset_creation_time": 0,
21
  "quality_score": 0.0
22
  },
23
  "feature_schema": {
24
+ "geoip": "object",
25
  "@timestamp": "object",
26
+ "timestamp": "object",
27
+ "flow_id": "object",
28
+ "src_port": "object",
29
+ "ip_v": "object",
 
 
 
30
  "host": "object",
31
+ "type": "object",
32
+ "honeypot_ip_int": "object",
33
  "geoip_ext": "object",
 
 
 
 
 
 
 
 
 
34
  "dest_ip": "object",
35
+ "proto": "object",
36
+ "flow": "object",
37
+ "@version": "object",
38
+ "in_iface": "object",
39
  "honeypot_hostname": "object",
40
+ "payload_printable": "object",
41
+ "honeypot_ip_ext": "object",
42
+ "src_ip": "object",
43
+ "stream": "object",
44
+ "alert": "object",
45
+ "payload": "object",
46
+ "pkt_src": "object",
47
+ "event_type": "object",
48
+ "direction": "object",
49
+ "dest_port": "int64",
50
  "mitre_techniques": "object",
51
  "attack_vectors": "object",
52
  "mitre_tactic": "object",
 
55
  "is_malicious": "bool",
56
  "severity": "object",
57
  "primary_label": "object",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  "tcp": "object",
59
+ "input": "object",
60
+ "status": "object",
61
+ "username": "object",
62
+ "output": "object",
63
+ "level": "object",
64
+ "session": "object",
65
+ "message": "object",
66
+ "service": "object",
67
  "protocol": "object",
68
+ "environ": "object",
69
+ "msg": "object",
 
70
  "app_proto": "object",
71
+ "metadata": "object",
72
+ "tags": "object",
73
+ "mod": "object",
74
  "link": "object",
75
+ "raw_mtu": "object",
76
+ "subject": "object",
77
+ "ip_rep": "object",
78
+ "raw_sig": "object",
79
+ "os": "object",
80
+ "params": "object",
81
+ "dist": "object",
82
+ "rdp": "object",
83
  "reason": "object",
84
  "raw_hits": "object",
85
+ "action": "object",
86
+ "fatt_rdp": "object",
87
  "uptime": "object",
88
  "raw_freq": "object",
89
+ "fatt_tls": "object",
90
+ "fatt_ssh": "object",
91
+ "sip": "object",
92
+ "attack_connection": "object",
93
+ "proxy_connection": "object",
94
+ "download_count": "object",
95
+ "end_time": "object",
96
+ "operation_mode": "object",
97
+ "download_tries": "object",
98
+ "start_time": "object",
99
+ "downloads": "object",
100
+ "is_virtual": "object",
101
+ "ssh": "object",
102
+ "tls": "object",
103
  "data": "object",
104
  "mstshash": "object",
105
+ "session_duration": "float64",
 
 
 
 
 
106
  "http": "object",
107
+ "tx_id": "object",
108
  "tc_progress": "object",
109
+ "ts_progress": "object",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  "password": "object",
111
+ "client": "object",
 
112
  "lang": "object",
113
  "app": "object",
114
+ "fileinfo": "object",
115
+ "anomaly": "object",
116
+ "files": "object",
117
+ "sip_user_agent": "object",
118
+ "created_by_node_id": "object",
119
+ "collected_method": "object",
120
+ "sip_method": "object",
121
+ "app_version": "object",
122
+ "transport_type": "object",
123
+ "event_uuid": "object",
124
+ "called_number": "object",
125
+ "app_name": "object",
126
+ "sip_message": "object",
127
+ "client_version": "object",
128
+ "fatt_http": "object",
129
+ "pgsql": "object",
130
+ "response.headers.Content-Type": "object",
131
+ "response.metadata.temperature": "object",
132
+ "request.requestURI": "object",
133
+ "request.bodySha256": "object",
134
  "request.body": "object",
135
+ "response.headers.Server": "object",
136
+ "hostname": "object",
 
137
  "response.body": "object",
138
+ "request.method": "object",
139
+ "request.userAgent": "object",
140
+ "request.headers.Accept-Encoding": "object",
141
  "request.headers.sorted": "object",
142
+ "request.headers.Connection": "object",
143
+ "request.headers.User-Agent": "object",
144
  "response.metadata.model": "object",
145
+ "request.headers.sortedSha256": "object",
146
+ "response.metadata.generationSource": "object",
147
  "response.metadata.provider": "object",
148
+ "request.headers.Accept": "object",
149
  "request.protocol": "object",
150
+ "sensorName": "object",
151
+ "duration": "object",
152
+ "eventid": "object",
153
+ "sensor": "object",
154
+ "app_proto_tc": "object",
155
+ "smb": "object",
156
+ "headers": "object",
 
 
157
  "icmp_code": "object",
158
  "icmp_type": "object",
159
+ "ftp": "object",
160
+ "app_proto_ts": "object",
 
 
 
 
 
 
 
 
 
161
  "request.headers.Referer": "object",
162
+ "id": "object",
163
+ "response": "object",
164
+ "sensorid": "object",
165
+ "public_ip": "object",
166
+ "request": "object",
167
+ "data_type": "object",
168
+ "peer": "object",
169
+ "uuid": "object",
170
+ "method": "object",
171
+ "cookies": "object",
172
+ "post_data": "object",
173
+ "response_msg": "object",
174
+ "shasum": "object",
175
  "outfile": "object",
 
176
  "filename": "object",
 
177
  "commands": "object"
178
  },
179
  "quality_metrics": {
180
  "completeness": {
181
+ "geoip": 1.0,
182
  "@timestamp": 1.0,
183
+ "timestamp": 1.0,
184
+ "flow_id": 1.0,
185
+ "src_port": 1.0,
186
+ "ip_v": 1.0,
 
 
 
187
  "host": 1.0,
188
+ "type": 1.0,
189
+ "honeypot_ip_int": 1.0,
190
  "geoip_ext": 1.0,
 
 
 
 
 
 
 
 
 
191
  "dest_ip": 1.0,
192
+ "proto": 1.0,
193
+ "flow": 1.0,
194
+ "@version": 1.0,
195
+ "in_iface": 1.0,
196
  "honeypot_hostname": 1.0,
197
+ "payload_printable": 1.0,
198
+ "honeypot_ip_ext": 1.0,
199
+ "src_ip": 1.0,
200
+ "stream": 1.0,
201
+ "alert": 1.0,
202
+ "payload": 1.0,
203
+ "pkt_src": 1.0,
204
+ "event_type": 1.0,
205
+ "direction": 1.0,
206
+ "dest_port": 1.0,
207
  "mitre_techniques": 1.0,
208
  "attack_vectors": 1.0,
209
  "mitre_tactic": 1.0,
 
212
  "is_malicious": 1.0,
213
  "severity": 1.0,
214
  "primary_label": 1.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
  "tcp": 1.0,
216
+ "input": 1.0,
217
+ "status": 1.0,
218
+ "username": 1.0,
219
+ "output": 1.0,
220
+ "level": 1.0,
221
+ "session": 1.0,
222
+ "message": 1.0,
223
+ "service": 1.0,
224
  "protocol": 1.0,
225
+ "environ": 1.0,
226
+ "msg": 1.0,
 
227
  "app_proto": 1.0,
228
+ "metadata": 1.0,
229
+ "tags": 1.0,
230
+ "mod": 1.0,
231
  "link": 1.0,
232
+ "raw_mtu": 1.0,
233
+ "subject": 1.0,
234
+ "ip_rep": 1.0,
235
+ "raw_sig": 1.0,
236
+ "os": 1.0,
237
+ "params": 1.0,
238
+ "dist": 1.0,
239
+ "rdp": 1.0,
240
  "reason": 1.0,
241
  "raw_hits": 1.0,
242
+ "action": 1.0,
243
+ "fatt_rdp": 1.0,
244
  "uptime": 1.0,
245
  "raw_freq": 1.0,
246
+ "fatt_tls": 1.0,
247
+ "fatt_ssh": 1.0,
248
+ "sip": 1.0,
249
+ "attack_connection": 1.0,
250
+ "proxy_connection": 1.0,
251
+ "download_count": 1.0,
252
+ "end_time": 1.0,
253
+ "operation_mode": 1.0,
254
+ "download_tries": 1.0,
255
+ "start_time": 1.0,
256
+ "downloads": 1.0,
257
+ "is_virtual": 1.0,
258
+ "ssh": 1.0,
259
+ "tls": 1.0,
260
  "data": 1.0,
261
  "mstshash": 1.0,
262
+ "session_duration": 1.0,
 
 
 
 
 
263
  "http": 1.0,
264
+ "tx_id": 1.0,
265
  "tc_progress": 1.0,
266
+ "ts_progress": 1.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
267
  "password": 1.0,
268
+ "client": 1.0,
 
269
  "lang": 1.0,
270
  "app": 1.0,
271
+ "fileinfo": 1.0,
272
+ "anomaly": 1.0,
273
+ "files": 1.0,
274
+ "sip_user_agent": 1.0,
275
+ "created_by_node_id": 1.0,
276
+ "collected_method": 1.0,
277
+ "sip_method": 1.0,
278
+ "app_version": 1.0,
279
+ "transport_type": 1.0,
280
+ "event_uuid": 1.0,
281
+ "called_number": 1.0,
282
+ "app_name": 1.0,
283
+ "sip_message": 1.0,
284
+ "client_version": 1.0,
285
+ "fatt_http": 1.0,
286
+ "pgsql": 1.0,
287
+ "response.headers.Content-Type": 1.0,
288
+ "response.metadata.temperature": 1.0,
289
+ "request.requestURI": 1.0,
290
+ "request.bodySha256": 1.0,
291
  "request.body": 1.0,
292
+ "response.headers.Server": 1.0,
293
+ "hostname": 1.0,
 
294
  "response.body": 1.0,
295
+ "request.method": 1.0,
296
+ "request.userAgent": 1.0,
297
+ "request.headers.Accept-Encoding": 1.0,
298
  "request.headers.sorted": 1.0,
299
+ "request.headers.Connection": 1.0,
300
+ "request.headers.User-Agent": 1.0,
301
  "response.metadata.model": 1.0,
302
+ "request.headers.sortedSha256": 1.0,
303
+ "response.metadata.generationSource": 1.0,
304
  "response.metadata.provider": 1.0,
305
+ "request.headers.Accept": 1.0,
306
  "request.protocol": 1.0,
307
+ "sensorName": 1.0,
308
+ "duration": 1.0,
309
+ "eventid": 1.0,
310
+ "sensor": 1.0,
311
+ "app_proto_tc": 1.0,
312
+ "smb": 1.0,
313
+ "headers": 1.0,
 
 
314
  "icmp_code": 1.0,
315
  "icmp_type": 1.0,
316
+ "ftp": 1.0,
317
+ "app_proto_ts": 1.0,
 
 
 
 
 
 
 
 
 
318
  "request.headers.Referer": 1.0,
319
+ "id": 1.0,
320
+ "response": 1.0,
321
+ "sensorid": 1.0,
322
+ "public_ip": 1.0,
323
+ "request": 1.0,
324
+ "data_type": 1.0,
325
+ "peer": 1.0,
326
+ "uuid": 1.0,
327
+ "method": 1.0,
328
+ "cookies": 1.0,
329
+ "post_data": 1.0,
330
+ "response_msg": 1.0,
331
+ "shasum": 1.0,
332
  "outfile": 1.0,
 
333
  "filename": 1.0,
 
334
  "commands": 1.0
335
  },
336
  "uniqueness": {
337
+ "geoip": 0.09758008356545961,
338
+ "@timestamp": 0.2363879700557103,
339
+ "timestamp": 0.3098450557103064,
340
+ "flow_id": 0.19248346100278552,
341
+ "src_port": 0.17626001044568246,
342
+ "ip_v": 2.176183844011142e-05,
343
+ "host": 0.0032533948467966573,
344
+ "type": 0.00013057103064066853,
345
+ "honeypot_ip_int": 0.5333173746518106,
346
+ "geoip_ext": 8.704735376044568e-05,
347
+ "dest_ip": 9.792827298050139e-05,
348
+ "proto": 3.264275766016713e-05,
349
+ "flow": 0.21753133704735375,
350
+ "@version": 1.088091922005571e-05,
351
+ "in_iface": 2.176183844011142e-05,
352
+ "honeypot_hostname": 0.0032533948467966573,
353
+ "payload_printable": 0.006615598885793872,
354
+ "honeypot_ip_ext": 1.088091922005571e-05,
355
+ "src_ip": 0.09260750348189416,
356
+ "stream": 3.264275766016713e-05,
357
+ "alert": 0.009749303621169917,
358
+ "payload": 0.006561194289693593,
359
+ "pkt_src": 4.352367688022284e-05,
360
+ "event_type": 0.00015233286908077995,
361
+ "direction": 3.264275766016713e-05,
362
+ "dest_port": 0.1005070508356546,
363
+ "mitre_techniques": 1.088091922005571e-05,
364
+ "attack_vectors": 1.088091922005571e-05,
365
+ "mitre_tactic": 1.088091922005571e-05,
366
+ "mitre_technique": 1.088091922005571e-05,
367
+ "confidence_score": 1.088091922005571e-05,
368
+ "is_malicious": 1.088091922005571e-05,
369
+ "severity": 1.088091922005571e-05,
370
+ "primary_label": 2.176183844011142e-05,
371
+ "tcp": 0.002372040389972145,
372
+ "input": 0.0003155466573816156,
373
+ "status": 6.528551532033427e-05,
374
+ "username": 0.0004461176880222841,
375
+ "output": 0.0013274721448467966,
376
+ "level": 2.176183844011142e-05,
377
+ "session": 0.00421091573816156,
378
+ "message": 0.01032599233983287,
379
+ "service": 2.176183844011142e-05,
380
+ "protocol": 0.00016321378830083566,
381
+ "environ": 1.088091922005571e-05,
382
+ "msg": 7.616643454038997e-05,
383
+ "app_proto": 0.00013057103064066853,
384
+ "metadata": 0.000598450557103064,
385
+ "tags": 2.176183844011142e-05,
386
+ "mod": 9.792827298050139e-05,
387
+ "link": 8.704735376044568e-05,
388
+ "raw_mtu": 0.000413474930362117,
389
+ "subject": 3.264275766016713e-05,
390
+ "ip_rep": 5.440459610027855e-05,
391
+ "raw_sig": 0.006038910167130919,
392
+ "os": 0.00014145194986072424,
393
+ "params": 9.792827298050139e-05,
394
+ "dist": 0.0005222841225626741,
395
+ "rdp": 0.0001088091922005571,
396
+ "reason": 0.0005005222841225627,
397
+ "raw_hits": 0.000565807799442897,
398
+ "action": 6.528551532033427e-05,
399
+ "fatt_rdp": 3.264275766016713e-05,
400
+ "uptime": 0.012687151810584957,
401
+ "raw_freq": 0.006115076601671309,
402
+ "fatt_tls": 0.00038083217270194986,
403
+ "fatt_ssh": 0.00023938022284122562,
404
+ "sip": 0.002372040389972145,
405
+ "attack_connection": 0.007464310584958217,
406
+ "proxy_connection": 7.616643454038997e-05,
407
+ "download_count": 2.176183844011142e-05,
408
+ "end_time": 0.005853934540389972,
409
+ "operation_mode": 2.176183844011142e-05,
410
+ "download_tries": 2.176183844011142e-05,
411
+ "start_time": 0.005788649025069638,
412
+ "downloads": 2.176183844011142e-05,
413
+ "is_virtual": 2.176183844011142e-05,
414
+ "ssh": 0.0004461176880222841,
415
+ "tls": 0.0009139972144846796,
416
+ "data": 0.0002284993036211699,
417
+ "mstshash": 2.176183844011142e-05,
418
+ "session_duration": 1.088091922005571e-05,
419
+ "http": 0.006387099582172702,
420
+ "tx_id": 6.528551532033427e-05,
421
+ "tc_progress": 7.616643454038997e-05,
422
+ "ts_progress": 6.528551532033427e-05,
423
+ "password": 0.0006419742339832869,
424
+ "client": 4.352367688022284e-05,
425
+ "lang": 4.352367688022284e-05,
426
+ "app": 6.528551532033427e-05,
427
+ "fileinfo": 3.264275766016713e-05,
428
+ "anomaly": 8.704735376044568e-05,
429
+ "files": 3.264275766016713e-05,
430
+ "sip_user_agent": 2.176183844011142e-05,
431
+ "created_by_node_id": 2.176183844011142e-05,
432
+ "collected_method": 2.176183844011142e-05,
433
+ "sip_method": 2.176183844011142e-05,
434
+ "app_version": 2.176183844011142e-05,
435
+ "transport_type": 2.176183844011142e-05,
436
+ "event_uuid": 0.0023502785515320335,
437
+ "called_number": 0.0023502785515320335,
438
+ "app_name": 2.176183844011142e-05,
439
+ "sip_message": 0.0023502785515320335,
440
+ "client_version": 2.176183844011142e-05,
441
+ "fatt_http": 0.00013057103064066853,
442
+ "pgsql": 9.792827298050139e-05,
443
+ "response.headers.Content-Type": 2.176183844011142e-05,
444
+ "response.metadata.temperature": 2.176183844011142e-05,
445
+ "request.requestURI": 2.176183844011142e-05,
446
+ "request.bodySha256": 2.176183844011142e-05,
447
+ "request.body": 1.088091922005571e-05,
448
+ "response.headers.Server": 2.176183844011142e-05,
449
+ "hostname": 2.176183844011142e-05,
450
+ "response.body": 2.176183844011142e-05,
451
+ "request.method": 3.264275766016713e-05,
452
+ "request.userAgent": 4.352367688022284e-05,
453
+ "request.headers.Accept-Encoding": 2.176183844011142e-05,
454
+ "request.headers.sorted": 4.352367688022284e-05,
455
+ "request.headers.Connection": 2.176183844011142e-05,
456
+ "request.headers.User-Agent": 4.352367688022284e-05,
457
+ "response.metadata.model": 2.176183844011142e-05,
458
+ "request.headers.sortedSha256": 5.440459610027855e-05,
459
+ "response.metadata.generationSource": 2.176183844011142e-05,
460
+ "response.metadata.provider": 2.176183844011142e-05,
461
+ "request.headers.Accept": 2.176183844011142e-05,
462
+ "request.protocol": 2.176183844011142e-05,
463
+ "sensorName": 4.352367688022284e-05,
464
+ "duration": 6.528551532033427e-05,
465
+ "eventid": 5.440459610027855e-05,
466
+ "sensor": 2.176183844011142e-05,
467
+ "app_proto_tc": 4.352367688022284e-05,
468
+ "smb": 0.019161298746518104,
469
+ "headers": 3.264275766016713e-05,
470
+ "icmp_code": 3.264275766016713e-05,
471
+ "icmp_type": 2.176183844011142e-05,
472
+ "ftp": 4.352367688022284e-05,
473
+ "app_proto_ts": 2.176183844011142e-05,
474
+ "request.headers.Referer": 3.264275766016713e-05,
475
+ "id": 2.176183844011142e-05,
476
+ "response": 1.088091922005571e-05,
477
+ "sensorid": 2.176183844011142e-05,
478
+ "public_ip": 2.176183844011142e-05,
479
+ "request": 1.088091922005571e-05,
480
+ "data_type": 2.176183844011142e-05,
481
+ "peer": 2.176183844011142e-05,
482
+ "uuid": 2.176183844011142e-05,
483
+ "method": 2.176183844011142e-05,
484
+ "cookies": 2.176183844011142e-05,
485
+ "post_data": 2.176183844011142e-05,
486
+ "response_msg": 2.176183844011142e-05,
487
+ "shasum": 2.176183844011142e-05,
488
+ "outfile": 2.176183844011142e-05,
489
+ "filename": 2.176183844011142e-05,
490
+ "commands": 1.088091922005571e-05
491
  }
492
  }
493
  }
train.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39cf0ae5946b9c1b79e577de6966d0f3750c0a1f9554cb7b1e3c95aa947817d5
3
- size 124774245
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7d2159c4549f59b4fbe76533004b7078ea7ecb573db7ff8e964a4deaa850a24
3
+ size 127736498
train.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c28b7d4c7edcce17712a6f4dc7ff0c2b3870ccd7b74a18e0119d5ab2236e9993
3
- size 338564842
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9403de9c073c454a40b4ac1fb2d91664915c79aeb233d2b50a6ae58944256a07
3
+ size 340700518
train.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:356311c0ced8f7cebd8f6c5fa1bc9810a75b294823b6547193adb62bc08dfea2
3
- size 3915489
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adfba11fb91d39b218147f9babb39ca11fd5e12a89cb2f0221b65bdb2c1cf2b7
3
+ size 8833028
upload_manifest.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "upload_session_id": "upload_1774246129",
3
- "preparation_timestamp": "2026-03-23T06:08:51.343618+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": 467280358
15
  }
 
1
  {
2
+ "upload_session_id": "upload_1774847360",
3
+ "preparation_timestamp": "2026-03-30T05:09:22.284092+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": 477296478
15
  }