diff --git a/README.md b/README.md index 89b28ed..502731d 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,9 @@ For more information checkout official [MISP Github Repository](https://github.c * [MISP Documentation](https://www.misp-project.org) * [Google Search Bar](https://www.google.com) +* [Wikipedia EN - Cheating in video games](https://en.wikipedia.org/wiki/Cheating_in_video_games) +* [Wikipedia EN - Cheating in online games](https://en.wikipedia.org/wiki/Cheating_in_online_games) +* [Wikipedia FR - Cheat](https://fr.wikipedia.org/wiki/Cheat) * [Toilet Paper ???](http://papertoilet.com/)

(back to top)

@@ -106,7 +109,7 @@ Here we will quickly describe the technical implementation of our MISP object. Y ***Attributes :*** * `cheat-name` : *Known name of the game cheat, if given.* -* `cheat-type` : *Select the type of cheat (from a dropdown menu).* +* `cheat-type` : *Select a type of cheat (from a dropdown menu).* * `ig-cheat-behaviour` : *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.')".* * `cheat-version` : *Any information about the cheatware version.* * `affected-game` : *Name of the game that is targeted by the cheatware.* diff --git a/definition.json b/definition.json index 391fe87..b0970d5 100644 --- a/definition.json +++ b/definition.json @@ -17,27 +17,30 @@ "ui-priority": 9 }, "cheat-type": { - "description": "Select the type of cheat.", + "description": "Select a type of cheat.", "misp-attribute": "text", "multiple": true, "ui-priority": 11, "values_list": [ - "Aim bot", + "Aimbot", + "Artificial lag", "Auto farmer", - "Boosting", "DDoS", "Disconnecting", "Exploit", "Fly", "Force field", + "Full brightness", "Ghosting", "God mode", "Invicibility", "Macros", + "No clip", + "No fog", "RapidFire", "Scripting", + "Show Hitboxes", "Wallhack", - "Win trading", "Others" ] }, @@ -59,9 +62,9 @@ "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.'", + "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": "text", + "misp-attribute": "comment", "ui-priority": 10 }, "implementation": { @@ -79,7 +82,7 @@ "implementation-details": { "description": "Additionnal informations about the implementation of the cheatware. (e.g. Requires to swap a dll file.)", "disable_correlation": true, - "misp-attribute": "text", + "misp-attribute": "comment", "ui-priority": 3 }, "operating-system": { @@ -93,6 +96,7 @@ "description": "Cheatware price, 0 if free.", "disable_correlation": true, "misp-attribute": "text", + "multiple": true, "ui-priority": 6 }, "webpage": { @@ -109,5 +113,5 @@ "cheat-type" ], "uuid": "ab31f87b-f8ac-4dfc-b610-359302b4e86b", - "version": 7 + "version": 9 } \ No newline at end of file