Skip to content

Instantly share code, notes, and snippets.

@leetschau
Last active November 5, 2024 06:35
Show Gist options
  • Save leetschau/7bdb0606f9e951616a5c906411abf1a3 to your computer and use it in GitHub Desktop.
Save leetschau/7bdb0606f9e951616a5c906411abf1a3 to your computer and use it in GitHub Desktop.
{
"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