ET MALWARE SmokeBot grab data plaintext


Query · suricata

flow:established,to_server;
http.request_body;
content:"cmd=grab&data="; fast_pattern;
content:"&login=";
Raw source ET MALWARE SmokeBot grab data plaintext · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE SmokeBot grab data plaintext";
    flow:established,to_server;
    http.request_body;
    content:"cmd=grab&data="; fast_pattern;
    content:"&login=";
    classtype:trojan-activity;
    sid:2016011; rev:6;
    metadata:created_at 2012_12_08, signature_severity Major, updated_at 2020_09_17;
)

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.