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


Query · suricata

flow:established,to_server;
urilen:<21;
http.method;
content:"GET";
http.uri;
content:".js?1"; fast_pattern;
isdataat:!5,relative;
content:!"=";
pcre:"/^\/(?P<base_dir>[a-z]{2,4})\/(?P=base_dir)\.js\?1[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) M1 · 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) M1";
    flow:established,to_server;
    urilen:<21;
    http.method;
    content:"GET";
    http.uri;
    content:".js?1"; fast_pattern;
    isdataat:!5,relative;
    content:!"=";
    pcre:"/^\/(?P<base_dir>[a-z]{2,4})\/(?P=base_dir)\.js\?1[0-9]{4}$/";
    http.header_names;
    content:!"|0d 0a|Referer|0d 0a|";
    reference:md5,bcab81a1ed888cf6b786da366af26134;
    classtype:trojan-activity;
    sid:2044565; rev:2;
    metadata:attack_target Client_Endpoint, 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.