Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 793 Bytes

File metadata and controls

25 lines (21 loc) · 793 Bytes

SecGraph-AI — Verified Neo4j Schema

Relationships (verified 2026-04-03)

(AssetClass)-[:REQUIRES]->(Control) (ClientAsset)-[:CONNECTS_TO]->(ClientAsset) -- property: protocol (ClientAsset)-[:IMPLEMENTS]->(Control) (ClientAsset)-[:INSTANCE_OF]->(AssetClass) (Control)-[:BELONGS_TO]->(Framework) (Control)-[:MITIGATES]->(Technique) (Procedure)-[:DEFEATED_BY]->(Control) (Procedure)-[:ENABLES]->(Technique)

Node Properties

ClientAsset : id, name, class, tags (list) Control : id, name, family, framework ← unique on {id, framework} Technique : id, name Procedure : name, port AssetClass : name Framework : name

Empty nodes (schema only, no data)

Intelligence, Zone, Component, Asset

OSINT nodes (added by osint_feeds.py)

CVE, ThreatActor, Campaign, OSINTSource