I'm getting a lot of brute force attacks on my sql server sa account, usually from a variety of IP addresses, but there was one IP that kept coming back for several days, so I created an IPSec policy to block it. My question: Is there a way to tell (event?) that the IP address attempted to connect but was blocked? (this almost seem counter-intuitive, but who knows?)
I ask because I want to make sure my block works. Obviously if I see the IP address show up in my sql logs again I know it did not, but not showing up again does not prove it did work. Also I'd like the satisfaction of seeing the IP blocked.
BTW, I need sql authentication, but I have already renamed and disabled the sa account so there is no danger of being hacked, I just don't like my sql logs filling up with attempted logins.
I ask because I want to make sure my block works. Obviously if I see the IP address show up in my sql logs again I know it did not, but not showing up again does not prove it did work. Also I'd like the satisfaction of seeing the IP blocked.
BTW, I need sql authentication, but I have already renamed and disabled the sa account so there is no danger of being hacked, I just don't like my sql logs filling up with attempted logins.