DatasetSubmission commited on
Commit
233b0f2
·
verified ·
1 Parent(s): cd986c0

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -59,3 +59,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
  hackersignal_sample_10k.jsonl filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
  hackersignal_sample_10k.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ benchmark/task2_cve_linkage/corpus.jsonl filter=lfs diff=lfs merge=lfs -text
63
+ benchmark/task2_cve_linkage/train.jsonl filter=lfs diff=lfs merge=lfs -text
64
+ benchmark/task3_severity/test.jsonl filter=lfs diff=lfs merge=lfs -text
65
+ benchmark/task3_severity/val.jsonl filter=lfs diff=lfs merge=lfs -text
66
+ benchmark/task4_hacker_exploit_labeling/test.jsonl filter=lfs diff=lfs merge=lfs -text
67
+ benchmark/task4_hacker_exploit_labeling/train.jsonl filter=lfs diff=lfs merge=lfs -text
68
+ benchmark/task5_hacker_signal_detection/corpus.jsonl filter=lfs diff=lfs merge=lfs -text
benchmark/benchmark_meta.json ADDED
@@ -0,0 +1,620 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task1": {
3
+ "task": "exploit_relevance_classification",
4
+ "description": "Source-controlled binary classification: given a post or advisory text, predict whether it is CVE-linked exploit-relevant (1) or not (0). Each source/split contributes balanced positives and negatives from the same source to remove source-membership confounding.",
5
+ "label_map": {
6
+ "0": "not_exploit_relevant",
7
+ "1": "exploit_relevant"
8
+ },
9
+ "candidate_sources": [
10
+ "0x00sec",
11
+ "evolution",
12
+ "exploitdb",
13
+ "gayanku",
14
+ "hackerone",
15
+ "hackersploit",
16
+ "hackforums",
17
+ "hackthebox",
18
+ "parrotsec",
19
+ "seebug",
20
+ "vulnlab",
21
+ "zeroscience"
22
+ ],
23
+ "labeling_rule": "positive if post ID appears in the same source CVE index; negative if from the same source/split, absent from the CVE index, and containing no CVE token",
24
+ "source_split_sampling": {
25
+ "zeroscience": {
26
+ "train": {
27
+ "positive_available": 329,
28
+ "negative_available": 448,
29
+ "positive_used": 329,
30
+ "negative_used": 329
31
+ },
32
+ "val": {
33
+ "positive_available": 102,
34
+ "negative_available": 15,
35
+ "positive_used": 15,
36
+ "negative_used": 15
37
+ },
38
+ "test": {
39
+ "positive_available": 86,
40
+ "negative_available": 93,
41
+ "positive_used": 86,
42
+ "negative_used": 86
43
+ }
44
+ },
45
+ "hackerone": {
46
+ "train": {
47
+ "positive_available": 425,
48
+ "negative_available": 7497,
49
+ "positive_used": 425,
50
+ "negative_used": 425
51
+ },
52
+ "val": {
53
+ "positive_available": 205,
54
+ "negative_available": 1199,
55
+ "positive_used": 205,
56
+ "negative_used": 205
57
+ },
58
+ "test": {
59
+ "positive_available": 30,
60
+ "negative_available": 116,
61
+ "positive_used": 30,
62
+ "negative_used": 30
63
+ }
64
+ },
65
+ "vulnlab": {
66
+ "train": {
67
+ "positive_available": 0,
68
+ "negative_available": 7,
69
+ "positive_used": 0,
70
+ "negative_used": 0
71
+ },
72
+ "val": {
73
+ "positive_available": 0,
74
+ "negative_available": 1,
75
+ "positive_used": 0,
76
+ "negative_used": 0
77
+ },
78
+ "test": {
79
+ "positive_available": 63,
80
+ "negative_available": 883,
81
+ "positive_used": 63,
82
+ "negative_used": 63
83
+ }
84
+ },
85
+ "seebug": {
86
+ "train": {
87
+ "positive_available": 0,
88
+ "negative_available": 0,
89
+ "positive_used": 0,
90
+ "negative_used": 0
91
+ },
92
+ "val": {
93
+ "positive_available": 0,
94
+ "negative_available": 0,
95
+ "positive_used": 0,
96
+ "negative_used": 0
97
+ },
98
+ "test": {
99
+ "positive_available": 38,
100
+ "negative_available": 2,
101
+ "positive_used": 2,
102
+ "negative_used": 2
103
+ }
104
+ },
105
+ "0x00sec": {
106
+ "train": {
107
+ "positive_available": 0,
108
+ "negative_available": 0,
109
+ "positive_used": 0,
110
+ "negative_used": 0
111
+ },
112
+ "val": {
113
+ "positive_available": 0,
114
+ "negative_available": 0,
115
+ "positive_used": 0,
116
+ "negative_used": 0
117
+ },
118
+ "test": {
119
+ "positive_available": 6,
120
+ "negative_available": 326,
121
+ "positive_used": 6,
122
+ "negative_used": 6
123
+ }
124
+ },
125
+ "hackthebox": {
126
+ "train": {
127
+ "positive_available": 1,
128
+ "negative_available": 836,
129
+ "positive_used": 0,
130
+ "negative_used": 0
131
+ },
132
+ "val": {
133
+ "positive_available": 0,
134
+ "negative_available": 502,
135
+ "positive_used": 0,
136
+ "negative_used": 0
137
+ },
138
+ "test": {
139
+ "positive_available": 7,
140
+ "negative_available": 308,
141
+ "positive_used": 7,
142
+ "negative_used": 7
143
+ }
144
+ },
145
+ "hackersploit": {
146
+ "train": {
147
+ "positive_available": 0,
148
+ "negative_available": 224,
149
+ "positive_used": 0,
150
+ "negative_used": 0
151
+ },
152
+ "val": {
153
+ "positive_available": 3,
154
+ "negative_available": 89,
155
+ "positive_used": 0,
156
+ "negative_used": 0
157
+ },
158
+ "test": {
159
+ "positive_available": 0,
160
+ "negative_available": 6,
161
+ "positive_used": 0,
162
+ "negative_used": 0
163
+ }
164
+ },
165
+ "parrotsec": {
166
+ "train": {
167
+ "positive_available": 1,
168
+ "negative_available": 133,
169
+ "positive_used": 0,
170
+ "negative_used": 0
171
+ },
172
+ "val": {
173
+ "positive_available": 0,
174
+ "negative_available": 213,
175
+ "positive_used": 0,
176
+ "negative_used": 0
177
+ },
178
+ "test": {
179
+ "positive_available": 0,
180
+ "negative_available": 65,
181
+ "positive_used": 0,
182
+ "negative_used": 0
183
+ }
184
+ },
185
+ "gayanku": {
186
+ "train": {
187
+ "positive_available": 64,
188
+ "negative_available": 3810108,
189
+ "positive_used": 64,
190
+ "negative_used": 64
191
+ },
192
+ "val": {
193
+ "positive_available": 0,
194
+ "negative_available": 0,
195
+ "positive_used": 0,
196
+ "negative_used": 0
197
+ },
198
+ "test": {
199
+ "positive_available": 0,
200
+ "negative_available": 0,
201
+ "positive_used": 0,
202
+ "negative_used": 0
203
+ }
204
+ },
205
+ "evolution": {
206
+ "train": {
207
+ "positive_available": 11,
208
+ "negative_available": 488978,
209
+ "positive_used": 11,
210
+ "negative_used": 11
211
+ },
212
+ "val": {
213
+ "positive_available": 0,
214
+ "negative_available": 0,
215
+ "positive_used": 0,
216
+ "negative_used": 0
217
+ },
218
+ "test": {
219
+ "positive_available": 0,
220
+ "negative_available": 0,
221
+ "positive_used": 0,
222
+ "negative_used": 0
223
+ }
224
+ },
225
+ "hackforums": {
226
+ "train": {
227
+ "positive_available": 7,
228
+ "negative_available": 152471,
229
+ "positive_used": 7,
230
+ "negative_used": 7
231
+ },
232
+ "val": {
233
+ "positive_available": 0,
234
+ "negative_available": 0,
235
+ "positive_used": 0,
236
+ "negative_used": 0
237
+ },
238
+ "test": {
239
+ "positive_available": 0,
240
+ "negative_available": 0,
241
+ "positive_used": 0,
242
+ "negative_used": 0
243
+ }
244
+ }
245
+ },
246
+ "split_boundaries": {
247
+ "train_end": "2022-01-01",
248
+ "val_end": "2024-01-01"
249
+ },
250
+ "metrics": [
251
+ "f1_macro",
252
+ "f1_positive",
253
+ "auc_roc",
254
+ "precision",
255
+ "recall"
256
+ ],
257
+ "splits": {
258
+ "train": 1672,
259
+ "val": 440,
260
+ "test": 388
261
+ },
262
+ "label_distribution_by_split": {
263
+ "train": {
264
+ "0": 836,
265
+ "1": 836
266
+ },
267
+ "val": {
268
+ "0": 220,
269
+ "1": 220
270
+ },
271
+ "test": {
272
+ "0": 194,
273
+ "1": 194
274
+ }
275
+ },
276
+ "total": 2500
277
+ },
278
+ "task2": {
279
+ "task": "cve_linkage_retrieval",
280
+ "description": "Retrieval task: given a post or advisory text, retrieve the correct NVD CVE record from a corpus of ~340K CVE descriptions. Evaluated as a ranking problem.",
281
+ "query_sources": [
282
+ "exploitdb",
283
+ "dtl_exploits",
284
+ "github_advisory",
285
+ "hackerone",
286
+ "zeroscience",
287
+ "vulnlab",
288
+ "cisa_kev",
289
+ "zeroday",
290
+ "cvefixes"
291
+ ],
292
+ "quality_controlled": true,
293
+ "quality_sources": [
294
+ "cisa_kev",
295
+ "cvefixes",
296
+ "dtl_exploits",
297
+ "hackerone"
298
+ ],
299
+ "min_query_tokens": 8,
300
+ "query_text_rule": "exploit_text, falling back to title when body text is absent",
301
+ "skipped": {
302
+ "quality_source_filter": 50561,
303
+ "empty_or_short_query": 0,
304
+ "duplicate": 0,
305
+ "missing_id_or_cve": 0
306
+ },
307
+ "corpus_source": "nvd",
308
+ "corpus_size": 340536,
309
+ "unique_query_cves": 31748,
310
+ "split_boundaries": {
311
+ "train_end": "2022-01-01",
312
+ "val_end": "2024-01-01"
313
+ },
314
+ "metrics": [
315
+ "recall_at_1",
316
+ "recall_at_5",
317
+ "recall_at_10",
318
+ "mrr"
319
+ ],
320
+ "splits": {
321
+ "train": 40698,
322
+ "val": 2551,
323
+ "test": 550
324
+ },
325
+ "query_source_distribution_by_split": {
326
+ "train": {
327
+ "cisa_kev": 311,
328
+ "cvefixes": 6770,
329
+ "dtl_exploits": 33015,
330
+ "hackerone": 602
331
+ },
332
+ "val": {
333
+ "cisa_kev": 742,
334
+ "cvefixes": 1592,
335
+ "hackerone": 217
336
+ },
337
+ "test": {
338
+ "cisa_kev": 515,
339
+ "hackerone": 35
340
+ }
341
+ },
342
+ "total_queries": 43799
343
+ },
344
+ "task3": {
345
+ "task": "severity_prediction",
346
+ "description": "4-class classification: given an advisory or post text, predict the vulnerability severity as critical / high / medium / low.",
347
+ "label_map": {
348
+ "0": "low",
349
+ "1": "medium",
350
+ "2": "high",
351
+ "3": "critical"
352
+ },
353
+ "sources": [
354
+ "cisa_kev",
355
+ "github_advisory",
356
+ "hackerone",
357
+ "vulnlab",
358
+ "zeroscience"
359
+ ],
360
+ "split_boundaries": {
361
+ "train_end": "2022-01-01",
362
+ "val_end": "2024-01-01"
363
+ },
364
+ "metrics": [
365
+ "f1_macro",
366
+ "accuracy",
367
+ "f1_per_class"
368
+ ],
369
+ "text_preprocessing": "explicit severity and CVSS label strings stripped from model input after label extraction",
370
+ "class_distribution": {
371
+ "high": 10497,
372
+ "medium": 13074,
373
+ "critical": 5649,
374
+ "low": 2124
375
+ },
376
+ "class_distribution_by_split": {
377
+ "train": {
378
+ "critical": 1589,
379
+ "high": 2537,
380
+ "low": 415,
381
+ "medium": 2256
382
+ },
383
+ "val": {
384
+ "critical": 2294,
385
+ "high": 4142,
386
+ "low": 602,
387
+ "medium": 5798
388
+ },
389
+ "test": {
390
+ "critical": 1766,
391
+ "high": 3818,
392
+ "low": 1107,
393
+ "medium": 5020
394
+ }
395
+ },
396
+ "splits": {
397
+ "train": 6797,
398
+ "val": 12836,
399
+ "test": 11711
400
+ },
401
+ "total": 31344,
402
+ "leakage_audit": {
403
+ "strict_sanitized_hits": 0,
404
+ "warning_sanitized_hits": 10,
405
+ "strict_raw_hits": 29836,
406
+ "passed": true,
407
+ "audit_path": "data/audits/task3_leakage_audit.json"
408
+ }
409
+ },
410
+ "task4": {
411
+ "task": "hacker_exploit_labeling",
412
+ "description": "Ternary weak-supervision task over hacker-community messages: non-exploit/noise, vulnerability discussion, or actionable exploit intelligence.",
413
+ "label_map": {
414
+ "0": "non_exploit_noise",
415
+ "1": "vulnerability_discussion",
416
+ "2": "actionable_exploit"
417
+ },
418
+ "sources": [
419
+ "hacker_exploits",
420
+ "cve_hacker_forum",
421
+ "hackforums",
422
+ "hackerone",
423
+ "dtl_exploits",
424
+ "exploitdb_hf",
425
+ "gayanku",
426
+ "evolution",
427
+ "hackersploit",
428
+ "hackthebox",
429
+ "0x00sec",
430
+ "kaeli_hacker"
431
+ ],
432
+ "labeling_rule": "actionable_exploit if a source CVE linkage is present and the message contains an actionability cue; vulnerability_discussion if a CVE/vulnerability cue is present without actionability; non_exploit_noise otherwise",
433
+ "actionability_terms": [
434
+ "exploit",
435
+ "proof of concept",
436
+ "poc",
437
+ "metasploit",
438
+ "payload",
439
+ "shellcode",
440
+ "reverse shell",
441
+ "privilege escalation",
442
+ "remote code execution",
443
+ "rce",
444
+ "sql injection",
445
+ "xss",
446
+ "csrf",
447
+ "command injection",
448
+ "buffer overflow",
449
+ "use-after-free",
450
+ "deserialization",
451
+ "bypass",
452
+ "scanner",
453
+ "wpscan",
454
+ "root shell"
455
+ ],
456
+ "vulnerability_terms": [
457
+ "cve-",
458
+ "vulnerability",
459
+ "vulnerable",
460
+ "patch",
461
+ "advisory",
462
+ "severity",
463
+ "cvss",
464
+ "zero-day",
465
+ "0day"
466
+ ],
467
+ "min_tokens": 12,
468
+ "max_per_label_split": 25000,
469
+ "skipped": {
470
+ "missing_file": 0,
471
+ "missing_date": 0,
472
+ "short_text": 906583
473
+ },
474
+ "split_boundaries": {
475
+ "train_end": "2022-01-01",
476
+ "val_end": "2024-01-01"
477
+ },
478
+ "metrics": [
479
+ "f1_macro",
480
+ "accuracy",
481
+ "f1_per_class"
482
+ ],
483
+ "splits": {
484
+ "train": 50382,
485
+ "val": 1933,
486
+ "test": 25963
487
+ },
488
+ "label_distribution_by_split": {
489
+ "train": {
490
+ "0": 25000,
491
+ "1": 25000,
492
+ "2": 382
493
+ },
494
+ "val": {
495
+ "0": 1216,
496
+ "1": 571,
497
+ "2": 146
498
+ },
499
+ "test": {
500
+ "0": 25000,
501
+ "1": 926,
502
+ "2": 37
503
+ }
504
+ },
505
+ "source_distribution_by_split": {
506
+ "train": {
507
+ "cve_hacker_forum": 13,
508
+ "dtl_exploits": 16918,
509
+ "evolution": 2005,
510
+ "exploitdb_hf": 253,
511
+ "gayanku": 16927,
512
+ "hacker_exploits": 11042,
513
+ "hackerone": 968,
514
+ "hackersploit": 1,
515
+ "hackforums": 545,
516
+ "hackthebox": 2,
517
+ "kaeli_hacker": 1708
518
+ },
519
+ "val": {
520
+ "hacker_exploits": 46,
521
+ "hackerone": 1402,
522
+ "hackersploit": 77,
523
+ "hackthebox": 408
524
+ },
525
+ "test": {
526
+ "0x00sec": 52,
527
+ "cve_hacker_forum": 2,
528
+ "hacker_exploits": 25767,
529
+ "hackerone": 89,
530
+ "hackthebox": 23,
531
+ "kaeli_hacker": 30
532
+ }
533
+ },
534
+ "total": 78278
535
+ },
536
+ "task5": {
537
+ "task": "hacker_exploit_signal_detection",
538
+ "description": "Joint task: given a hacker-community message, detect whether it contains actionable exploit intelligence and, when actionable, recover the associated NVD CVE context.",
539
+ "label_map": {
540
+ "0": "not_actionable_exploit_signal",
541
+ "1": "actionable_exploit_signal"
542
+ },
543
+ "sources": [
544
+ "hacker_exploits",
545
+ "cve_hacker_forum",
546
+ "hackforums",
547
+ "hackerone",
548
+ "dtl_exploits",
549
+ "exploitdb_hf",
550
+ "gayanku",
551
+ "evolution",
552
+ "hackersploit",
553
+ "hackthebox",
554
+ "0x00sec",
555
+ "kaeli_hacker"
556
+ ],
557
+ "labeling_rule": "positive examples are Task 4 actionable_exploit records with CVE metadata",
558
+ "negative_sampling": "up to two non-actionable messages per actionable message within each temporal split",
559
+ "corpus_source": "nvd",
560
+ "corpus_size": 340536,
561
+ "unique_actionable_cves": 420,
562
+ "split_boundaries": {
563
+ "train_end": "2022-01-01",
564
+ "val_end": "2024-01-01"
565
+ },
566
+ "metrics": [
567
+ "f1_actionable",
568
+ "recall_at_1",
569
+ "recall_at_5",
570
+ "recall_at_10",
571
+ "mrr",
572
+ "joint_recall_at_5"
573
+ ],
574
+ "splits": {
575
+ "train": 1146,
576
+ "val": 438,
577
+ "test": 111
578
+ },
579
+ "label_distribution_by_split": {
580
+ "train": {
581
+ "0": 764,
582
+ "1": 382
583
+ },
584
+ "val": {
585
+ "0": 292,
586
+ "1": 146
587
+ },
588
+ "test": {
589
+ "0": 74,
590
+ "1": 37
591
+ }
592
+ },
593
+ "source_distribution_by_split": {
594
+ "train": {
595
+ "dtl_exploits": 256,
596
+ "evolution": 43,
597
+ "exploitdb_hf": 12,
598
+ "gayanku": 295,
599
+ "hacker_exploits": 171,
600
+ "hackerone": 334,
601
+ "hackforums": 12,
602
+ "hackthebox": 1,
603
+ "kaeli_hacker": 22
604
+ },
605
+ "val": {
606
+ "hacker_exploits": 8,
607
+ "hackerone": 341,
608
+ "hackersploit": 17,
609
+ "hackthebox": 72
610
+ },
611
+ "test": {
612
+ "0x00sec": 6,
613
+ "hacker_exploits": 74,
614
+ "hackerone": 26,
615
+ "hackthebox": 5
616
+ }
617
+ },
618
+ "total": 1695
619
+ }
620
+ }
benchmark/task1_exploit_clf/meta.json ADDED
@@ -0,0 +1,276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "exploit_relevance_classification",
3
+ "description": "Source-controlled binary classification: given a post or advisory text, predict whether it is CVE-linked exploit-relevant (1) or not (0). Each source/split contributes balanced positives and negatives from the same source to remove source-membership confounding.",
4
+ "label_map": {
5
+ "0": "not_exploit_relevant",
6
+ "1": "exploit_relevant"
7
+ },
8
+ "candidate_sources": [
9
+ "0x00sec",
10
+ "evolution",
11
+ "exploitdb",
12
+ "gayanku",
13
+ "hackerone",
14
+ "hackersploit",
15
+ "hackforums",
16
+ "hackthebox",
17
+ "parrotsec",
18
+ "seebug",
19
+ "vulnlab",
20
+ "zeroscience"
21
+ ],
22
+ "labeling_rule": "positive if post ID appears in the same source CVE index; negative if from the same source/split, absent from the CVE index, and containing no CVE token",
23
+ "source_split_sampling": {
24
+ "zeroscience": {
25
+ "train": {
26
+ "positive_available": 329,
27
+ "negative_available": 448,
28
+ "positive_used": 329,
29
+ "negative_used": 329
30
+ },
31
+ "val": {
32
+ "positive_available": 102,
33
+ "negative_available": 15,
34
+ "positive_used": 15,
35
+ "negative_used": 15
36
+ },
37
+ "test": {
38
+ "positive_available": 86,
39
+ "negative_available": 93,
40
+ "positive_used": 86,
41
+ "negative_used": 86
42
+ }
43
+ },
44
+ "hackerone": {
45
+ "train": {
46
+ "positive_available": 425,
47
+ "negative_available": 7497,
48
+ "positive_used": 425,
49
+ "negative_used": 425
50
+ },
51
+ "val": {
52
+ "positive_available": 205,
53
+ "negative_available": 1199,
54
+ "positive_used": 205,
55
+ "negative_used": 205
56
+ },
57
+ "test": {
58
+ "positive_available": 30,
59
+ "negative_available": 116,
60
+ "positive_used": 30,
61
+ "negative_used": 30
62
+ }
63
+ },
64
+ "vulnlab": {
65
+ "train": {
66
+ "positive_available": 0,
67
+ "negative_available": 7,
68
+ "positive_used": 0,
69
+ "negative_used": 0
70
+ },
71
+ "val": {
72
+ "positive_available": 0,
73
+ "negative_available": 1,
74
+ "positive_used": 0,
75
+ "negative_used": 0
76
+ },
77
+ "test": {
78
+ "positive_available": 63,
79
+ "negative_available": 883,
80
+ "positive_used": 63,
81
+ "negative_used": 63
82
+ }
83
+ },
84
+ "seebug": {
85
+ "train": {
86
+ "positive_available": 0,
87
+ "negative_available": 0,
88
+ "positive_used": 0,
89
+ "negative_used": 0
90
+ },
91
+ "val": {
92
+ "positive_available": 0,
93
+ "negative_available": 0,
94
+ "positive_used": 0,
95
+ "negative_used": 0
96
+ },
97
+ "test": {
98
+ "positive_available": 38,
99
+ "negative_available": 2,
100
+ "positive_used": 2,
101
+ "negative_used": 2
102
+ }
103
+ },
104
+ "0x00sec": {
105
+ "train": {
106
+ "positive_available": 0,
107
+ "negative_available": 0,
108
+ "positive_used": 0,
109
+ "negative_used": 0
110
+ },
111
+ "val": {
112
+ "positive_available": 0,
113
+ "negative_available": 0,
114
+ "positive_used": 0,
115
+ "negative_used": 0
116
+ },
117
+ "test": {
118
+ "positive_available": 6,
119
+ "negative_available": 326,
120
+ "positive_used": 6,
121
+ "negative_used": 6
122
+ }
123
+ },
124
+ "hackthebox": {
125
+ "train": {
126
+ "positive_available": 1,
127
+ "negative_available": 836,
128
+ "positive_used": 0,
129
+ "negative_used": 0
130
+ },
131
+ "val": {
132
+ "positive_available": 0,
133
+ "negative_available": 502,
134
+ "positive_used": 0,
135
+ "negative_used": 0
136
+ },
137
+ "test": {
138
+ "positive_available": 7,
139
+ "negative_available": 308,
140
+ "positive_used": 7,
141
+ "negative_used": 7
142
+ }
143
+ },
144
+ "hackersploit": {
145
+ "train": {
146
+ "positive_available": 0,
147
+ "negative_available": 224,
148
+ "positive_used": 0,
149
+ "negative_used": 0
150
+ },
151
+ "val": {
152
+ "positive_available": 3,
153
+ "negative_available": 89,
154
+ "positive_used": 0,
155
+ "negative_used": 0
156
+ },
157
+ "test": {
158
+ "positive_available": 0,
159
+ "negative_available": 6,
160
+ "positive_used": 0,
161
+ "negative_used": 0
162
+ }
163
+ },
164
+ "parrotsec": {
165
+ "train": {
166
+ "positive_available": 1,
167
+ "negative_available": 133,
168
+ "positive_used": 0,
169
+ "negative_used": 0
170
+ },
171
+ "val": {
172
+ "positive_available": 0,
173
+ "negative_available": 213,
174
+ "positive_used": 0,
175
+ "negative_used": 0
176
+ },
177
+ "test": {
178
+ "positive_available": 0,
179
+ "negative_available": 65,
180
+ "positive_used": 0,
181
+ "negative_used": 0
182
+ }
183
+ },
184
+ "gayanku": {
185
+ "train": {
186
+ "positive_available": 64,
187
+ "negative_available": 3810108,
188
+ "positive_used": 64,
189
+ "negative_used": 64
190
+ },
191
+ "val": {
192
+ "positive_available": 0,
193
+ "negative_available": 0,
194
+ "positive_used": 0,
195
+ "negative_used": 0
196
+ },
197
+ "test": {
198
+ "positive_available": 0,
199
+ "negative_available": 0,
200
+ "positive_used": 0,
201
+ "negative_used": 0
202
+ }
203
+ },
204
+ "evolution": {
205
+ "train": {
206
+ "positive_available": 11,
207
+ "negative_available": 488978,
208
+ "positive_used": 11,
209
+ "negative_used": 11
210
+ },
211
+ "val": {
212
+ "positive_available": 0,
213
+ "negative_available": 0,
214
+ "positive_used": 0,
215
+ "negative_used": 0
216
+ },
217
+ "test": {
218
+ "positive_available": 0,
219
+ "negative_available": 0,
220
+ "positive_used": 0,
221
+ "negative_used": 0
222
+ }
223
+ },
224
+ "hackforums": {
225
+ "train": {
226
+ "positive_available": 7,
227
+ "negative_available": 152471,
228
+ "positive_used": 7,
229
+ "negative_used": 7
230
+ },
231
+ "val": {
232
+ "positive_available": 0,
233
+ "negative_available": 0,
234
+ "positive_used": 0,
235
+ "negative_used": 0
236
+ },
237
+ "test": {
238
+ "positive_available": 0,
239
+ "negative_available": 0,
240
+ "positive_used": 0,
241
+ "negative_used": 0
242
+ }
243
+ }
244
+ },
245
+ "split_boundaries": {
246
+ "train_end": "2022-01-01",
247
+ "val_end": "2024-01-01"
248
+ },
249
+ "metrics": [
250
+ "f1_macro",
251
+ "f1_positive",
252
+ "auc_roc",
253
+ "precision",
254
+ "recall"
255
+ ],
256
+ "splits": {
257
+ "train": 1672,
258
+ "val": 440,
259
+ "test": 388
260
+ },
261
+ "label_distribution_by_split": {
262
+ "train": {
263
+ "0": 836,
264
+ "1": 836
265
+ },
266
+ "val": {
267
+ "0": 220,
268
+ "1": 220
269
+ },
270
+ "test": {
271
+ "0": 194,
272
+ "1": 194
273
+ }
274
+ },
275
+ "total": 2500
276
+ }
benchmark/task1_exploit_clf/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
benchmark/task1_exploit_clf/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
benchmark/task1_exploit_clf/val.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
benchmark/task2_cve_linkage/corpus.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:875266e9e23a9e7862fe31c0d96ef1ed27828390ab34fa31a4f679feca5d60f8
3
+ size 123194610
benchmark/task2_cve_linkage/meta.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "cve_linkage_retrieval",
3
+ "description": "Retrieval task: given a post or advisory text, retrieve the correct NVD CVE record from a corpus of ~340K CVE descriptions. Evaluated as a ranking problem.",
4
+ "query_sources": [
5
+ "exploitdb",
6
+ "dtl_exploits",
7
+ "github_advisory",
8
+ "hackerone",
9
+ "zeroscience",
10
+ "vulnlab",
11
+ "cisa_kev",
12
+ "zeroday",
13
+ "cvefixes"
14
+ ],
15
+ "quality_controlled": true,
16
+ "quality_sources": [
17
+ "cisa_kev",
18
+ "cvefixes",
19
+ "dtl_exploits",
20
+ "hackerone"
21
+ ],
22
+ "min_query_tokens": 8,
23
+ "query_text_rule": "exploit_text, falling back to title when body text is absent",
24
+ "skipped": {
25
+ "quality_source_filter": 50561,
26
+ "empty_or_short_query": 0,
27
+ "duplicate": 0,
28
+ "missing_id_or_cve": 0
29
+ },
30
+ "corpus_source": "nvd",
31
+ "corpus_size": 340536,
32
+ "unique_query_cves": 31748,
33
+ "split_boundaries": {
34
+ "train_end": "2022-01-01",
35
+ "val_end": "2024-01-01"
36
+ },
37
+ "metrics": [
38
+ "recall_at_1",
39
+ "recall_at_5",
40
+ "recall_at_10",
41
+ "mrr"
42
+ ],
43
+ "splits": {
44
+ "train": 40698,
45
+ "val": 2551,
46
+ "test": 550
47
+ },
48
+ "query_source_distribution_by_split": {
49
+ "train": {
50
+ "cisa_kev": 311,
51
+ "cvefixes": 6770,
52
+ "dtl_exploits": 33015,
53
+ "hackerone": 602
54
+ },
55
+ "val": {
56
+ "cisa_kev": 742,
57
+ "cvefixes": 1592,
58
+ "hackerone": 217
59
+ },
60
+ "test": {
61
+ "cisa_kev": 515,
62
+ "hackerone": 35
63
+ }
64
+ },
65
+ "total_queries": 43799
66
+ }
benchmark/task2_cve_linkage/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
benchmark/task2_cve_linkage/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2afc4d49dbfd0b67d0a639f8b76cfb7cd884fe327b2f56c3cf7297881459926d
3
+ size 28624657
benchmark/task2_cve_linkage/val.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
benchmark/task3_severity/meta.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "severity_prediction",
3
+ "description": "4-class classification: given an advisory or post text, predict the vulnerability severity as critical / high / medium / low.",
4
+ "label_map": {
5
+ "0": "low",
6
+ "1": "medium",
7
+ "2": "high",
8
+ "3": "critical"
9
+ },
10
+ "sources": [
11
+ "cisa_kev",
12
+ "github_advisory",
13
+ "hackerone",
14
+ "vulnlab",
15
+ "zeroscience"
16
+ ],
17
+ "split_boundaries": {
18
+ "train_end": "2022-01-01",
19
+ "val_end": "2024-01-01"
20
+ },
21
+ "metrics": [
22
+ "f1_macro",
23
+ "accuracy",
24
+ "f1_per_class"
25
+ ],
26
+ "text_preprocessing": "explicit severity and CVSS label strings stripped from model input after label extraction",
27
+ "class_distribution": {
28
+ "high": 10497,
29
+ "medium": 13074,
30
+ "critical": 5649,
31
+ "low": 2124
32
+ },
33
+ "class_distribution_by_split": {
34
+ "train": {
35
+ "critical": 1589,
36
+ "high": 2537,
37
+ "low": 415,
38
+ "medium": 2256
39
+ },
40
+ "val": {
41
+ "critical": 2294,
42
+ "high": 4142,
43
+ "low": 602,
44
+ "medium": 5798
45
+ },
46
+ "test": {
47
+ "critical": 1766,
48
+ "high": 3818,
49
+ "low": 1107,
50
+ "medium": 5020
51
+ }
52
+ },
53
+ "splits": {
54
+ "train": 6797,
55
+ "val": 12836,
56
+ "test": 11711
57
+ },
58
+ "total": 31344,
59
+ "leakage_audit": {
60
+ "strict_sanitized_hits": 0,
61
+ "warning_sanitized_hits": 10,
62
+ "strict_raw_hits": 29836,
63
+ "passed": true,
64
+ "audit_path": "data/audits/task3_leakage_audit.json"
65
+ }
66
+ }
benchmark/task3_severity/test.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e42efdea1356047e3a39243bea14e4b13ba23d25e569345ca605442e59d5ed0
3
+ size 33620762
benchmark/task3_severity/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
benchmark/task3_severity/val.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44df3afa1acd3b296a37aa431d905e7aeb64202f71091e1a1f6e3c9fd05dfafc
3
+ size 17221036
benchmark/task4_hacker_exploit_labeling/meta.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "hacker_exploit_labeling",
3
+ "description": "Ternary weak-supervision task over hacker-community messages: non-exploit/noise, vulnerability discussion, or actionable exploit intelligence.",
4
+ "label_map": {
5
+ "0": "non_exploit_noise",
6
+ "1": "vulnerability_discussion",
7
+ "2": "actionable_exploit"
8
+ },
9
+ "sources": [
10
+ "hacker_exploits",
11
+ "cve_hacker_forum",
12
+ "hackforums",
13
+ "hackerone",
14
+ "dtl_exploits",
15
+ "exploitdb_hf",
16
+ "gayanku",
17
+ "evolution",
18
+ "hackersploit",
19
+ "hackthebox",
20
+ "0x00sec",
21
+ "kaeli_hacker"
22
+ ],
23
+ "labeling_rule": "actionable_exploit if a source CVE linkage is present and the message contains an actionability cue; vulnerability_discussion if a CVE/vulnerability cue is present without actionability; non_exploit_noise otherwise",
24
+ "actionability_terms": [
25
+ "exploit",
26
+ "proof of concept",
27
+ "poc",
28
+ "metasploit",
29
+ "payload",
30
+ "shellcode",
31
+ "reverse shell",
32
+ "privilege escalation",
33
+ "remote code execution",
34
+ "rce",
35
+ "sql injection",
36
+ "xss",
37
+ "csrf",
38
+ "command injection",
39
+ "buffer overflow",
40
+ "use-after-free",
41
+ "deserialization",
42
+ "bypass",
43
+ "scanner",
44
+ "wpscan",
45
+ "root shell"
46
+ ],
47
+ "vulnerability_terms": [
48
+ "cve-",
49
+ "vulnerability",
50
+ "vulnerable",
51
+ "patch",
52
+ "advisory",
53
+ "severity",
54
+ "cvss",
55
+ "zero-day",
56
+ "0day"
57
+ ],
58
+ "min_tokens": 12,
59
+ "max_per_label_split": 25000,
60
+ "skipped": {
61
+ "missing_file": 0,
62
+ "missing_date": 0,
63
+ "short_text": 906583
64
+ },
65
+ "split_boundaries": {
66
+ "train_end": "2022-01-01",
67
+ "val_end": "2024-01-01"
68
+ },
69
+ "metrics": [
70
+ "f1_macro",
71
+ "accuracy",
72
+ "f1_per_class"
73
+ ],
74
+ "splits": {
75
+ "train": 50382,
76
+ "val": 1933,
77
+ "test": 25963
78
+ },
79
+ "label_distribution_by_split": {
80
+ "train": {
81
+ "0": 25000,
82
+ "1": 25000,
83
+ "2": 382
84
+ },
85
+ "val": {
86
+ "0": 1216,
87
+ "1": 571,
88
+ "2": 146
89
+ },
90
+ "test": {
91
+ "0": 25000,
92
+ "1": 926,
93
+ "2": 37
94
+ }
95
+ },
96
+ "source_distribution_by_split": {
97
+ "train": {
98
+ "cve_hacker_forum": 13,
99
+ "dtl_exploits": 16918,
100
+ "evolution": 2005,
101
+ "exploitdb_hf": 253,
102
+ "gayanku": 16927,
103
+ "hacker_exploits": 11042,
104
+ "hackerone": 968,
105
+ "hackersploit": 1,
106
+ "hackforums": 545,
107
+ "hackthebox": 2,
108
+ "kaeli_hacker": 1708
109
+ },
110
+ "val": {
111
+ "hacker_exploits": 46,
112
+ "hackerone": 1402,
113
+ "hackersploit": 77,
114
+ "hackthebox": 408
115
+ },
116
+ "test": {
117
+ "0x00sec": 52,
118
+ "cve_hacker_forum": 2,
119
+ "hacker_exploits": 25767,
120
+ "hackerone": 89,
121
+ "hackthebox": 23,
122
+ "kaeli_hacker": 30
123
+ }
124
+ },
125
+ "total": 78278
126
+ }
benchmark/task4_hacker_exploit_labeling/test.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8b7b0a4d6d85190aa548f9d4d4e758c449f8f3e93d28dcdaf7d4717b0eea2ed
3
+ size 24767904
benchmark/task4_hacker_exploit_labeling/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dca6d09d599a47400b9cbf5c6025f32b0b90bf09a46e16050a2ebc08a05ec190
3
+ size 76107261
benchmark/task4_hacker_exploit_labeling/val.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
benchmark/task5_hacker_signal_detection/corpus.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:875266e9e23a9e7862fe31c0d96ef1ed27828390ab34fa31a4f679feca5d60f8
3
+ size 123194610
benchmark/task5_hacker_signal_detection/meta.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "hacker_exploit_signal_detection",
3
+ "description": "Joint task: given a hacker-community message, detect whether it contains actionable exploit intelligence and, when actionable, recover the associated NVD CVE context.",
4
+ "label_map": {
5
+ "0": "not_actionable_exploit_signal",
6
+ "1": "actionable_exploit_signal"
7
+ },
8
+ "sources": [
9
+ "hacker_exploits",
10
+ "cve_hacker_forum",
11
+ "hackforums",
12
+ "hackerone",
13
+ "dtl_exploits",
14
+ "exploitdb_hf",
15
+ "gayanku",
16
+ "evolution",
17
+ "hackersploit",
18
+ "hackthebox",
19
+ "0x00sec",
20
+ "kaeli_hacker"
21
+ ],
22
+ "labeling_rule": "positive examples are Task 4 actionable_exploit records with CVE metadata",
23
+ "negative_sampling": "up to two non-actionable messages per actionable message within each temporal split",
24
+ "corpus_source": "nvd",
25
+ "corpus_size": 340536,
26
+ "unique_actionable_cves": 420,
27
+ "split_boundaries": {
28
+ "train_end": "2022-01-01",
29
+ "val_end": "2024-01-01"
30
+ },
31
+ "metrics": [
32
+ "f1_actionable",
33
+ "recall_at_1",
34
+ "recall_at_5",
35
+ "recall_at_10",
36
+ "mrr",
37
+ "joint_recall_at_5"
38
+ ],
39
+ "splits": {
40
+ "train": 1146,
41
+ "val": 438,
42
+ "test": 111
43
+ },
44
+ "label_distribution_by_split": {
45
+ "train": {
46
+ "0": 764,
47
+ "1": 382
48
+ },
49
+ "val": {
50
+ "0": 292,
51
+ "1": 146
52
+ },
53
+ "test": {
54
+ "0": 74,
55
+ "1": 37
56
+ }
57
+ },
58
+ "source_distribution_by_split": {
59
+ "train": {
60
+ "dtl_exploits": 256,
61
+ "evolution": 43,
62
+ "exploitdb_hf": 12,
63
+ "gayanku": 295,
64
+ "hacker_exploits": 171,
65
+ "hackerone": 334,
66
+ "hackforums": 12,
67
+ "hackthebox": 1,
68
+ "kaeli_hacker": 22
69
+ },
70
+ "val": {
71
+ "hacker_exploits": 8,
72
+ "hackerone": 341,
73
+ "hackersploit": 17,
74
+ "hackthebox": 72
75
+ },
76
+ "test": {
77
+ "0x00sec": 6,
78
+ "hacker_exploits": 74,
79
+ "hackerone": 26,
80
+ "hackthebox": 5
81
+ }
82
+ },
83
+ "total": 1695
84
+ }
benchmark/task5_hacker_signal_detection/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
benchmark/task5_hacker_signal_detection/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
benchmark/task5_hacker_signal_detection/val.jsonl ADDED
The diff for this file is too large to render. See raw diff