hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : Trojan detected on initial load of site
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

Trojan detected on initial load of site

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 01-08-2008, 02:10 PM
geekie246 geekie246 is offline
Web Hosting Guru
 
Join Date: Jan 2005
Location: Newfoundland, Canada
Posts: 253

Trojan detected on initial load of site


Hi.

I have 2 reseller accounts with one provider, and in the last several days I have noticed that when you visit the site for the first time, my AV software detects a trojan on the site, but the code & html files are 100% clean!

I'm suspecting that there is something being injected into the scripts from the server daemons that's either running or something else.

Anyone have any suggestions?

Reply With Quote


Sponsored Links
  #2  
Old 01-08-2008, 02:19 PM
twhiting9275 twhiting9275 is offline
Who am I?
 
Join Date: Sep 2002
Location: Among the corn
Posts: 9,637
What OS, what control panel?
Are your apache/php/insertothersoftwareversionshere up to date
Is your control panel up to date

It's entirely possible that this is a 'false alert', though I have seen an increasing number of 'javascript' injections in the past few months. Go through the index page to these sites, does there appear to be some sort of unknown , encoded javascript?

__________________
Me v2: The new, slimmer, shinier model

Reply With Quote
  #3  
Old 01-08-2008, 05:26 PM
geekie246 geekie246 is offline
Web Hosting Guru
 
Join Date: Jan 2005
Location: Newfoundland, Canada
Posts: 253
The host is Running cPANEL 11.16.0 (Stable) and it's running off a Linux OS with 2.6.9-42.EL Kernel.

One site runs pure HTML, no other scripts on the site ... and get this error.

The Other sites run PHP and this happens to it as well.

To my knowledge, all the modules are up-to-date, I've emailed support and they have indicated there "is no problem", but yet, every virus scan program detects problems. Like I said, first or second visit to the site and it pops up.

Subsequent visits, no virus detected.

Reply With Quote
Sponsored Links
  #4  
Old 01-08-2008, 05:30 PM
boonchuan boonchuan is offline
Retired Moderator
 
Join Date: Mar 2004
Location: Singapore/Melbourne
Posts: 6,832
Maybe you should try to find a security guy to help you harden and secure your system.

Reply With Quote
  #5  
Old 01-08-2008, 10:20 PM
geekie246 geekie246 is offline
Web Hosting Guru
 
Join Date: Jan 2005
Location: Newfoundland, Canada
Posts: 253
it's a reseller account, shouldn't the host be responsible for that?

This company is saying "nothing is wrong".

LOL!

Typical stuff from them.

Reply With Quote
  #6  
Old 01-08-2008, 10:41 PM
ub3r ub3r is offline
Disabled
 
Join Date: Dec 2002
Location: chica go go
Posts: 11,858
send us a link to the page that is throwing back the trojan detection errors.

Reply With Quote
  #7  
Old 01-09-2008, 01:20 PM
geekie246 geekie246 is offline
Web Hosting Guru
 
Join Date: Jan 2005
Location: Newfoundland, Canada
Posts: 253
Quote:
Originally Posted by ub3r View Post
send us a link to the page that is throwing back the trojan detection errors.
I don't want to post it here, I don't want anyone not running AV software to be infected.

I can PM it to you if you like.

Reply With Quote
  #8  
Old 01-09-2008, 02:19 PM
ub3r ub3r is offline
Disabled
 
Join Date: Dec 2002
Location: chica go go
Posts: 11,858
If you can't post a link, then we can't help you.

Reply With Quote
  #9  
Old 01-09-2008, 02:51 PM
geekie246 geekie246 is offline
Web Hosting Guru
 
Join Date: Jan 2005
Location: Newfoundland, Canada
Posts: 253
Here's the URLs ... please note, that these may cause an attempt to infect your pc with a trojan ...

http://www.affordablehosting.ca/

http://www.newfoundlandbusinesses.ca/

The support company is working to resolve these issues, when I last checked, they were still attempting to run the script. This will usually only happen the first or second time you go to the site, unless you clear your browser cache ... then it will happen again.

Reply With Quote
  #10  
Old 01-09-2008, 04:27 PM
ub3r ub3r is offline
Disabled
 
Join Date: Dec 2002
Location: chica go go
Posts: 11,858
Quote:
Originally Posted by geekie246 View Post
Here's the URLs ... please note, that these may cause an attempt to infect your pc with a trojan ...

