-
Notifications
You must be signed in to change notification settings - Fork 135
/
machinetag.json
121 lines (121 loc) · 3.54 KB
/
machinetag.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"namespace": "adversary",
"description": "An overview and description of the adversary infrastructure",
"version": 6,
"predicates": [
{
"value": "infrastructure-status",
"expanded": "Infrastructure Status"
},
{
"value": "infrastructure-action",
"expanded": "Infrastructure Action"
},
{
"value": "infrastructure-state",
"expanded": "Infrastructure State"
},
{
"value": "infrastructure-type",
"expanded": "Infrastructure Type"
}
],
"values": [
{
"predicate": "infrastructure-status",
"entry": [
{
"value": "unknown",
"expanded": "Infrastructure ownership and status is unknown"
},
{
"value": "compromised",
"expanded": "Infrastructure compromised by or in the benefit of the adversary"
},
{
"value": "own-and-operated",
"expanded": "Infrastructure own and operated by the adversary"
}
]
},
{
"predicate": "infrastructure-action",
"entry": [
{
"value": "passive-only",
"expanded": "Only passive requests shall be performed to avoid detection by the adversary"
},
{
"value": "take-down",
"expanded": "Take down requests can be performed in order to deactivate the adversary infrastructure"
},
{
"value": "monitoring-active",
"expanded": "Monitoring requests are ongoing on the adversary infrastructure"
},
{
"value": "pending-law-enforcement-request",
"expanded": "Law enforcement requests are ongoing on the adversary infrastructure"
},
{
"value": "sinkholed",
"expanded": "Infrastructure of the adversary is sinkholed and information is collected"
}
]
},
{
"predicate": "infrastructure-state",
"entry": [
{
"value": "unknown",
"expanded": "Infrastructure state is unknown or cannot be evaluated"
},
{
"value": "active",
"expanded": "Infrastructure state is active and actively used by the adversary"
},
{
"value": "down",
"expanded": "Infrastructure state is known to be down"
}
]
},
{
"predicate": "infrastructure-type",
"entry": [
{
"value": "unknown",
"expanded": "Infrastructure usage by the adversary is unknown"
},
{
"value": "proxy",
"expanded": "Infrastructure used as proxy between the target and the adversary"
},
{
"value": "drop-zone",
"expanded": "Infrastructure used by the adversary to store information related to his campaigns"
},
{
"value": "exploit-distribution-point",
"expanded": "Infrastructure used to distribute exploit towards target(s)"
},
{
"value": "vpn",
"expanded": "Infrastructure used by the adversary as Virtual Private Network to hide activities and reduce the traffic analysis surface"
},
{
"value": "panel",
"expanded": "Panel used by the adversary to control or maintain his infrastructure"
},
{
"value": "tds",
"expanded": "Traffic Distribution Systems including exploit delivery or/and web monetization channels"
},
{
"value": "c2",
"expanded": "C2 infrastructure without known specific type."
}
]
}
]
}