chg: [static] updated

pull/62/head
Alexandre Dulaunoy 2022-03-25 09:16:40 +01:00
parent 69553ba666
commit e12e4f9cb5
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
9 changed files with 57131 additions and 49754 deletions

View File

@ -2,11 +2,109 @@ Changelog
=========
v2.4.157 (2022-03-25)
---------------------
New
~~~
- [event locks] have an option to disable them. [iglocska]
- it's annoying and causes headaches
- as discussed in #8204
Changes
~~~~~~~
- [VERSION] bump. [iglocska]
- [misp-objects] updated. [Alexandre Dulaunoy]
- [server sync] update to the previous fix to include the recursive
condition. [iglocska]
- instead of just replacing the condition with the contain list, include both to get the performance gains back
- [PyMISP] Bump version. [Raphaël Vinot]
- [misp-objects] updated. [Alexandre Dulaunoy]
- [server sync] update to the previous fix to include the recursive
condition. [iglocska]
- instead of just replacing the condition with the contain list, include both to get the performance gains back
- [PyMISP] Bump version. [Raphaël Vinot]
- [warning-lists] updated. [Alexandre Dulaunoy]
- [misp-galaxy] updated to the latest version. [Alexandre Dulaunoy]
- [misp-objects] updated. [Alexandre Dulaunoy]
- [PyMISP] updated. [Alexandre Dulaunoy]
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
- [UI] Update jQuery to 3.6.0. [Jakub Onderka]
- [UI] Open modal without onclick vol. 2. [Jakub Onderka]
- [UI] Open modal without onclick. [Jakub Onderka]
- [internal] Throw exception if Redis class not found. [Jakub Onderka]
Fix
~~~
- [notice error] in the event view fixed. [iglocska]
- [authkeys] tighter controls over adding authkeys. [iglocska]
- only allow to add authkeys to your own user and any user in your own organisation that is not org admin / site admin
- correctly filter the authkey add dialogue for the requested user if going through a user profile
- as reported by @oivindoh
- [sync] publishing sharing group events fail to sync - fixed.
[iglocska]
- code cleanup removed related models, including remote org which is needed to check if the remote is to receive an event
- as reported by @treyka
- [publish] button missing for users, fixes #8233. [iglocska]
- [UI] Do not log exception for invalid key. [Jakub Onderka]
- [UI] Undefined variable debugMode. [Jakub Onderka]
- [internal] Code style. [Jakub Onderka]
- [api] Validate attribute type to avoid warnings. [Jakub Onderka]
- [UI] Undefined variable. [Jakub Onderka]
- [cryptographic signing] added more graceful failures when GPG isn't
configured. [iglocska]
Other
~~~~~
- Merge branch 'develop' into 2.4. [iglocska]
- Merge branch '2.4' into develop. [iglocska]
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [Alexandre
Dulaunoy]
- Merge branch 'develop' of github.com:MISP/MISP into develop.
[iglocska]
- Merge branch '2.4' into develop. [iglocska]
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
- Merge branch 'develop' of github.com:MISP/MISP into develop.
[Alexandre Dulaunoy]
- Merge branch '2.4' into develop. [Alexandre Dulaunoy]
- Merge branch '2.4' into develop. [iglocska]
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
- Merge branch 'develop' of github.com:MISP/MISP into develop.
[iglocska]
- Merge pull request #8231 from JakubOnderka/fix-undefined-variable.
[Jakub Onderka]
chg: [UI] Open modal without onclick
- Merge pull request #8228 from JakubOnderka/validate-attribute-type.
[Jakub Onderka]
fix: [api] Validate attribute type to avoid warnings
- Merge pull request #8227 from JakubOnderka/redis-exception. [Jakub
Onderka]
chg: [internal] Throw exception if Redis class not found
- Merge pull request #8230 from JakubOnderka/fix-undefined-variable.
[Jakub Onderka]
fix: [UI] Undefined variable
- Merge branch '2.4' into develop. [iglocska]
- Merge branch '2.4' into develop. [iglocska]
v2.4.156 (2022-03-18)
---------------------
New
~~~
- Add setting for allowing svg org logos. [Luciano Righetti]
- [instance key ingestion] added caching. [iglocska]
- cache the fingerprint of the instance for 5 minutes
@ -72,6 +170,9 @@ New
Changes
~~~~~~~
- [cryptograhicKey] Simplified code for event pushing. [Jakub Onderka]
- [events:restSearchExport] Format export based on the responseType.
[Sami Mokaddem]
- [queryversion] bumped. [iglocska]
- [taxonomies] updated to the latest version. [Alexandre Dulaunoy]
- [misp-galaxy] updated. [Alexandre Dulaunoy]
@ -150,6 +251,14 @@ Changes
Fix
~~~
- [event view] make having a valid PGP setup optional for viewing
events. [iglocska]
- don't throw an exception, rather set an empty key
- [security] a malicious site administrator could store an XSS payload
in a svg org logo which would be executed if someone opens the direct
link to the image, as reported by Ianis BERNARD - NATO Cyber Security
Centre. [Luciano Righetti]
- [signing] fail gracefully if pgp not configured on event index.
[iglocska]
@ -242,6 +351,21 @@ Fix
Other
~~~~~
- Merge pull request #8218 from righel/org-svg-logo-setting. [Alexandre
Dulaunoy]
new: add setting for allowing svg org logos
- Merge branch 'org-svg-logo-setting' of github.com:righel/MISP into
org-svg-logo-setting. [Luciano Righetti]
- Merge branch 'develop' of github.com:MISP/MISP into develop.
[iglocska]
- Merge branch 'develop' of github.com:MISP/MISP into develop. [Sami
Mokaddem]
- Merge pull request #8215 from JakubOnderka/pgp-signature-optim. [Jakub
Onderka]
chg: [cryptograhicKey] Simplified code for event pushing
- Merge branch '2.4' into develop. [iglocska]
- Merge branch 'develop' into 2.4. [iglocska]
- Merge branch 'develop' of github.com:MISP/MISP into develop.
[iglocska]

