ET MALWARE Andariel Backdoor Activity (Checkin)


Query · suricata

flow:established,to_server;
content:"HTTP|20|1.1|20|/member.php="; fast_pattern; startswith;
content:"SSL3."; distance:0;
Raw source ET MALWARE Andariel Backdoor Activity (Checkin) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE Andariel Backdoor Activity (Checkin)";
    flow:established,to_server;
    content:"HTTP|20|1.1|20|/member.php="; fast_pattern; startswith;
    content:"SSL3."; distance:0;
    reference:url,threatray.com/blog/establishing-the-tigerrat-and-tigerdownloader-malware-families/;
    classtype:command-and-control;
    sid:2034837; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2021_12_22, deployment Perimeter, malware_family Andariel, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_12_22;
)

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.