Let's say there's some kind of exploit that involves an HTTP query
made against a certain script. For argument sake, /badscript.php
On a server with a lot of VirtualHosts, is there any way to globally
block any/all "/badscript.php" requests across all of the websites?

