ET MALWARE Dmechant Exfil Cryptowallets via SMTP


Query · suricata

flow:established,to_server;
content:"|0d 0a|Subject|3a 20|Cryptowallets|3a 3a 3a 3a|";
Raw source ET MALWARE Dmechant Exfil Cryptowallets via SMTP · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert smtp $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE Dmechant Exfil Cryptowallets via SMTP";
    flow:established,to_server;
    content:"|0d 0a|Subject|3a 20|Cryptowallets|3a 3a 3a 3a|";
    reference:md5,e2da54028e5172ac42c89bc2271a2bb8;
    reference:url,www.fortinet.com/blog/threat-research/fresh-malware-hunts-for-crypto-wallet-and-credentials;
    classtype:command-and-control;
    sid:2033413; rev:1;
    metadata:created_at 2021_07_25, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_07_25;
)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.