ET WEB_SERVER Possible Cisco Adaptive Security Appliance Web VPN FTP or CIFS Authentication Form Phishing Attempt


Query · suricata

flow:established,to_server;
http.uri;
content:"+CSCOE+/files/browse.html"; nocase; fast_pattern;
content:"code=init"; nocase; distance:0;
content:"path=ftp"; nocase; distance:0;
Raw source ET WEB_SERVER Possible Cisco Adaptive Security Appliance Web VPN FTP or CIFS Authentication Form Phishing Attempt · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET WEB_SERVER Possible Cisco Adaptive Security Appliance Web VPN FTP or CIFS Authentication Form Phishing Attempt";
    flow:established,to_server;
    http.uri;
    content:"+CSCOE+/files/browse.html"; nocase; fast_pattern;
    content:"code=init"; nocase; distance:0;
    content:"path=ftp"; nocase; distance:0;
    reference:url,www.securityfocus.com/bid/35475/info;
    reference:cve,2009-1203;
    classtype:attempted-user;
    sid:2010457; rev:9;
    metadata:attack_target Client_Endpoint, created_at 2010_07_30, cve CVE_2009_1203, deployment Perimeter, confidence Medium, signature_severity Major, tag Phishing, updated_at 2020_11_07;
)

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.