FakeM_Generic Malware Hash - Detect
ID: fakem-malware-hash
Severity: info
Author: pussycat0x
Tags: malware,apt,fakem
Description
Section titled “Description”Detects FakeM malware samples
YAML Source
Section titled “YAML Source”id: fakem-malware-hashinfo: name: FakeM_Generic Malware Hash - Detect author: pussycat0x severity: info description: | Detects FakeM malware samples reference: - http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/ - https://github.com/Yara-Rules/rules/blob/master/malware/MALW_FakeM.yar tags: malware,apt,fakem
file: - extensions: - all
matchers: - type: dsl dsl: - "sha256(raw) == '631fc66e57acd52284aba2608e6f31ba19e2807367e33d8704f572f6af6bd9c3'" - "sha256(raw) == '3d9bd26f5bd5401efa17690357f40054a3d7b438ce8c91367dbf469f0d9bd520'" - "sha256(raw) == '53af257a42a8f182e97dcbb8d22227c27d654bea756d7f34a80cc7982b70aa60'" - "sha256(raw) == '4a4dfffae6fc8be77ac9b2c67da547f0d57ffae59e0687a356f5105fdddc88a3'" - "sha256(raw) == '7bfbf49aa71b8235a16792ef721b7e4195df11cb75371f651595b37690d108c8'" - "sha256(raw) == '12dedcdda853da9846014186e6b4a5d6a82ba0cf61d7fa4cbe444a010f682b5d'" - "sha256(raw) == '9adda3d95535c6cf83a1ba08fe83f718f5c722e06d0caff8eab4a564185971c5'" - "sha256(raw) == '3209ab95ca7ee7d8c0140f95bdb61a37d69810a7a23d90d63ecc69cc8c51db90'" - "sha256(raw) == '41948c73b776b673f954f497e09cc469d55f27e7b6e19acb41b77f7e64c50a33'" - "sha256(raw) == '53cecc0d0f6924eacd23c49d0d95a6381834360fbbe2356778feb8dd396d723e'" - "sha256(raw) == '523ad50b498bfb5ab688d9b1958c8058f905b634befc65e96f9f947e40893e5b'" condition: or# digest: 4a0a00473045022100e4e07e5d02d687567143ed854a2d9c169e5064b1e5c768f6c19a7d88a8a0c9db02205334bfc7439904c19a9bc0ead3f35bc86d8f6011423d1bf9046366c3adb2e093:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "file/malware/hash/fakem-malware-hash.yaml"