precinct6-cybersecurity / graph /metadata.json
f15hb0wn's picture
Upload graph/metadata.json with huggingface_hub
fe1435e verified
raw
history blame contribute delete
978 Bytes
{
"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": 435532,
"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"
]
}