UNIXgod said:you can block em with pf. most of the time they are coming from port scanners like nmap
SirDice said:Ignore it. I get hundreds of those.
krasi_d said:I have some problem with pf, but it's fine when I can ignore it.
Thanks guys.
table <BRUTEFORCE> persist
#!/bin/sh
# for non offenders:
# pfctl -t bruteforce -T delete <IP>
/sbin/pfctl -t BRUTEFORCE -T add $*
addbrute 123.456.789.012
/sbin/pfctl -t BRUTEFORCE -T expire 86400 >/dev/null 2>&1