alert http $EXTERNAL_NET any -> $HOME_NET any (
msg:"ET WEB_SERVER ScriptResource.axd access without t (time) parameter - possible ASP padding-oracle exploit";
flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"ScriptResource.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:2011806; rev:6;
metadata:created_at 2010_10_13, signature_severity Major, updated_at 2020_09_13;
)