ET RETIRED Suspicious Request for bd.log


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/bd.log"; fast_pattern;
http.header;
content:"HOST|3a 20|";
target:src_ip;
Raw source ET RETIRED Suspicious Request for bd.log · 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 RETIRED Suspicious Request for bd.log";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/bd.log"; fast_pattern;
    http.header;
    content:"HOST|3a 20|";
    reference:url,www.jamf.com/blog/jtl-malware-pirated-applications/;
    classtype:trojan-activity;
    sid:2050248; rev:2;
    metadata:affected_product Mac_OSX, attack_target Client_Endpoint, created_at 2024_01_19, deployment Perimeter, former_category HUNTING, performance_impact Low, confidence High, signature_severity Major, updated_at 2025_04_17, reviewed_at 2025_04_17;
    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.