f15hb0wn commited on
Commit
fbd2893
·
verified ·
1 Parent(s): effb431

Upload graph/metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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": 18069,
6
+ "edge_count": 469894,
7
+ "label_distribution": {
8
+ "benign": 435532,
9
+ "malicious": 34362
10
+ },
11
+ "edge_type_distribution": {
12
+ "EVENT": 65001,
13
+ "AUDIT_EVENT": 368019,
14
+ "DNS_RESOLVE": 2512,
15
+ "INCIDENT_LINK": 34362
16
+ },
17
+ "node_type_distribution": {
18
+ "HOST": 16620,
19
+ "CREDENTIAL": 1419,
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
+ }