-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathtopology.json
79 lines (79 loc) · 2.23 KB
/
topology.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "Irsec2019",
"date": "4/20/19",
"teams": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13],
"networks": [
{
"name": "internal",
"ip": "10.2.x",
"hosts": [
{
"name": "troy",
"os": "Windows Server 2012 R2",
"ip": "1",
"services": "ad/dns"
},
{
"name": "gabriella",
"os": "Fedora 29",
"ip": "2",
"services": "mail"
},
{
"name": "chad",
"os": "Windows Server 2019",
"ip": "3",
"services": "mssql"
},
{
"name": "jason",
"os": "Windows 10",
"ip": "DHCP",
"services": "client"
},
{
"name": "zeke",
"os": "Windows 10",
"ip": "DHCP",
"services": "client"
},
{
"name": "martha",
"os": "Solaris 11",
"ip": "DHCP",
"services": "client"
}
]
},
{
"name": "cloud",
"ip": "10.3.x",
"hosts": [
{
"name": "sharpay",
"os": "Ubuntu 16.04.6",
"ip": "1",
"services": "docker"
},
{
"name": "kelsi",
"os": "FreeBSD 12.0",
"ip": "2",
"services": "flask/web"
},
{
"name": "taylor",
"os": "Centos 7.6.1910",
"ip": "3",
"services": "bind/dns"
},
{
"name": "darbus",
"os": "Ubuntu 16.04.6",
"ip": "4",
"services": "apache/web"
}
]
}
]
}