-
Agent Name : Detect Cyber Attack
-
Github Link: GitHub - prashant7090/detect-cyber-attack: Detech Cyber Attack - Graph database - Neo4j Β· GitHub
-
What it does :
- Find suspicious IPs, repeated malicious destinations, or abnormal traffic patterns.
- Detect suspicious clusters of source IPs targeting the same destination
- Visualize relationships between events and IPs
- Identify repeated
AttackType - Use graph traversals to connect IPs, events, protocols, and attack categories.
-
Dataset and why a graph fits
- Cybersecurity Threat Detection Dataset | Kaggle
- The dataset is naturally relational: sources, destinations, protocols, and attack labels are all connected.
- Neo4j lets you query those connections directly instead of flattening them in tabular form.
- This supports use cases like - find all source IPs that have attacked the same destinationβ or βgroup events by attack type and protocol.
-
Screenshot of your agent in the Aura console



