-
Notifications
You must be signed in to change notification settings - Fork 1
/
definition.json
117 lines (117 loc) · 3.39 KB
/
definition.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
{
"attributes": {
"affected-game": {
"description": "Name of the game that is targeted by the cheatware.",
"misp-attribute": "text",
"ui-priority": 7
},
"cheat-name": {
"description": "Known name of the game cheat, if given.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 12
},
"cheat-screenshot": {
"description": "Screenshot of the cheat at work.",
"misp-attribute": "attachment",
"ui-priority": 9
},
"cheat-type": {
"description": "Select a type of cheat.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 11,
"values_list": [
"Aimbot",
"Artificial lag",
"Auto farmer",
"DDoS",
"Disconnecting",
"Exploit",
"Fly",
"Force field",
"Full brightness",
"Ghosting",
"God mode",
"Invicibility",
"Macros",
"No clip",
"No fog",
"RapidFire",
"Scripting",
"Show Hitboxes",
"Wallhack",
"Others"
]
},
"cheat-version": {
"description": "Any information about the cheatware version.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 8
},
"compilation-date": {
"description": "Compilation date of the game cheat, if known.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 5
},
"creator": {
"description": "Individual and/or Group and/or Organization that created the cheat.",
"misp-attribute": "threat-actor",
"ui-priority": 1
},
"ig-cheat-behaviour": {
"description": "Describe the in-game behaviour of the cheat (e.g. You selected 'Aim Bot', here you can add details like 'Activate by pressing F7, Deactivate by pressing F8. Not detected be Easy Anti-Cheat.')",
"disable_correlation": true,
"misp-attribute": "comment",
"ui-priority": 10
},
"implementation": {
"description": "How cheatware is implemented",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 4,
"values_list": [
"Game code modification",
"In-memory data manipulation",
"System software modification",
"Packet interception and manipulation"
]
},
"implementation-details": {
"description": "Additionnal informations about the implementation of the cheatware. (e.g. Requires to swap a dll file.)",
"disable_correlation": true,
"misp-attribute": "comment",
"ui-priority": 3
},
"operating-system": {
"description": "Operating system required and its version.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 2
},
"pricing": {
"description": "Cheatware price, 0 if free.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 6
},
"webpage": {
"description": "Place where the cheat is promoted. Website, Forum, Download page, ...",
"misp-attribute": "url",
"ui-priority": 0
}
},
"description": "Describes a game cheat or a cheatware.",
"meta-category": "misc",
"name": "game-cheat",
"required": [
"affected-game",
"cheat-type"
],
"uuid": "ab31f87b-f8ac-4dfc-b610-359302b4e86b",
"version": 9
}