ET WEB_SERVER WebShell ASPXShell - Title


Query · suricata

flow:established,to_client;
file_data;
content:"<title>";
content:"ASPX Shell"; fast_pattern; nocase;
content:"</title>"; distance:0;
Raw source ET WEB_SERVER WebShell ASPXShell - Title · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HTTP_SERVERS any -> $EXTERNAL_NET any (
    msg:"ET WEB_SERVER WebShell ASPXShell - Title";
    flow:established,to_client;
    file_data;
    content:"<title>";
    content:"ASPX Shell"; fast_pattern; nocase;
    content:"</title>"; distance:0;
    classtype:trojan-activity;
    sid:2017183; rev:5;
    metadata:created_at 2013_07_24, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_08_19, reviewed_at 2024_02_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.