208.249.136.180
I found this in my error logs:
[Fri Sep 21 22:22:24 2012] [error] [client 208.249.136.180] File does not exist: /home/xxxx/public_html/phpmyadmin, referer: http://xxxxx/phpmyadmin/scripts/setup.php
[Fri Sep 21 22:22:24 2012] [error] [client 208.249.136.180] script '/usr/share/phpMyAdmin/scripts/setup.php' not found or unable to stat, referer: http://xxxx/phpMyAdmin/scripts/setup.php
Googling, I found this page:
http://www.bizimbal.com/odb/details.html?id=1200613
It looks like someone was trying to get into phpMyAdmin, so beware, and watch your error and access logs!
I added this to .htaccess to block them:
order allow,deny
deny from 208.249.136.180
allow from all
I'm also looking into fail2ban, has anyone installed this?