ET MALWARE Turla APT Kazuar Backdoor Related Activity


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.cookie;
content:"AspNet.Cookies=MTY5NzM5ZTcyMTEyOTUxNDZhNjFkMzAwYzBmZWYwMmQ="; fast_pattern; startswith;
http.request_body;
content:"<"; startswith;
http.header_names;
content:!"Accept";
target:src_ip;
Raw source ET MALWARE Turla APT Kazuar Backdoor Related Activity · 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 Turla APT Kazuar Backdoor Related Activity";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.cookie;
    content:"AspNet.Cookies=MTY5NzM5ZTcyMTEyOTUxNDZhNjFkMzAwYzBmZWYwMmQ="; fast_pattern; startswith;
    http.request_body;
    content:"<"; startswith;
    http.header_names;
    content:!"Accept";
    reference:url,unit42.paloaltonetworks.com/pensive-ursa-uses-upgraded-kazuar-backdoor/;
    classtype:trojan-activity;
    sid:2049860; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_12_27, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_12_27;
    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.