ET MALWARE AlienSpy RAT Checkin Set


Query · suricata

flow:established,to_server;
dsize:4;
content:"|ac ed|"; depth:2;
flowbits:set,ET.rat.alienspy;
flowbits:noalert;

Rule dependencies

Feeds into

  • 2 rules read ET.rat.alienspy · view all
Raw source ET MALWARE AlienSpy RAT Checkin Set · 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 AlienSpy RAT Checkin Set";
    flow:established,to_server;
    dsize:4;
    content:"|ac ed|"; depth:2;
    flowbits:set,ET.rat.alienspy;
    flowbits:noalert;
    reference:url,contagiodump.blogspot.com/2014/11/alienspy-java-rat-samples-and-traffic.html?m=1;
    classtype:command-and-control;
    sid:2019738; rev:2;
    metadata:created_at 2014_11_18, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_07_26;
)

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.