ET MALWARE Qbot Payload Request (2023-03-13) M3


Query · suricata

flow:established,to_server;
urilen:<21;
http.method;
content:"GET";
http.uri;
content:".js?3"; fast_pattern;
isdataat:!5,relative;
content:!"=";
pcre:"/^\/(?P<base_dir>[a-z]{2,4})\/(?P=base_dir)\.js\?3[0-9]{4}$/";
http.header_names;
content:!"|0d 0a|Referer|0d 0a|";
target:src_ip;
Raw source ET MALWARE Qbot Payload Request (2023-03-13) M3 · 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 Qbot Payload Request (2023-03-13) M3";
    flow:established,to_server;
    urilen:<21;
    http.method;
    content:"GET";
    http.uri;
    content:".js?3"; fast_pattern;
    isdataat:!5,relative;
    content:!"=";
    pcre:"/^\/(?P<base_dir>[a-z]{2,4})\/(?P=base_dir)\.js\?3[0-9]{4}$/";
    http.header_names;
    content:!"|0d 0a|Referer|0d 0a|";
    reference:md5,08bf55d1f86d7e69fe1c482637793cc2;
    classtype:trojan-activity;
    sid:2044567; rev:2;
    metadata:attack_target Client_and_Server, created_at 2023_03_13, deployment Perimeter, deployment SSLDecrypt, malware_family Qbot, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_03_24;
    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.