ET MALWARE Stuxnet index.php


Query · suricata

flow:to_server,established;
http.uri;
content:"/index.php?data=66a96e28"; nocase;
Raw source ET MALWARE Stuxnet index.php · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET 1024: -> $EXTERNAL_NET any (
    msg:"ET MALWARE Stuxnet index.php";
    flow:to_server,established;
    http.uri;
    content:"/index.php?data=66a96e28"; nocase;
    reference:url,research.zscaler.com/2010/07/lnk-cve-2010-2568-stuxnet-incident.html;
    classtype:trojan-activity;
    sid:2011300; rev:5;
    metadata:created_at 2010_09_28, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_10;
)

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.