ET WEB_SPECIFIC_APPS Possible AWStats awstats.pl Cross-Site Scripting Attempt


Query · suricata

flow:established,to_server;
http.uri;
content:"/awstats/awstats.pl?config="; nocase;
pcre:"/(onmouse|onkey|onload=|onblur=|ondragdrop=|onclick=|alert|<script|<img|<src)/i";
Raw source ET WEB_SPECIFIC_APPS Possible AWStats awstats.pl Cross-Site Scripting Attempt · 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 -> $HTTP_SERVERS any (
    msg:"ET WEB_SPECIFIC_APPS Possible AWStats awstats.pl Cross-Site Scripting Attempt";
    flow:established,to_server;
    http.uri;
    content:"/awstats/awstats.pl?config="; nocase;
    pcre:"/(onmouse|onkey|onload=|onblur=|ondragdrop=|onclick=|alert|<script|<img|<src)/i";
    reference:url,www.securityfocus.com/bid/30730/info;
    reference:url,bugzilla.redhat.com/show_bug.cgi?id=474396;
    reference:url,sourceforge.net/tracker/index.php?func=detail&aid=2001151&group_id=13764&atid=113764;
    reference:cve,2008-3714;
    classtype:web-application-attack;
    sid:2010082; rev:6;
    metadata:created_at 2010_07_30, cve CVE_2008_3714, confidence Medium, signature_severity Major, 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.