One of my wordpress blogs got hacked. Â I was notified by google
I was apprehensive about accessing the site from my computer so i checked it out from my smartphone. Â I figured most current malware attempts to download and install on windows systems, but are usually not smart enough to infect two different platforms (windows AND android). Â The site seemed fine, but I am sure there is something wrong. Â So I logged into the server. Â The dates look a little suspcious but I the actual php files looked find.
I noticed a pattern with the dates that the files were access. Â I am seeing scores of files/folders that have been “touched” and have the same date/time stamp Nov 22, 2015 12:00. Â You only see that many files changed at once when a script does it. Â I focused on those files and I can see that MOST of the Nov 22 1200 date/time stamps are on ONE plugin: Â plugin GroupDocs. Â I look at the error log:
INFO Started brute forcing. INFO checking: drinkmusiccity.com, david, david INFO checking: farmofpeace.com, salima, salima INFO checking: fayjames.com, fay, fay INFO checking: fantasyassembly.com, kevin-j, kevin-j INFO checking: fionaraven.com, fiona, fiona INFO checking: fishinglakes.com, Colby, Colby INFO checking: firetown.com, firetown, firetown INFO checking: fontainetours.com, claudia, claudia INFO checking: foreverboundadoption.org, designteam, designteam INFO checking: fotoparisberlin.com, amelie, amelie INFO checking: frabonisdeli.com, bennett-fraboni, bennett-fraboni INFO checking: freeloveforum.com, anne, anne INFO checking: funkatech.com, incyte, incyte INFO checking: futurist.com, brenda-cooper, brenda-cooper INFO checking: futebolnas4linhas.com, ingrid-carvalho, ingrid-carvalho INFO checking: freedomnewton.com, pastorc, pastorc INFO checking: k-bell.co.jp, kohei, kohei INFO checking: katrinakaif.co.uk, harish, harish INFO checking: kcfw.de, c-mohr, c-mohr INFO checking: kazu.co.nz, staff, staff INFO checking: keneally.com, samcniotktaetl, samcniotktaetl INFO checking: keratoconus.com.au, jim, jim INFO checking: fundacjadantian.com, fundacjadantian, fundacjadantian INFO checking: kibi-group.com, kibi, kibi
I look up the plugin GroupDocs. Â I has had a MAJOR compromise:
https://wordpress.org/support/topic/beaware-this-plugin-attracts-hackers
It is being used as a backdoor into WordPress. Â Honestly, I don’t remember even installing it. Â I am not sure if it came with the theme I installed or what. Â I start checking all more other blog’s plugins. Â I don’t see it any where else. Â Upon further inspection of the plugin, I can clearly see the PHP backdoor code:
sending: {
"type" : "WPBF_RESPONSE",
"linkPasses" : [
{
"site" : "farmofpeace.com",
"user" : "salima",
"pass" : "salima"
},
{
"site" : "i-entertainment.co.uk",
"user" : "nicolai2014",
"pass" : "nicolai2014"
},
{
"site" : "020haopai.com",
"user" : "siteadmin",
"pass" : "siteadmin"
},
{
"site" : "zargarcarpet.com",
"user" : "akeel",
"pass" : "akeel"
},
{
"site" : "haubstadtsommerfest.com",
"user" : "joeyconti",
"pass" : "joeyconti"
}
]
}
Starting brute forcing WordPress
CURRENT TIME: 2015-11-20 15:47:06
CURRENT TIME: 2015-11-20 15:47:37
CURRENT TIME: 2015-11-20 15:48:08
CURRENT TIME: 2015-11-20 15:48:39
Child dead. Reading response:
Done. read: 0 bytes
The Fix Action:
