ET MALWARE HawkEye Keylogger FTP


Query · suricata

flow:established,to_server;
content:"STOR HawkEye"; nocase;
pcre:"/^(?:_|Keylogger)/Ri";
Raw source ET MALWARE HawkEye Keylogger FTP · 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 21 (
    msg:"ET MALWARE HawkEye Keylogger FTP";
    flow:established,to_server;
    content:"STOR HawkEye"; nocase;
    pcre:"/^(?:_|Keylogger)/Ri";
    reference:md5,85f3b302afa0989a91053af6092f3882;
    classtype:trojan-activity;
    sid:2020410; rev:4;
    metadata:created_at 2015_02_12, 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.