I'm trying to figure out how to block by range on MS IIS 10, but all I can find are partial range blocks (which maybe that's all IIS can do, but I'd like to know that rather than just guess that).
So, for example, the range 10.6.64.0 through 10.150.161.255 is owned by Example Incorporated and hosts malicious scripts and has yet to do anything with the abuse reports I've sent. There is no legitimate case for traffic from that IP range to ever come to the server, so I can safely block it.
If that read 10.6.0.0 to 10.6.255.255 I could just block it with "10.6.0.0" for the range and "255.255.0.0" for the mask, but it's not so cleanly bounded and I'm finding they usually aren't cleanly bounded.
Is there a way to block the whole range in one (or a few) entry, or am I stuck blocking 10.6.64.0 through 10.6.255.0, then 10.7.0.0 through 10.149.0.0 and then 10.150.1.0 through 10.150.161.0 all separately?