-
Notifications
You must be signed in to change notification settings - Fork 139
/
Copy pathmachinetag.json
57 lines (57 loc) · 1.92 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
{
"namespace": "access-method",
"description": "The access method used to remotely access a system.",
"version": 1,
"expanded": "Access method",
"predicates": [
{
"value": "brute-force",
"expanded": "Brute force",
"description": "Access was gained through systematic trial of credentials in bulk.",
"uuid": "53ac0d7d-30a2-58ae-89c2-24455c2fd5ec"
},
{
"value": "password-guessing",
"expanded": "Password guessing",
"description": "Access was gained through guessing passwords through trial and error.",
"uuid": "32c2ccb1-9045-5240-8527-ab88f9d5da2d"
},
{
"value": "remote-desktop-application",
"expanded": "Remote desktop application",
"description": "Access was gained through an application designed for remote access.",
"uuid": "0c048b97-ad87-57c2-b527-6d81eb651927"
},
{
"value": "stolen-credentials",
"expanded": "Stolen credentials",
"description": "Access was gained with stolen credentials.",
"uuid": "ab702036-0c42-57ed-9fcf-c8d47becc188"
},
{
"value": "pass-the-hash",
"expanded": "Pass the hash",
"description": "Access was gained through use of an existing known hash.",
"uuid": "a5e6c4a5-226e-5b59-bb5e-77915f5efdf3"
},
{
"value": "default-credentials",
"expanded": "Default credentials",
"description": "Access was gained through use of the system's default credentials.",
"uuid": "afb5adbe-3386-5d97-aba2-295cfe33faf1"
},
{
"value": "shell",
"expanded": "Shell",
"description": "Access was gained through the use of a shell.",
"uuid": "1b90a828-8003-5df0-a1d5-86f4f369fb91"
},
{
"value": "other",
"expanded": "Other",
"description": "Access was gained through another method.",
"uuid": "da1ff38e-8538-56cc-b89e-c139fb6a4ebd"
}
],
"uuid": "f8953dae-9821-5003-8a6e-87f53370efc8"
}