ET WEB_CLIENT Fake 404 With Hidden Login Form


Query · suricata

flow:established,from_server;
http.stat_code;
content:"200";
file.data;
content:"<title>404 Not Found</title>"; fast_pattern; depth:28;
content:"background-color|3a 23|fff|3b|"; distance:0;
content:"<form method=post>"; distance:0;
content:"input type=password"; within:50;
Raw source ET WEB_CLIENT Fake 404 With Hidden Login Form · 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_CLIENT Fake 404 With Hidden Login Form";
    flow:established,from_server;
    http.stat_code;
    content:"200";
    file.data;
    content:"<title>404 Not Found</title>"; fast_pattern; depth:28;
    content:"background-color|3a 23|fff|3b|"; distance:0;
    content:"<form method=post>"; distance:0;
    content:"input type=password"; within:50;
    classtype:trojan-activity;
    sid:2025872; rev:3;
    metadata:attack_target Client_and_Server, created_at 2018_07_19, deployment Perimeter, performance_impact Low, signature_severity Major, updated_at 2020_11_18;
)

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.