ET MALWARE Dridex Post Check-in Activity


Query · suricata

flow:established,to_server;
threshold:type limit,track by_src,count 1,seconds 60;
http.method;
content:"POST";
http.user_agent;
content:"Mozilla/5.0 (Windows NT 6.1|3b 20|Trident/7.0|3b 20|rv|3a|10.0) like Gecko"; fast_pattern; depth:61; endswith;
http.host;
pcre:"/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/";
http.connection;
content:"Close"; depth:5; endswith;
http.protocol;
content:"HTTP/1.1";
http.header_names;
content:"|0d 0a|Host|0d 0a|"; depth:8;
content:"Connection|0d 0a|"; distance:0;
content:!"Referer|0d 0a|";
Raw source ET MALWARE Dridex Post Check-in Activity · 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 Dridex Post Check-in Activity";
    flow:established,to_server;
    threshold:type limit,track by_src,count 1,seconds 60;
    http.method;
    content:"POST";
    http.user_agent;
    content:"Mozilla/5.0 (Windows NT 6.1|3b 20|Trident/7.0|3b 20|rv|3a|10.0) like Gecko"; fast_pattern; depth:61; endswith;
    http.host;
    pcre:"/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/";
    http.connection;
    content:"Close"; depth:5; endswith;
    http.protocol;
    content:"HTTP/1.1";
    http.header_names;
    content:"|0d 0a|Host|0d 0a|"; depth:8;
    content:"Connection|0d 0a|"; distance:0;
    content:!"Referer|0d 0a|";
    reference:md5,ac6ea1e500de772341a2075a7d916d63;
    classtype:trojan-activity;
    sid:2020064; rev:5;
    metadata:created_at 2014_12_23, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_11_03;
)

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.