Site Infected!
heads up!
one of the adds running on the site has just tried to inject my pc with a trojan. |
Happened to me too.....here is a bit more information on it:
Code:
4/23/2010 3:47 PM,High,An intrusion attempt by google.analytics.com.scvepuxdfzar.info was blocked.,Blocked,No Action Required,HTTP Trojan Mebroot Request,"google.analytics.com.scvepuxdfzar.info (208.68.139.38, 80)",google.analytics.com.scvepuxdfzar.info/ld/kav4/,"DRAGON148-PC (192.168.1.101, 2009)",208.68.139.38 (208.68.139.38),"TCP, www-http", |
yep, McAfee blocked the trojan for me too.
|
Aye I had to do a restart, and then get into my processes before I could go back a day to restore my old slate. Was beautiful.
|
Nasty.
I use a router script that is updated automatically every week that blocks advertisements on websites. Never can be too careful these days, antivirus and anti-malware software can't protect you from everything. |
Aye, that's why I don't really use anything. Just do a restart and cancel out processes running in the background that aren't familiar before they take control of your machine first then you can go back to a restore point (if your OS has it of course).
|
Quote:
|
Avast chimed in yesterday and blocked it when I was in the Project forums.
|
Looks like more trojans from the ads again today. Gotta love having ads here :P
|
One thing I have found that really helps is by blocking third party cookies in the internet options for those of us who use IE. Not sure if the other browsers have similar options, I haven't messed around with them too much.
|
If someone has the URL's that these infected ads come from then I can block them from the router admin area - sort of like the way come companies do..
Possible? GeorgeS |
Quote:
208.68.139.38 is the IP address for that site. |
I highly recommend everyone with a router to go with an ad blocking solution.
I'm using a Linksys WRT54G with Tomato firmware. If anyone is interested, I can post my router scripts so the ads can be blocked by individuals. |
I run tomato as well Steve, on a WRT54GL - would be interested to hear how you do this.
Cheers Paul. |
For Tomato Firmware users:
1) Goto Administration>Scheduler. In the 'Custom 1' box, setup a time you want the router to update the hostfile (preferably once per week. I use Sunday at 4am). Check Enabled, select time and days. 2) Paste the following into the 'command box': Code:
xyz=allowlist;hij=adblock.tmp;abc=dnsmasq_adblock.conf;tip=192.168.1.1;wget -q -O /tmp/$abc 'http://pgl.yoyo.org/adservers/serverlist.php?hostformat=dnsmasq&showintro=0&mimetype=plaintext';[ -f /tmp/$xyz ] && (cat /tmp/$abc | grep -v -f /tmp/$xyz>>/tmp/$hij; mv -f /tmp/$hij /tmp/$abc);[ $? -eq 0 -a `grep ^address= /tmp/$abc|wc -l` -gt 0 ] && (logger -t adblock -p 5 Server download OK;cat /tmp/$abc|sed 's/127.0.0.1/'$tip'/g'>/etc/$abc;[ ! -s /cifs1 ] && mv -f /tmp/$abc /cifs1/$abc.bak || rm /tmp/$abc;[ -h /etc/dnsmasq.custom ] && service dnsmasq restart) || (logger -t adblock -p 4 Server download failed;[ ! -s /etc/$abc -a -s /cifs1/$abc.bak ] && (logger -t adblock -p 5 Data recovered from backup;cat /cifs1/$abc.bak|sed 's/127.0.0.1/'$tip'/g'>/etc/$abc;[ -h /etc/dnsmasq.custom ] && service dnsmasq restart));unset xyz hij abc tip 4) Now goto Administration>Scripts. Click on the 'Init' tab if it's not already selected, and paste the following code into it and click 'Save'. NOTE: You can add as many 'echo' lines as you like to remove those hostnames from the blocked hostname list. I added Google Analytics because it stalls a lot of pages from loading if they use it. Code:
echo "google-analytics">/tmp/allowlist Code:
[ ! -f /etc/dnsmasq_adblock.conf ] && eval `nvram get sch_c1_cmd` 7) Reboot router and if all went all, advertisements will be blocked on 99% of all websites and will be replaced with a 1x1 pixel transparent image - no red X's or boxes where the ads would normally be located. I believe that's all the steps. At least all that I can remember from setting it up. If anyone tries this and it does/doesn't work, be sure to let me know. One thing to note is I just made the webs account to host the pixelserv - not sure how reliable they are, but I think it should be ok. The pixelserv binary is downloaded everytime the router is rebooted and is only 10kb. |
All times are GMT -4. The time now is 09:30 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.