ET SCAN Nessus FTP Scan detected (ftp_anonymous.nasl)


Query · suricata

flow:to_server,established;
content:"pass nessus@"; depth:12; nocase;
Raw source ET SCAN Nessus FTP Scan detected (ftp_anonymous.nasl) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert ftp any any -> $HOME_NET any (
    msg:"ET SCAN Nessus FTP Scan detected (ftp_anonymous.nasl)";
    flow:to_server,established;
    content:"pass nessus@"; depth:12; nocase;
    reference:url,www.nessus.org/plugins/index.php?view=single&id=10079;
    reference:url,osvdb.org/show/osvdb/69;
    classtype:attempted-recon;
    sid:2013263; rev:3;
    metadata:created_at 2011_07_13, confidence Medium, signature_severity Informational, 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.