Google\'s detection of Unusual traffic is nice. But how is it handling Dynamic IP addresses?
For example,I do not have ranges of IPs and my ISP provides Dynamic IP which
Why not simple add a filter:
For example for IP ranging from 182.73.42.140 to 182.73.42.150 The regex would be:
^182.73.42.(1(4[6-9]|50))$
Here's a screenshot for same
If you have trouble understanding RegEx, you may use this tool to create IP range regex