-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmachinetag.json
46 lines (45 loc) · 1.19 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
{
"namespace": "aptc",
"expanded": "Automated Payload Test Controller",
"description": "A payload test-automation controller for MISP created by Digisafe (STEE-Infosec)",
"version": 1,
"predicates": [
{
"value": "test-case",
"expanded": "This tag for test-case"
},
{
"value": "test-start",
"expanded": "This tag triggers a test to start. Can be applied to payload or test-case event"
},
{
"value": "test-in-progress",
"expanded": "This tag for test is in progress"
},
{
"value": "test-completed",
"expanded": "This tag for test reaches completion"
},
{
"value": "target",
"expanded": "This tag for target test machine"
},
{
"value": "payload",
"expanded": "This tag is to retrieve all APT related payloads"
},
{
"value": "payload-executable-binary",
"expanded": "Type 1, aka compiled codes."
},
{
"value": "payload-script",
"expanded": "Type 2, aka interpreted codes."
},
{
"value": "payload-content",
"expanded": "Type 3, exploits-based eg. pdf, msoffice, images, videos, audio, fonts, active-contents"
}
],
"values": null
}