Over the weekend one of the virtual servers that I host was compromised and since then I've had all sorts of problems popping up.
The latest one is Apache taking 100% cpu usage as soon as it's started and staying like that until it is killed off.
ps aux returns:
strace on the process returns this, spamming very very quickly over and over again.
select(8, [3], NULL, NULL, {0, 0}) = 0 (Timeout)
access_log on the site returns:
It looks like a wordpress cron is being accessed very quickly from a remote IP.