-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
327 lines (327 loc) · 8.03 KB
/
definition.json
File metadata and controls
327 lines (327 loc) · 8.03 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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
{
"attributes": {
"architecture": {
"categories": [
"External analysis"
],
"description": "The CPU architecture of the beacon. Either x86 or x64",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"asn": {
"categories": [
"Network activity"
],
"description": "ASN where the IP resides",
"misp-attribute": "AS",
"ui-priority": 0
},
"beacon_host": {
"categories": [
"External analysis"
],
"description": "C2 of the beacon IP/hostname. (often matches the host that was scanned)",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"beacon_http_get": {
"categories": [
"External analysis"
],
"description": "Path that the beacon uses for the GET method",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"beacon_http_post": {
"categories": [
"External analysis"
],
"description": "Path that the beacon uses for the POST method",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"beacon_type": {
"categories": [
"External analysis"
],
"description": "Protocol that the beacon speaks. Usually HTTP",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"binary_md5": {
"categories": [
"Payload delivery"
],
"description": "MD5 of the PE binary",
"disable_correlation": true,
"misp-attribute": "md5",
"multiple": true,
"ui-priority": 0
},
"binary_sha1": {
"categories": [
"Payload delivery"
],
"description": "SHA1 of the PE binary",
"disable_correlation": true,
"misp-attribute": "sha1",
"multiple": true,
"ui-priority": 0
},
"binary_sha256": {
"categories": [
"Payload delivery"
],
"description": "SHA256 of the PE binary",
"disable_correlation": true,
"misp-attribute": "sha256",
"multiple": true,
"ui-priority": 0
},
"city": {
"categories": [
"Other"
],
"description": "City location of the IP in question",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"config_md5": {
"categories": [
"External analysis"
],
"description": "MD5 of the config file",
"disable_correlation": true,
"misp-attribute": "md5",
"multiple": true,
"ui-priority": 0
},
"config_sha1": {
"categories": [
"External analysis"
],
"description": "SHA1 of the config file",
"disable_correlation": true,
"misp-attribute": "sha1",
"multiple": true,
"ui-priority": 0
},
"config_sha256": {
"categories": [
"External analysis"
],
"description": "SHA256 of the config file",
"disable_correlation": true,
"misp-attribute": "sha256",
"multiple": true,
"ui-priority": 0
},
"content_length": {
"categories": [
"Other"
],
"description": "The length of the response body in octets",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"content_type": {
"categories": [
"Other"
],
"description": "The MIME type of the body of the request",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"encoded_data": {
"categories": [
"Other"
],
"description": "Base64 encoded config file",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"encoded_length": {
"categories": [
"Other"
],
"description": "Length of the base64 decoded raw config",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"geo": {
"categories": [
"Other"
],
"description": "Country location of the IP",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"hostname": {
"categories": [
"Network activity"
],
"description": "Reverse DNS name of the device in question",
"misp-attribute": "text",
"ui-priority": 0
},
"hostname_source": {
"categories": [
"Other"
],
"description": "Source of the hostname field contents",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"http": {
"categories": [
"Network activity"
],
"description": "HTTP version in used in response, e.g HTTP/1.1",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"http_code": {
"categories": [
"Network activity"
],
"description": "HTTP Response code: e.g., 200, 401, 404",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"http_url": {
"categories": [
"Network activity"
],
"description": "URL used to illicit the server response",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"ip": {
"categories": [
"Network activity"
],
"description": "IP of the of the URL",
"misp-attribute": "ip-src",
"multiple": true,
"ui-priority": 0
},
"license_id": {
"categories": [
"External analysis"
],
"description": "The license number",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"naics": {
"categories": [
"Other"
],
"description": "North American Industry Classification System Code",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"port": {
"categories": [
"Network activity"
],
"description": "Port that the response came from",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"protocol": {
"categories": [
"Network activity"
],
"description": "Protocol the response came in on",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"region": {
"categories": [
"Other"
],
"description": "State / Province / Administrative region where the device in question resides",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"sector": {
"categories": [
"Other"
],
"description": "Sector of the device in question",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"severity": {
"categories": [
"Other"
],
"description": "Severity of the event",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"tag": {
"categories": [
"Other"
],
"description": "Attribute tags",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"timestamp": {
"description": "Time that the IP was probed in UTC+0",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
}
},
"description": "Attacker Infrastructure",
"meta-category": "misc",
"name": "attacker-infra",
"required": [
"ip",
"port"
],
"uuid": "0211496c-dbcf-465b-a147-3d965da016cd",
"version": 2
}