ET SCAN Nikto Scan Remote File Include Retrieval


Query · suricata

flow:established,to_server;
http.uri;
content:"/rfiinc.txt";
http.host;
content:"cirt.net"; bsize:8;
Raw source ET SCAN Nikto Scan Remote File Include Retrieval · 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 any -> $EXTERNAL_NET any (
    msg:"ET SCAN Nikto Scan Remote File Include Retrieval";
    flow:established,to_server;
    http.uri;
    content:"/rfiinc.txt";
    http.host;
    content:"cirt.net"; bsize:8;
    reference:url,cirt.net/nikto2;
    classtype:web-application-activity;
    sid:2011390; rev:5;
    metadata:affected_product Any, attack_target Server, created_at 2010_09_28, deployment Datacenter, confidence Medium, signature_severity Major, tag Remote_File_Include, updated_at 2020_05_04, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
)

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.