ET MALWARE Win32/AZORult V3.3 Client Checkin M22


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.request_body;
pcre:"/^(?:\x00\x00\x00)?(?:[\x40-\x42]|[\x45-\x47]|\x26\x66)/R";
content:"|26 67 ea 26 66 9c 26 66 9d 26 66 9f 42 17 eb 26 66 98 41 70 9c 47|"; distance:6; within:47;
http.header_names;
content:!"|0d 0a|Referer|0d 0a|";
Raw source ET MALWARE Win32/AZORult V3.3 Client Checkin M22 · 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/AZORult V3.3 Client Checkin M22";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.request_body;
    pcre:"/^(?:\x00\x00\x00)?(?:[\x40-\x42]|[\x45-\x47]|\x26\x66)/R";
    content:"|26 67 ea 26 66 9c 26 66 9d 26 66 9f 42 17 eb 26 66 98 41 70 9c 47|"; distance:6; within:47;
    http.header_names;
    content:!"|0d 0a|Referer|0d 0a|";
    classtype:command-and-control;
    sid:2034053; rev:2;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_and_Server, created_at 2021_09_30, deployment Perimeter, malware_family AZORult, performance_impact Low, confidence High, signature_severity Major, updated_at 2022_08_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.