Skip to content

Commit

Permalink
Updates and minor changes
Browse files Browse the repository at this point in the history
Kept technical cheats and added some
ig-cheat-behaviour and implementation-details changed to "comment"
multiple prices
  • Loading branch information
enes-usta committed Mar 15, 2022
1 parent 129d91f commit b0ed6a3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

<p align="right">(<a href="#top">back to top</a>)</p>
Expand All @@ -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.*
Expand Down
20 changes: 12 additions & 8 deletions definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
Expand All @@ -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": {
Expand All @@ -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": {
Expand All @@ -93,6 +96,7 @@
"description": "Cheatware price, 0 if free.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 6
},
"webpage": {
Expand All @@ -109,5 +113,5 @@
"cheat-type"
],
"uuid": "ab31f87b-f8ac-4dfc-b610-359302b4e86b",
"version": 7
"version": 9
}

0 comments on commit b0ed6a3

Please sign in to comment.