ET MALWARE Goldoon Botnet CnC Checkin (SystemInfo)


Query · suricata

flow:established,to_server;
flowbits:set,ET.Goldoon.Checkin;
dsize:10;
content:"SystemInfo"; fast_pattern;
target:src_ip;

Rule dependencies

Feeds into

  • 1 rule read ET.Goldoon.Checkin · view all
Raw source ET MALWARE Goldoon Botnet CnC Checkin (SystemInfo) · 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 any (
    msg:"ET MALWARE Goldoon Botnet CnC Checkin (SystemInfo)";
    flow:established,to_server;
    flowbits:set,ET.Goldoon.Checkin;
    dsize:10;
    content:"SystemInfo"; fast_pattern;
    reference:url,www.fortinet.com/blog/threat-research/new-goldoon-botnet-targeting-d-link-devices;
    classtype:trojan-activity;
    sid:2052395; rev:1;
    metadata:affected_product Any, attack_target Client_and_Server, tls_state plaintext, created_at 2024_05_03, deployment Perimeter, malware_family Goldoon, performance_impact Low, confidence Medium, signature_severity Major, updated_at 2024_05_03;
    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.