ET MALWARE GET to Google with specific HTTP lib likely Cycbot/Bifrose/Kryptic checking Internet connection


Query · suricata

flow:established,to_server;
urilen:1;
http.method;
content:"GET";
http.host;
content:"www.google.com";
http.connection;
content:"close"; nocase;
http.header_names;
content:"|0d 0a|Connection|0d 0a|Host|0d 0a|Pragma|0d 0a 0d 0a|"; endswith; fast_pattern;
Raw source ET MALWARE GET to Google with specific HTTP lib likely Cycbot/Bifrose/Kryptic checking Internet connection · 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 GET to Google with specific HTTP lib likely Cycbot/Bifrose/Kryptic checking Internet connection";
    flow:established,to_server;
    urilen:1;
    http.method;
    content:"GET";
    http.host;
    content:"www.google.com";
    http.connection;
    content:"close"; nocase;
    http.header_names;
    content:"|0d 0a|Connection|0d 0a|Host|0d 0a|Pragma|0d 0a 0d 0a|"; endswith; fast_pattern;
    classtype:command-and-control;
    sid:2012645; rev:7;
    metadata:created_at 2011_04_06, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_15;
)

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.