alert http $EXTERNAL_NET any -> $HOME_NET any (
msg:"ET WEB_SERVER WebResource.axd access without t (time) parameter - possible ASP padding-oracle exploit";
flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/WebResource.axd"; nocase;
content:!"&t="; nocase;
content:!"&|3b|t="; nocase;
detection_filter:track by_src,count 15,seconds 2;
reference:url,netifera.com/research/;
reference:url,www.microsoft.com/technet/security/advisory/2416728.mspx;
classtype:web-application-attack;
sid:2011807; rev:7;
metadata:created_at 2010_10_13, signature_severity Informational, updated_at 2020_04_22;
)