http://www.affordablehosting.ca/

http://www.newfoundlandbusinesses.ca/

The support company is working to resolve these issues, when I last checked, they were still attempting to run the script. This will usually only happen the first or second time you go to the site, unless you clear your browser cache ... then it will happen again.
your support company are idiots, and you should not give them any more money.

Each of those files contain calls to unexistant javascript files:

newfoundlandbusiness:

Code:
<body class="bg_main"><script language='JavaScript' type='text/javascript' src='exdgk.js'></script>
affordablehosting.ca:

Code:
<body bgcolor="#fff2df" alink="#000000" link="#000000" vlink="#000000" >[b]<script language='JavaScript' type='text/javascript' src='kzcbb.js'>[b]
Look at your files, right around the opening <body> tag. If it contains a call to a javascript that doesn't exist, or is 5 characters, remove it. This is probably just getting picked up by your anti-virus because it follows a common pattern from some previous virus propagations.


Last edited by ub3r; 01-09-2008 at 04:30 PM.
Reply With Quote
  #11  
Old 01-09-2008, 05:55 PM
geekie246 geekie246 is offline
Web Hosting Guru
 
Join Date: Jan 2005
Location: Newfoundland, Canada
Posts: 253
Thanks, I have seen those things in the source when the AV software goes off, but here's the kicker, these are not part of the source that I have uploaded or that exists there right now at all. The files themselves does NOT contain this!

It is getting injected into the source somehow. As the source is 100% clean, I have verified it many times, how does it get inserted into the code when the page loads?

It has to come from the server side correct?


Last edited by geekie246; 01-09-2008 at 06:01 PM.
Reply With Quote
  #12  
Old 01-09-2008, 07:07 PM
foobic foobic is offline
Community Liaison 2.0
 
Join Date: Feb 2005
Location: Australia
Posts: 5,149
Quote:
Originally Posted by ub3r View Post
your support company are idiots, and you should not give them any more money.

Quote:
Each of those files contain calls to unexistant javascript files:
It seems to be a random 5 letter filename (I saw gkudw.js) and presumably a non-existent file in the OPs account, but when I requested it I got it - looks like a typical malicious script.

Have the sites just gone offline? Perhaps the host's starting to take notice at last.

__________________
Chris

"Learn from the mistakes of others. You can never live long enough to make them all yourself." - Groucho Marx

Reply With Quote
  #13  
Old 01-09-2008, 08:00 PM
geekie246 geekie246 is offline
Web Hosting Guru
 
Join Date: Jan 2005
Location: Newfoundland, Canada
Posts: 253
One of the sites has gone offline.

I'm hoping the support people are fixing whatever is wrong.

It's definitely on the server side of things. I've managed to at least convince them of that.

Reply With Quote
  #14  
Old 01-10-2008, 12:07 PM
geekie246 geekie246 is offline
Web Hosting Guru
 
Join Date: Jan 2005
Location: Newfoundland, Canada
Posts: 253
OK, the host is still indicating that there is no problems on the servers that I'm hosted on.

I cannot seem to get it through their thick skulls that there is something wrong with the servers.

The servers are obviously compromised. I have no SSH access and don't know what to tell them to look for.

Suggestions?

Reply With Quote
  #15  
Old 01-10-2008, 12:09 PM
Ramprage Ramprage is offline
Keep rockin' in the free world
 
Join Date: May 2002
Location: Kingston, Ontario
Posts: 1,557
Could be modifying the Apache memory in real time to load the iframe, could be they manually injected code into the web pages, could be a bunch of different things. They need to hire someone to investigate it. Seen many times before, nothing new.

__________________
Upload Guardian 2 - AntiMalware Protection - Windows and Linux!
PHP encoded protection, real-time scans
Get notified when released

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
GoGrid Launches Dynamic Load Balancer Service Built for Cloud Web Hosting News 2013-01-29 10:07:53
CDNetworks Releases New Versions of Cloud Load Balancer, Cloud Storage Web Hosting News 2012-09-10 15:26:28
Web Host Rackspace Adds New Features to Cloud Load Balancer Web Hosting News 2011-09-16 16:35:04
Linux Foundation Website Down After Security Breach Last Week Web Hosting News 2011-09-12 20:32:11
Cloud Infrastructure Firm Linode Launches Load Balancer as a Service Web Hosting News 2011-07-15 19:05:12


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?