Hello everyone.
Following the announcement made by CERT-FR
(https://www.cert.ssi.gouv.fr/alerte/CER ... 0-ALE-019/)
, EMOTET is back!
The resources in this post provide tools such as EmoCheck (
https://github.com/JPCERTCC/EmoCheck
Is it possible to prepare an official package at WAPT so that sysadmins/technicians can deploy it on their systems?
Thank you in advance
. Best regards.
[RESOLVED] Emocheck packet to verify the presence of EMOTET
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Good morning,
The package has been successfully prepared and is available here: https://store.wapt.fr/store/tis-emocheck
As a bonus, here is the reporting command:
Sincerely,
Jimmy
The package has been successfully prepared and is available here: https://store.wapt.fr/store/tis-emocheck
As a bonus, here is the reporting command:
Code: Select all
SELECT computer_name, last_audit_status, package, last_audit_output FROM hosts h
LEFT JOIN hostpackagesstatus hps
ON h.uuid = hps.host_id
WHERE package LIKE 'tis-emocheck'Jimmy
This reporting command is the absolute holy grail,
You should add it to your WAPT documentation.
Jacky
You should add it to your WAPT documentation.
Jacky
jpele wrote: ↑September 18, 2020 - 11:05 Good morning,
The package has been successfully prepared and is available here: https://store.wapt.fr/store/tis-emocheck
As a bonus, here is the reporting command:
Sincerely,Code: Select all
SELECT computer_name, last_audit_status, package, last_audit_output FROM hosts h LEFT JOIN hostpackagesstatus hps ON h.uuid = hps.host_id WHERE package LIKE 'tis-emocheck'
Jimmy
