In IIS7 & 8 Request Filtering feature, you can have rules to allow or deny URL and QueryString.
I get why you would want to block sequences that comes in with attack vectors such as drop
or document.cookie
but how do you know what querystrings to block, except allow ones you know and block everything else?
Has anyone got any feedback or links on best practise?