Hello everyone,
For the past 2 days I'm getting alerts from other hosts that my host is making brute force attacks on their wordpress installations.
Below is a line from the logs they've send me:
I'm running PHP in DSO mode and I can't locate which account is hacked and which account is sending the POST requests to other hosts. I've ran "ps faux" and couldn't find anything useful. Also I've tried "lsof -i :80" and altough I see the process id of the outgoing connections I can't find the origin.
I've ran tcpdump and this is the small part of the output:
I've also ran maldet and clamav against home and quarantied some viruses but the attack is still going on. I believe this attack is by XSS or reflection attack (or some kind of shell) from some site on my server but I don't how to find the source.
Any help would be appreciated, thanks.
For the past 2 days I'm getting alerts from other hosts that my host is making brute force attacks on their wordpress installations.
Below is a line from the logs they've send me:
Code:
myip.xx.xx.xx - - [16/Mar/2014:21:59:29 +0100] "POST wp-login.php HTTP/1.1" 200 4813 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0"
I've ran tcpdump and this is the small part of the output:
Code:
18:40:09.337142 IP ns4008993.ip-192-99-0.net.https > xxxx.xxxx.xxxx.xxxx.48703: Flags [.], ack 62, win 114, options [nop,nop,TS val 91721674 ecr 764306], length 0
E(.4w...-.~..c..M......?_..........r.......
.w......
18:40:09.339382 IP ns4008993.ip-192-99-0.net.https > xxx.xxx.xxx.xx.48703: Flags [.], seq 1:1449, ack 62, win 114, options [nop,nop,TS val 91721674 ecr 764306], length 1448
E(..w...-.x..c..M......?_..........r.......
.w......HTTP/1.1 200 OK
Server: nginx/1.1.19
Date: Wed, 19 Mar 2014 16:40:14 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 1551
Connection: keep-alive
X-Powered-By: Express
ETag: "-596045100"
[
{
"url": "http://domain.com/wp-login.php",
"cms": "wp",
"login": "-------",
"password": "-------",
"taskid": 321598844
},
{
"url": "http://domain.com/wp-login.php",
"cms": "wp",
"login": "-------",
"password": "-----",
"taskid": 321598845
},
------------
Any help would be appreciated, thanks.