Last active
November 5, 2024 06:35
-
-
Save leetschau/7bdb0606f9e951616a5c906411abf1a3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nodes": [ | |
{"id": 1, "name": "1.13", "IP": "192.168.1.13", "group": "attacker"}, | |
{"id": 2, "name": "3.14", "IP": "192.168.3.14", "group": "victim"}, | |
{"id": 2, "name": "3.18", "IP": "192.168.3.18", "group": "victim"} | |
], | |
"edges": [ | |
{"id": 1, "source": 1, "target": 2, "relation": "SQL Injection"}, | |
{"id": 1, "source": 1, "target": 3, "relation": "Web Shell"} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment