File size: 1,003 Bytes
fbd2893 fe1435e fbd2893 be71fcd fe1435e fbd2893 fe1435e fbd2893 fe1435e fbd2893 fe1435e c9c8121 fbd2893 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | {
"dataset_name": "WitFoo Precinct6 Cybersecurity Dataset",
"version": "1.0.0",
"description": "Labeled provenance graphs and security signal logs for IDS research",
"node_count": 30092,
"edge_count": 595618,
"label_distribution": {
"benign": 390851,
"suspicious": 44681,
"malicious": 160086
},
"edge_type_distribution": {
"EVENT": 40816,
"AUDIT_EVENT": 368019,
"NETWORK_FLOW": 149909,
"DNS_RESOLVE": 2512,
"INCIDENT_LINK": 34362
},
"node_type_distribution": {
"HOST": 28633,
"CREDENTIAL": 1429,
"SERVICE": 5,
"FILE": 3,
"CRED": 21,
"ACTOR": 1
},
"sanitization": {
"method": "4-layer (regex + format-parse + ML/NER + Claude review)",
"ip_replacement": "RFC5737 TEST-NET for public, remapped RFC1918 for private",
"org_replacement": "ORG-NNNN",
"host_replacement": "HOST-NNNN / host-NNNN.example.internal"
},
"formats": [
"NDJSON (nodes.jsonl + edges.jsonl)",
"NetworkX JSON",
"GraphML"
]
} |