ET WEB_SPECIFIC_APPS Sonicwall NSA E7500 XSS attempt (fwReg parameter)


Query · suricata

flow:established,to_server;
http.uri;
content:"/servlet/dea/register?"; nocase;
content:"pwd="; nocase;
content:"fwReg="; nocase;
content:"sn="; nocase;
pcre:"/\/servlet\/dea\/register\?fwReg=[>\"]/i";
Raw source ET WEB_SPECIFIC_APPS Sonicwall NSA E7500 XSS attempt (fwReg parameter) · 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_SPECIFIC_APPS Sonicwall NSA E7500 XSS attempt (fwReg parameter)";
    flow:established,to_server;
    http.uri;
    content:"/servlet/dea/register?"; nocase;
    content:"pwd="; nocase;
    content:"fwReg="; nocase;
    content:"sn="; nocase;
    pcre:"/\/servlet\/dea\/register\?fwReg=[>\"]/i";
    reference:url,securiteam.com/exploits/6O00C1FQAS.html;
    classtype:web-application-attack;
    sid:2010509; rev:8;
    metadata:created_at 2010_07_30, signature_severity Major, updated_at 2020_09_09;
)

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.