ET MALWARE Bedep Connectivity Check M3


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/stats/eurofxref/eurofxref-hist-90d.xml"; fast_pattern; nocase;
http.host;
content:"www.ecb.europa.eu"; bsize:17;
http.content_type;
content:"application/x-www-form-urlencoded"; bsize:33;
http.user_agent;
pcre:"/(?:\x20MSIE\x20|rv\x3a11)/i";
Raw source ET MALWARE Bedep Connectivity Check M3 · 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 Bedep Connectivity Check M3";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/stats/eurofxref/eurofxref-hist-90d.xml"; fast_pattern; nocase;
    http.host;
    content:"www.ecb.europa.eu"; bsize:17;
    http.content_type;
    content:"application/x-www-form-urlencoded"; bsize:33;
    http.user_agent;
    pcre:"/(?:\x20MSIE\x20|rv\x3a11)/i";
    classtype:trojan-activity;
    sid:2022519; rev:5;
    metadata:created_at 2016_02_13, confidence High, signature_severity Major, updated_at 2020_08_04;
)

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.