ET MALWARE Win32/WhiskerSpy - FTP STOR Command M2


Query · suricata

flow:established,to_server;
content:"STOR h";
pcre:"/^[a-f0-9]{16}\x0d\x0a/R";
target:src_ip;
Raw source ET MALWARE Win32/WhiskerSpy - FTP STOR Command M2 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert ftp $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE Win32/WhiskerSpy - FTP STOR Command M2";
    flow:established,to_server;
    content:"STOR h";
    pcre:"/^[a-f0-9]{16}\x0d\x0a/R";
    reference:md5,cdf9e79b37ae70fb19b504f81e655d2a;
    reference:url,trendmicro.com/en_us/research/23/b/earth-kitsune-delivers-new-whiskerspy-backdoor.html;
    classtype:command-and-control;
    sid:2044256; rev:1;
    metadata:attack_target Client_and_Server, created_at 2023_02_20, deployment Perimeter, malware_family WhiskerSpy, performance_impact Moderate, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_02_20;
    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.