View File

@ -2,11 +2,17 @@ Changelog
=========
%%version%% (unreleased)
------------------------
v2.4.157 (2022-03-24)
---------------------
Changes
~~~~~~~
- Bump object templates. [Raphaël Vinot]
- Bump changelog. [Raphaël Vinot]
- Bump changelog. [Raphaël Vinot]
- Bump version. [Raphaël Vinot]
- Bump deps, objects. [Raphaël Vinot]
- [tests] reverted. [Alexandre Dulaunoy]
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
- [tests] subversion are supported. [Alexandre Dulaunoy]

View File

@ -1,6 +1,25 @@
# Changelog
## %%version%% (unreleased)
### Changes
* [ransomware] UUID fixed. [Alexandre Dulaunoy]
* [botnet] duplicate UUIDs replaced. [Alexandre Dulaunoy]
* [ransomware] replace duplicate UUIDs. [Alexandre Dulaunoy]
### Other
* Merge pull request #692 from botlabsDev/patch-1. [Alexandre Dulaunoy]
Added some Ransomware and Botnet names
* Add Rook Ransomware, Pandora Ranomsware, Astro Locker, Mount Locker, Ripprbot, Abcbot Cyclops Blink and Elknot. [botlabsDev]
## v2.4.156 (2022-03-18)
### Other

View File

@ -1,6 +1,52 @@
# Changelog
## %%version%% (unreleased)
### Changes
* [personification] fixed. [Alexandre Dulaunoy]
### Other
* Merge pull request #351 from 0wlyW00d/main. [Alexandre Dulaunoy]
Add new objects to better describe a natural person
* Test. [0wlyW00d]
* Objects add. [0wlyW00d]
* Add news objects to MISP. [0wlyW00d]
Creation of new object to better describe a natural perso
Add CLoth Object
Add Tattoo object
Add Personification Object
* Add tattoo object definition. [0wlyW00d]
* Merge pull request #352 from yodresh/master. [Alexandre Dulaunoy]
Update version SS7 object
* Modified by ./jq_all_the_things.sh. [Alexandre De Oliveira]
* Update object version to v5. [Alexandre De Oliveira]
* Merge pull request #349 from yodresh/master. [Alexandre Dulaunoy]
Update SS7 Object to add more details on GT (Country/Operator/ISO2/TADIG)
* Modified by ./jq_all_the_things.sh. [Alexandre De Oliveira]
* Update definition.json. [Alexandre De Oliveira]
* Run the ./jq_all_the_things.sh. [Alexandre De Oliveira]
* Add fields related to GT. [Alexandre De Oliveira]
## v2.4.156 (2022-03-18)
### Changes

