I've been getting spurious requests from a chinese ip address trying to access the request path
/phpMyAdmin/scripts/setup.php
So I just added this to our iptable.up.rules
-I INPUT -s <ip address> -j DROP
I guess that bot won't be bothering our application server anymore.