-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.json
More file actions
83 lines (83 loc) · 1.94 KB
/
sources.json
File metadata and controls
83 lines (83 loc) · 1.94 KB
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
80
81
82
83
{
"sources": [
{
"host": "jump01.redteamnotes.com",
"capabilities": {
"webclient": true,
"spooler": true,
"mssql_outbound": false,
"name_resolution": false
},
"tags": [
"workstation",
"tier1",
"tutorial"
],
"session": "ligolo-jump01",
"segment": "workstations",
"subnets": [
"10.20.0.0/16"
],
"route_hops": [
{
"id": "hop-ligolo-1",
"kind": "ligolo",
"name": "ligolo-jump01",
"subnets": [
"10.20.0.0/16",
"10.30.0.0/16"
],
"risk_level": "medium",
"noise": "low",
"requires_listener": false,
"notes": [
"Tutorial metadata only; RelayX does not open this pivot session."
]
}
],
"noise_limit": "medium",
"notes": [
"Represents an already authorized operator session for offline path modeling."
]
},
{
"host": "sqlagent01.redteamnotes.com",
"capabilities": {
"webclient": false,
"spooler": false,
"mssql_outbound": true,
"name_resolution": false
},
"tags": [
"sql",
"tier1",
"tutorial"
],
"session": "sliver-sqlagent01",
"segment": "database",
"subnets": [
"10.40.0.0/16"
],
"route_hops": [
{
"id": "hop-sliver-1",
"kind": "sliver_p2p",
"name": "sliver-sqlagent01",
"subnets": [
"10.40.0.0/16"
],
"risk_level": "high",
"noise": "medium",
"requires_listener": true,
"notes": [
"Higher-risk route metadata used to demonstrate route risk scoring."
]
}
],
"noise_limit": "medium",
"notes": [
"Represents a SQL-adjacent source for outbound-auth planning examples."
]
}
]
}