ET MALWARE Dridex/Bugat/Feodo Cookie


Query · suricata

flow:established,to_client;
http.cookie;
content:"tfardci_session="; depth:16;
Raw source ET MALWARE Dridex/Bugat/Feodo Cookie · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE Dridex/Bugat/Feodo Cookie";
    flow:established,to_client;
    http.cookie;
    content:"tfardci_session="; depth:16;
    reference:md5,2ddb6cb347eb7939545a1801c72f1f3f;
    classtype:trojan-activity;
    sid:2018770; rev:5;
    metadata:created_at 2014_07_24, signature_severity Major, updated_at 2020_05_01;
)

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.