Just an emergency fix to deploy while searching for the root cause of outgoing bruteforce hacks
iptables -I OUTPUT -p tcp -m multiport --dports 80 -m tcp -m string --algo bm --string "wp-login.php" -j DROP |
my own pastebin
Just an emergency fix to deploy while searching for the root cause of outgoing bruteforce hacks
iptables -I OUTPUT -p tcp -m multiport --dports 80 -m tcp -m string --algo bm --string "wp-login.php" -j DROP |