Iptables -L gives the following output:
Chain INPUT (policy DROP)
target prot opt source destination
DROP all -- 58.187.99.250 anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT icmp -- anywhere anywhere icmp any
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh state NEW
ACCEPT tcp -- anywhere anywhere tcp dpt:www state NEW
ACCEPT tcp -- anywhere anywhere tcp dpt:https state NEW
ACCEPT udp -- anywhere anywhere udp dpt:domain state NEW
ACCEPT tcp -- anywhere anywhere tcp dpt:domain state NEW
ACCEPT udp -- anywhere anywhere udp dpt:tftp state NEW
ACCEPT tcp -- anywhere anywhere tcp dpt:69 state NEW
ACCEPT tcp -- anywhere anywhere tcp dpt:smtp state NEW
ACCEPT tcp -- anywhere anywhere tcp dpt:26 state NEW
ACCEPT udp -- anywhere anywhere udp dpt:ntp state NEW
ACCEPT tcp -- anywhere anywhere tcp dpt:ftp-data state NEW
ACCEPT tcp -- anywhere anywhere tcp dpt:ftp state NEW
ACCEPT tcp -- anywhere anywhere tcp dpts:38000:38200 state NEW
DROP all -- anywhere anywhere
DROP all -- 58.187.99.250 anywhere
DROP all -- 58.187.99.250 anywhere
DROP all -- 58.187.99.250 anywhere
Chain FORWARD (policy DROP)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere state NEW,RELATED,ESTABLISHED
As for activity from the IP address, there was about 4600 lines in the activity log file from that IP address - The activity started just before the time of the first crash and continued until blocked. Looks like a regular query no attempted hacks through the query strings etc. Looks like typical bot activity as there was a lot of searches.
We get quite a bit of bot activity though and it never normally trips apache.
The lines in the activity log look something like:
58.187.99.250 "-" [20/Aug/2010:19:47:59 +0100] "GET /##################### HTTP/1.1" 200 5393 "http://www.google.com.vn/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
http://bsalsa.com) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
www.#####.com - 1 461 "-" "lastSeen=###################"
Just hashed out the bits which are actual addresses on our website.