Upload graph/metadata.json with huggingface_hub
Browse files- graph/metadata.json +36 -0
graph/metadata.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "WitFoo Precinct6 Cybersecurity Dataset",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"description": "Labeled provenance graphs and security signal logs for IDS research",
|
| 5 |
+
"node_count": 60839,
|
| 6 |
+
"edge_count": 32026048,
|
| 7 |
+
"label_distribution": {
|
| 8 |
+
"benign": 31865962,
|
| 9 |
+
"malicious": 160086
|
| 10 |
+
},
|
| 11 |
+
"edge_type_distribution": {
|
| 12 |
+
"EVENT": 31925914,
|
| 13 |
+
"DNS_RESOLVE": 34014,
|
| 14 |
+
"NETWORK_FLOW": 31758,
|
| 15 |
+
"INCIDENT_LINK": 34362
|
| 16 |
+
},
|
| 17 |
+
"node_type_distribution": {
|
| 18 |
+
"HOST": 40221,
|
| 19 |
+
"CREDENTIAL": 20588,
|
| 20 |
+
"SERVICE": 5,
|
| 21 |
+
"FILE": 3,
|
| 22 |
+
"CRED": 21,
|
| 23 |
+
"ACTOR": 1
|
| 24 |
+
},
|
| 25 |
+
"sanitization": {
|
| 26 |
+
"method": "4-layer (regex + format-parse + ML/NER + Claude review)",
|
| 27 |
+
"ip_replacement": "RFC5737 TEST-NET for public, remapped RFC1918 for private",
|
| 28 |
+
"org_replacement": "ORG-NNNN",
|
| 29 |
+
"host_replacement": "HOST-NNNN / host-NNNN.example.internal"
|
| 30 |
+
},
|
| 31 |
+
"formats": [
|
| 32 |
+
"NDJSON (nodes.jsonl + edges.jsonl)",
|
| 33 |
+
"NetworkX JSON",
|
| 34 |
+
"GraphML"
|
| 35 |
+
]
|
| 36 |
+
}
|