ET MALWARE Goldoon Botnet Payload Retrieval Attempt


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/bins/"; startswith;
http.user_agent;
content:"FBI-Agent|20 28|Checking You|29|"; fast_pattern;
target:src_ip;
Raw source ET MALWARE Goldoon Botnet Payload Retrieval Attempt · 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 Goldoon Botnet Payload Retrieval Attempt";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/bins/"; startswith;
    http.user_agent;
    content:"FBI-Agent|20 28|Checking You|29|"; fast_pattern;
    reference:url,www.fortinet.com/blog/threat-research/new-goldoon-botnet-targeting-d-link-devices;
    classtype:trojan-activity;
    sid:2052394; 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 High, 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.