View File

@ -1,6 +1,13 @@
# Changelog
## %%version%% (unreleased)
### Changes
* [warning-lists] updated. [Alexandre Dulaunoy]
## v2.4.156 (2022-03-18)
### Changes

View File

@ -2,11 +2,109 @@ Changelog
=========
v2.4.157 (2022-03-25)
---------------------
New
~~~
- [event locks] have an option to disable them. [iglocska]
- it's annoying and causes headaches
- as discussed in #8204
Changes
~~~~~~~
- [VERSION] bump. [iglocska]
- [misp-objects] updated. [Alexandre Dulaunoy]
- [server sync] update to the previous fix to include the recursive
condition. [iglocska]
- instead of just replacing the condition with the contain list, include both to get the performance gains back
- [PyMISP] Bump version. [Raphaël Vinot]
- [misp-objects] updated. [Alexandre Dulaunoy]
- [server sync] update to the previous fix to include the recursive
condition. [iglocska]
- instead of just replacing the condition with the contain list, include both to get the performance gains back
- [PyMISP] Bump version. [Raphaël Vinot]
- [warning-lists] updated. [Alexandre Dulaunoy]
- [misp-galaxy] updated to the latest version. [Alexandre Dulaunoy]
- [misp-objects] updated. [Alexandre Dulaunoy]
- [PyMISP] updated. [Alexandre Dulaunoy]
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
- [UI] Update jQuery to 3.6.0. [Jakub Onderka]
- [UI] Open modal without onclick vol. 2. [Jakub Onderka]
- [UI] Open modal without onclick. [Jakub Onderka]
- [internal] Throw exception if Redis class not found. [Jakub Onderka]
Fix
~~~
- [notice error] in the event view fixed. [iglocska]
- [authkeys] tighter controls over adding authkeys. [iglocska]
- only allow to add authkeys to your own user and any user in your own organisation that is not org admin / site admin
- correctly filter the authkey add dialogue for the requested user if going through a user profile
- as reported by @oivindoh
- [sync] publishing sharing group events fail to sync - fixed.
[iglocska]
- code cleanup removed related models, including remote org which is needed to check if the remote is to receive an event
- as reported by @treyka
- [publish] button missing for users, fixes #8233. [iglocska]
- [UI] Do not log exception for invalid key. [Jakub Onderka]
- [UI] Undefined variable debugMode. [Jakub Onderka]
- [internal] Code style. [Jakub Onderka]
- [api] Validate attribute type to avoid warnings. [Jakub Onderka]
- [UI] Undefined variable. [Jakub Onderka]
- [cryptographic signing] added more graceful failures when GPG isn't
configured. [iglocska]
Other
~~~~~
- Merge branch 'develop' into 2.4. [iglocska]
- Merge branch '2.4' into develop. [iglocska]
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [Alexandre
Dulaunoy]
- Merge branch 'develop' of github.com:MISP/MISP into develop.
[iglocska]
- Merge branch '2.4' into develop. [iglocska]
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
- Merge branch 'develop' of github.com:MISP/MISP into develop.
[Alexandre Dulaunoy]
- Merge branch '2.4' into develop. [Alexandre Dulaunoy]
- Merge branch '2.4' into develop. [iglocska]
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
- Merge branch 'develop' of github.com:MISP/MISP into develop.
[iglocska]
- Merge pull request #8231 from JakubOnderka/fix-undefined-variable.
[Jakub Onderka]
chg: [UI] Open modal without onclick
- Merge pull request #8228 from JakubOnderka/validate-attribute-type.
[Jakub Onderka]
fix: [api] Validate attribute type to avoid warnings
- Merge pull request #8227 from JakubOnderka/redis-exception. [Jakub
Onderka]
chg: [internal] Throw exception if Redis class not found
- Merge pull request #8230 from JakubOnderka/fix-undefined-variable.
[Jakub Onderka]
fix: [UI] Undefined variable
- Merge branch '2.4' into develop. [iglocska]
- Merge branch '2.4' into develop. [iglocska]
v2.4.156 (2022-03-18)
---------------------
New
~~~
- Add setting for allowing svg org logos. [Luciano Righetti]
- [instance key ingestion] added caching. [iglocska]
- cache the fingerprint of the instance for 5 minutes
@ -72,6 +170,9 @@ New
Changes
~~~~~~~
- [cryptograhicKey] Simplified code for event pushing. [Jakub Onderka]
- [events:restSearchExport] Format export based on the responseType.
[Sami Mokaddem]
- [queryversion] bumped. [iglocska]
- [taxonomies] updated to the latest version. [Alexandre Dulaunoy]
- [misp-galaxy] updated. [Alexandre Dulaunoy]
@ -150,6 +251,14 @@ Changes
Fix
~~~
- [event view] make having a valid PGP setup optional for viewing
events. [iglocska]
- don't throw an exception, rather set an empty key
- [security] a malicious site administrator could store an XSS payload
in a svg org logo which would be executed if someone opens the direct
link to the image, as reported by Ianis BERNARD - NATO Cyber Security
Centre. [Luciano Righetti]
- [signing] fail gracefully if pgp not configured on event index.
[iglocska]
@ -242,6 +351,21 @@ Fix
Other
~~~~~
- Merge pull request #8218 from righel/org-svg-logo-setting. [Alexandre
Dulaunoy]
new: add setting for allowing svg org logos
- Merge branch 'org-svg-logo-setting' of github.com:righel/MISP into
org-svg-logo-setting. [Luciano Righetti]
- Merge branch 'develop' of github.com:MISP/MISP into develop.
[iglocska]
- Merge branch 'develop' of github.com:MISP/MISP into develop. [Sami
Mokaddem]
- Merge pull request #8215 from JakubOnderka/pgp-signature-optim. [Jakub
Onderka]
chg: [cryptograhicKey] Simplified code for event pushing
- Merge branch '2.4' into develop. [iglocska]
- Merge branch 'develop' into 2.4. [iglocska]
- Merge branch 'develop' of github.com:MISP/MISP into develop.
[iglocska]

