ET EXPLOIT PCMan FTP Server 2.0.7 Remote Command Execution


Query · suricata

flow:to_server,established;
content:"|65 82 a5 7c|"; fast_pattern;
content:"|90 90 90 90 90|"; within:10;
Raw source ET EXPLOIT PCMan FTP Server 2.0.7 Remote Command Execution · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert ftp $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET EXPLOIT PCMan FTP Server 2.0.7 Remote Command Execution";
    flow:to_server,established;
    content:"|65 82 a5 7c|"; fast_pattern;
    content:"|90 90 90 90 90|"; within:10;
    reference:url,exploit-db.com/exploits/36078;
    classtype:attempted-admin;
    sid:2020585; rev:3;
    metadata:created_at 2015_03_03, confidence Medium, signature_severity Major, updated_at 2020_08_19;
)

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.