ET MALWARE Yoda's Protector Packed Binary - VERY Likely Hostile


Query · suricata

flow:established,from_server;
content:"|E8 03 00 00 00 EB 01|";
content:"|BB 55 00 00 00 E8 03 00 00 00 EB 01|"; within:14;
Raw source ET MALWARE Yoda's Protector Packed Binary - VERY Likely Hostile · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE Yoda's Protector Packed Binary - VERY Likely Hostile";
    flow:established,from_server;
    content:"|E8 03 00 00 00 EB 01|";
    content:"|BB 55 00 00 00 E8 03 00 00 00 EB 01|"; within:14;
    classtype:trojan-activity;
    sid:2009557; rev:2;
    metadata:created_at 2010_07_30, confidence Medium, signature_severity Major, 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.