File diff suppressed because it is too large Load Diff

View File

@ -568,6 +568,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
<li><a href="#_ftm_vessel">ftm-Vessel</a></li>
<li><a href="#_ftm_video">ftm-Video</a></li>
<li><a href="#_ftm_workbook">ftm-Workbook</a></li>
<li><a href="#_game_cheat">game-cheat</a></li>
<li><a href="#_geolocation">geolocation</a></li>
<li><a href="#_git_vuln_finder">git-vuln-finder</a></li>
<li><a href="#_github_user">github-user</a></li>
@ -7429,6 +7430,19 @@ ddos is a MISP object available in JSON format at <a href="https://github.com/MI
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">backscatter-threshold</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">counter</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>The minimum amount of backscatter received in 5 minutes / day. This field is only used when the capture origin is indirect network capture such as backscatter.</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">capture-origin</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">text</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
@ -9735,7 +9749,7 @@ employee is a MISP object available in JSON format at <a href="https://github.co
<h2 id="_error_message"><a class="anchor" href="#_error_message"></a><a class="link" href="#_error_message">error-message</a></h2>
<div class="sectionbody">
<div class="paragraph">
<p>An error message which can be related to the processing of data such as import, export scripts.</p>
<p>An error message which can be related to the processing of data such as import, export scripts from the original MISP instance.</p>
</div>
<div class="admonitionblock note">
<table>
@ -9768,26 +9782,26 @@ error-message is a MISP object available in JSON format at <a href="https://gith
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">source</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">message</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">text</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Source of the error message ['misp-stix', 'lief', 'other']</p>
<p>Content of the error message.</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">message</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">source</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">text</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Content of the error message</p>
<p>Source of the error message. ['misp-stix', 'lief', 'other']</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
@ -36239,6 +36253,215 @@ ftm-Workbook is a MISP object available in JSON format at <a href="https://githu
</div>
</div>
<div class="sect1">
<h2 id="_game_cheat"><a class="anchor" href="#_game_cheat"></a><a class="link" href="#_game_cheat">game-cheat</a></h2>
<div class="sectionbody">
<div class="paragraph">
<p>Describes a game cheat or a cheatware.</p>
</div>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
game-cheat is a MISP object available in JSON format at <a href="https://github.com/MISP/misp-objects/blob/main/objects/game-cheat/definition.json"><strong>this location</strong></a> The JSON format can be freely reused in your application or automatically enabled in <a href="https://www.github.com/MISP/MISP">MISP</a>.
</td>
</tr>
</table>
</div>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 20%;">
<col style="width: 20%;">
<col style="width: 20%;">
<col style="width: 20%;">
<col style="width: 20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Object attribute</th>
<th class="tableblock halign-left valign-top">MISP attribute type</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Disable correlation</th>
<th class="tableblock halign-left valign-top">Multiple</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">affected-game</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">text</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Name of the game that is targeted by the cheatware.</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">cheat-name</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">text</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Known name of the game cheat, if given.</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">cheat-screenshot</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">attachment</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Screenshot of the cheat at work.</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">cheat-type</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">text</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Select a type of cheat. ['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']</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">cheat-version</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">text</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Any information about the cheatware version.</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">compilation-date</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">datetime</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Compilation date of the game cheat, if known.</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">creator</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">threat-actor</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Individual and/or Group and/or Organization that created the cheat.</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">ig-cheat-behaviour</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">comment</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>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.')</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">implementation</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">text</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>How cheatware is implemented ['Game code modification', 'In-memory data manipulation', 'System software modification', 'Packet interception and manipulation']</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">implementation-details</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">text</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Additionnal informations about the implementation of the cheatware. (e.g. Requires to swap a dll file.)</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">operating-system</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">text</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Operating system required and its version.</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">pricing</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">text</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Cheatware price, 0 if free.</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">webpage</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">url</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Place where the cheat is promoted. Website, Forum, Download page, &#8230;&#8203;</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="sect1">
<h2 id="_geolocation"><a class="anchor" href="#_geolocation"></a><a class="link" href="#_geolocation">geolocation</a></h2>
<div class="sectionbody">
<div class="paragraph">
@ -39018,7 +39241,7 @@ instant-message is a MISP object available in JSON format at <a href="https://gi
<td class="tableblock halign-left valign-top"><p class="tableblock">app-used</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">text</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>The IM application used to send the message. ['WhatsApp', 'Google Hangouts', 'Facebook Messenger', 'Telegram', 'Signal', 'WeChat', 'BlackBerry Messenger', 'TeamSpeak', 'TorChat', 'Tox', 'RetroShare', 'Slack', 'Wire', 'Threema', 'Discord', 'Mumble']</p>
<p>The IM application used to send the message. ['WhatsApp', 'Google Hangouts', 'Facebook Messenger', 'Telegram', 'Signal', 'WeChat', 'BlackBerry Messenger', 'TeamSpeak', 'TorChat', 'Tox', 'RetroShare', 'Slack', 'Wire', 'Threema', 'Discord', 'Mumble', 'Jabber', 'Twitter']</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
@ -42145,6 +42368,32 @@ ip-port is a MISP object available in JSON format at <a href="https://github.com
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">AS</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">AS</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Autonomous system</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">country-code</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">text</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Country Code</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">domain</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">domain</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
@ -42249,13 +42498,26 @@ ip-port is a MISP object available in JSON format at <a href="https://github.com
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">protocol</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">text</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Protocol</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">src-port</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">port</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Source port</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
@ -49879,6 +50141,19 @@ person is a MISP object available in JSON format at <a href="https://github.com/
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">handle</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">text</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Handle used by the user in application.</p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-minus"></i></span></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><span class="icon"><i class="fa fa-check"></i></span></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">identity-card-number</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">identity-card-number</p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
@ -68258,7 +68533,7 @@ youtube-video is a MISP object available in JSON format at <a href="https://gith
</div>
<div id="footer">
<div id="footer-text">
Last updated 2022-02-17 11:38:28 +0100
Last updated 2022-03-17 15:53:45 +0100
</div>
</div>
</body>

File diff suppressed because it is too large Load Diff