mirror of https://github.com/MISP/misp-objects
added cheat types and minor changes
parent
5eea5eae14
commit
3c7ee6214e
|
@ -17,27 +17,30 @@
|
||||||
"ui-priority": 9
|
"ui-priority": 9
|
||||||
},
|
},
|
||||||
"cheat-type": {
|
"cheat-type": {
|
||||||
"description": "Select the type of cheat.",
|
"description": "Select a type of cheat.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 11,
|
"ui-priority": 11,
|
||||||
"values_list": [
|
"values_list": [
|
||||||
"Aimbot",
|
"Aimbot",
|
||||||
|
"Artificial lag",
|
||||||
"Auto farmer",
|
"Auto farmer",
|
||||||
"Boosting",
|
|
||||||
"DDoS",
|
"DDoS",
|
||||||
"Disconnecting",
|
"Disconnecting",
|
||||||
"Exploit",
|
"Exploit",
|
||||||
"Fly",
|
"Fly",
|
||||||
"Force field",
|
"Force field",
|
||||||
|
"Full brightness",
|
||||||
"Ghosting",
|
"Ghosting",
|
||||||
"God mode",
|
"God mode",
|
||||||
"Invicibility",
|
"Invicibility",
|
||||||
"Macros",
|
"Macros",
|
||||||
|
"No clip",
|
||||||
|
"No fog",
|
||||||
"RapidFire",
|
"RapidFire",
|
||||||
"Scripting",
|
"Scripting",
|
||||||
|
"Show Hitboxes",
|
||||||
"Wallhack",
|
"Wallhack",
|
||||||
"Win trading",
|
|
||||||
"Others"
|
"Others"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -59,9 +62,9 @@
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"ig-cheat-behaviour": {
|
"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.'",
|
"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,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "comment",
|
||||||
"ui-priority": 10
|
"ui-priority": 10
|
||||||
},
|
},
|
||||||
"implementation": {
|
"implementation": {
|
||||||
|
@ -93,6 +96,7 @@
|
||||||
"description": "Cheatware price, 0 if free.",
|
"description": "Cheatware price, 0 if free.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
"ui-priority": 6
|
"ui-priority": 6
|
||||||
},
|
},
|
||||||
"webpage": {
|
"webpage": {
|
||||||
|
@ -109,5 +113,5 @@
|
||||||
"cheat-type"
|
"cheat-type"
|
||||||
],
|
],
|
||||||
"uuid": "ab31f87b-f8ac-4dfc-b610-359302b4e86b",
|
"uuid": "ab31f87b-f8ac-4dfc-b610-359302b4e86b",
|
||||||
"version": 7
|
"version": 9
|
||||||
}
|
}
|
Loading…
Reference in New Issue