View Full Version : KB is infected with Malware
RogIrwin
15th February 2015, 10:37
I have tried this on more than one computer and get the same result ever time.
Close your browser and open it again or go into incognito / privacy mode. This deletes all the cookies.
Go to google and search "kiwi biker" or some other topic that will bring up results.
When you click on the link you get taken to somewhere else with popup adverts. It only does it the first time. The second time you click on the link it goes to the correct location.
Mike.Gayner
15th February 2015, 10:48
Yep I noticed that a few days ago. Obviously the crack team at KB IT Department have been away from the keyboards for a while.
Mental Trousers
15th February 2015, 12:30
Yeah nah, bet you're using Avast (http://www.kiwibiker.co.nz/forums/showthread.php/172620-Avast-warning?p=1130822002#post1130822002)
Mike.Gayner
15th February 2015, 12:42
Yeah nah, bet you're using Avast (http://www.kiwibiker.co.nz/forums/showthread.php/172620-Avast-warning?p=1130822002#post1130822002)
Nope I'd never touch that shit.
The End
15th February 2015, 12:44
Hmm interesting I had this happen a few weeks ago. Hasn't happened again since however.
RogIrwin
15th February 2015, 13:05
Yeah nah, bet you're using Avast (http://www.kiwibiker.co.nz/forums/showthread.php/172620-Avast-warning?p=1130822002#post1130822002)
Don't rely in AV software to save you.
My guess is a vulnerability it vBullietin that has allowed someone to modify the mod_rewrite rules or .htaccess in apache.
Might be a patch or else they will need to upgrade to a newer version.
paturoa
15th February 2015, 13:10
Privacy mode huh. What are you looking at?
RogIrwin
15th February 2015, 13:10
Hmm interesting I had this happen a few weeks ago. Hasn't happened again since however.
It only does it once. I think that it writes a cookie to prevent it happening again to the same person. Close your browser and open it again or you might need to delete cookies.
Or go into incognito / privacy mode.
You also need to be clicking on a link from google etc. Opening the site directly won't trigger it.
You should then see it again.
RogIrwin
15th February 2015, 13:13
Privacy mode huh. What are you looking at?
https://support.mozilla.org/en-US/kb/private-browsing-browse-web-without-saving-info
https://support.google.com/chrome/answer/95464?hl=en
IE also has this feature but wouldn't recommend using that....
Mental Trousers
15th February 2015, 13:16
My guess is a vulnerability it vBullietin that has allowed someone to modify the mod_rewrite rules or .htaccess in apache.
Might be a patch or else they will need to upgrade to a newer version.
More likely it's Google.
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CB8QFjAA&url=http%3A%2F%2Fwww.kiwibiker.co.nz%2F&ei=pPHfVN3EL9Tm8AW1xIFA&usg=AFQjCNFRxvKTf2bXgt2rbPZk5DmFJetY4g&bvm=bv.85970519,d.dGc
That's the first link you get when you search Google for "kiwibiker". So they're not taking you directly to this site, they're passing you through something else.
If you logout, kill off your Incognito window, come back to this page as a guest and click on that link it takes you to filestore72.info rather than to this site.
Same thing happens with Bing.
Duckduckgo, ixquick and DogPile take you straight to this site. I haven't tried any others.
However, I'll check the site just in case.
RogIrwin
15th February 2015, 13:24
More likely it's Google..
No. KB has malware installed on it.
http://youtu.be/L9tjcB_ij-0?t=5m49s
Mental Trousers
15th February 2015, 13:46
No. KB has malware installed on it.
http://youtu.be/L9tjcB_ij-0?t=5m49s
Nope. There's only a single rewrite rule in any of the .htaccess files and that writes a forbidden.
Others are significantly harder to detect so they're going to take a while.
TerminalAddict
15th February 2015, 13:50
Nope. There's only a single rewrite rule in any of the .htaccess files and that writes a forbidden.
Others are significantly harder to detect so they're going to take a while.
http://www.vbulletin.com/forum/forum/vbulletin-4/vbulletin-4-questions-problems-and-troubleshooting/426213-vbulletin-4-2-0-pl3-hacked-redirect-to-filestore72-info
Solution: disabling register_globals, and/or initializing $vbseo_crules, $seo_replace_inurls at the start of vbseo.php.
RogIrwin
15th February 2015, 13:55
Nope. There's only a single rewrite rule in any of the .htaccess files and that writes a forbidden.
Others are significantly harder to detect so they're going to take a while.
Do you have a backup of the site from the last time that you modified it? Has to be at least a few months ago. They see what files have changed.
I use a tool called meld - http://meldmerge.org/
It will give you a side by side view of files that have changed in a directory. Also gives you a line by line view of changes in each file. Could be really useful for finding things like this.
Mental Trousers
15th February 2015, 13:56
http://www.vbulletin.com/forum/forum/vbulletin-4/vbulletin-4-questions-problems-and-troubleshooting/426213-vbulletin-4-2-0-pl3-hacked-redirect-to-filestore72-info
Solution: disabling register_globals, and/or initializing $vbseo_crules, $seo_replace_inurls at the start of vbseo.php.
Chur bro
Mental Trousers
15th February 2015, 13:57
Do you have a backup of the site from the last time that you modified it? Has to be at least a few months ago. They see what files have changed.
I use a tool called meld - http://meldmerge.org/
It will give you a side by side view of files that have changed in a directory. Also gives you a line by line view of changes in each file. Could be really useful for finding things like this.
I don't have access to the backups for the site as that lives at SpankMe's house. Looks like there's a solution though.
RogIrwin
15th February 2015, 14:03
http://www.vbulletin.com/forum/forum/vbulletin-4/vbulletin-4-questions-problems-and-troubleshooting/426213-vbulletin-4-2-0-pl3-hacked-redirect-to-filestore72-info
Solution: disabling register_globals, and/or initializing $vbseo_crules, $seo_replace_inurls at the start of vbseo.php.
Well done. That looks to be the problem. Might also be worth checking that none of the files have been modified since the last backup.
Mental Trousers
15th February 2015, 14:18
EDIT Spank sorted it
SpankMe
15th February 2015, 14:23
I have updated to the latest TapaTalk version and re-enabled. Thanks for letting us know.
TerminalAddict
15th February 2015, 15:43
Chur bro
I just came to list a bike for sale :)
Thought I better pull my weight
(Actually I noticed this morning when I followed a link from the google)
RogIrwin
15th February 2015, 16:59
Quite a good explanation of what been going no here for anyone interested, geeky enough.
http://www.symantec.com/connect/articles/five-common-web-application-vulnerabilities
Mental Trousers
15th February 2015, 19:18
I just came to list a bike for sale :)
Thought I better pull my weight
(Actually I noticed this morning when I followed a link from the google)
I hope you're getting an Indian.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.