ET MALWARE Win32/STEALBIT Data Exfiltration Tool Activity (PUT)


Query · suricata

flow:established,to_server;
http.uri;
pcre:"/^\/[A-F0-9]{33}$/";
http.method;
content:"PUT";
http.request_body;
content:"DAV2"; depth:10; fast_pattern;
http.header_names;
content:!"Referer|0d 0a|";
Raw source ET MALWARE Win32/STEALBIT Data Exfiltration Tool Activity (PUT) · 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 Win32/STEALBIT Data Exfiltration Tool Activity (PUT)";
    flow:established,to_server;
    http.uri;
    pcre:"/^\/[A-F0-9]{33}$/";
    http.method;
    content:"PUT";
    http.request_body;
    content:"DAV2"; depth:10; fast_pattern;
    http.header_names;
    content:!"Referer|0d 0a|";
    reference:url,yoroi.company/research/hunting-the-lockbit-gangs-exfiltration-infrastructures/;
    reference:url,www.cybereason.com/blog/research/threat-analysis-report-inside-the-lockbit-arsenal-the-stealbit-exfiltration-tool;
    classtype:trojan-activity;
    sid:2036280; rev:2;
    metadata:attack_target Client_Endpoint, created_at 2022_04_20, deployment Perimeter, malware_family Win32_STEALBIT, confidence High, signature_severity Critical, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_05_30;
)

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.