ET MALWARE GorillaBot CnC Server Probe


Query · suricata

flow:established,to_server;
flowbits:set,ET.GorillaBot.Probe;
dsize:1;
content:"|01|";
target:src_ip;

Rule dependencies

Feeds into

  • 1 rule read ET.GorillaBot.Probe · view all
Raw source ET MALWARE GorillaBot CnC Server Probe · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp-pkt $HOME_NET any -> $EXTERNAL_NET 38242 (
    msg:"ET MALWARE GorillaBot CnC Server Probe";
    flow:established,to_server;
    flowbits:set,ET.GorillaBot.Probe;
    dsize:1;
    content:"|01|";
    reference:url,any.run/cybersecurity-blog/gorillabot-malware-analysis/;
    classtype:command-and-control;
    sid:2062886; rev:1;
    metadata:affected_product Linux, attack_target Client_Endpoint, tls_state plaintext, created_at 2025_06_11, deployment Perimeter, malware_family Gorillabot, confidence Low, signature_severity Major, updated_at 2025_06_11, mitre_tactic_id TA0011, mitre_tactic_name Command_And_Control, mitre_technique_id T1095, mitre_technique_name Non_Application_Layer_Protocol;
    target:src_ip;
)

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.