Mourning the loss of our friend, WhitPhil.
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
 
General Security
Tag Cloud
access audio blue screen boot bsod connection crash dell desktop driver drivers dvd email error excel excel 2003 firefox hard drive hardware hijackthis internet keyboard laptop malware monitor motherboard network networking outlook problem processor recovery router screen slow sound spyware tdlwsp.dll trojan upgrade vba video virus vista vundo windows windows 7 windows vista windows xp wireless
Search
Search for:
Tech Support Guy Forums > Security & Malware Removal > General Security >
test for newer conficker worm

Tip: Click here to scan for System Errors and Optimize PC performance
[ Sponsored Link ]

Closed Thread
 
Thread Tools
SIR****TMG's Avatar
Computer Specs
Distinguished Member with 37,126 posts.
 
Join Date: Aug 2003
Location: Corn Fields of OHIO
Experience: Einstein Jr. Indeed
26-Apr-2009, 02:47 PM #1
test for newer conficker worm
http://four.cs.uni-bonn.de/fileadmin...er/cfdetector/ go to this site tells you right away if you have it.
TOGG's Avatar
Distinguished Member with 4,901 posts.
 
Join Date: Apr 2002
Location: Birmingham, England
26-Apr-2009, 04:20 PM #2
I got a 'may be infected' result the first time I clicked on that link, which I disregarded because everything Conficker is supposed to block still works for me.

Out of interest I then ran the 'eye chart' tester ;http://www.confickerworkinggroup.org...feyechart.html, got a clean bill of health and so went back to this test and got the all clear there as well. No idea what any of this means but, if anyone else uses it and gets a bad result, run it again!
__________________
Nothing matters very much, and few things matter at all.

Lord Balfour 1848-1930
Blackmirror's Avatar
Computer Specs
Distinguished Member with 28,046 posts.
 
Join Date: Dec 2006
Location: uk
Experience: Chocoholic
26-Apr-2009, 04:35 PM #3
how does it work ??
SIR****TMG's Avatar
Computer Specs
Distinguished Member with 37,126 posts.
 
Join Date: Aug 2003
Location: Corn Fields of OHIO
Experience: Einstein Jr. Indeed
26-Apr-2009, 04:42 PM #4
click on the links shown its how it works
Blackmirror's Avatar
Computer Specs
Distinguished Member with 28,046 posts.
 
Join Date: Dec 2006
Location: uk
Experience: Chocoholic
26-Apr-2009, 04:44 PM #5
I see its a redo of the eye chart
SIR****TMG's Avatar
Computer Specs
Distinguished Member with 37,126 posts.
 
Join Date: Aug 2003
Location: Corn Fields of OHIO
Experience: Einstein Jr. Indeed
26-Apr-2009, 04:47 PM #6
but the top one is not
Blackmirror's Avatar
Computer Specs
Distinguished Member with 28,046 posts.
 
Join Date: Dec 2006
Location: uk
Experience: Chocoholic
26-Apr-2009, 04:48 PM #7
I dont see any links apart from one
SIR****TMG's Avatar
Computer Specs
Distinguished Member with 37,126 posts.
 
Join Date: Aug 2003
Location: Corn Fields of OHIO
Experience: Einstein Jr. Indeed
26-Apr-2009, 04:49 PM #8
In my first post I have the newest one out
SIR****TMG's Avatar
Computer Specs
Distinguished Member with 37,126 posts.
 
Join Date: Aug 2003
Location: Corn Fields of OHIO
Experience: Einstein Jr. Indeed
26-Apr-2009, 04:51 PM #9
Its not pictures it tells you in the left hand side of the page at the top if your clean or not
TOGG's Avatar
Distinguished Member with 4,901 posts.
 
Join Date: Apr 2002
Location: Birmingham, England
26-Apr-2009, 05:15 PM #10
I must apologise if my including the 'eyechart' link in my post has caused confusion.

I can confirm that the 'uni-bonn' link included in SIR****TMG's first post only produces a white page with the 'result' in the top left corner.
Blackmirror's Avatar
Computer Specs
Distinguished Member with 28,046 posts.
 
Join Date: Dec 2006
Location: uk
Experience: Chocoholic
26-Apr-2009, 05:20 PM #11
I was curious on how it works
thats all

How reliable is it ?
conflicker is a nasty piece of work

http://news.bbc.co.uk/1/hi/technology/7973829.stm
Im sorry Sir i didnt mean to nit pick
I know it blocks you from AV sites but i have a feeling there is more to conflicker
__________________
In the cookies of life, friends are the chocolate chips.

Last edited by Blackmirror : 26-Apr-2009 05:51 PM.
golferbob's Avatar
Distinguished Member with 3,730 posts.
 
Join Date: May 2004
Experience: Intermediate
26-Apr-2009, 05:23 PM #12
worm
thanks for the info ,tested fine and only takes seconds.
Gizzy's Avatar
Computer Specs
Distinguished Member with 3,437 posts.
 
Join Date: Aug 2005
Location: NJ, USA
Experience: Comp Security Enthusiast
26-Apr-2009, 05:53 PM #13
Thanks for the link SIR****TMG.

I just looked at the code to see how it works and like the website says it's based on the eye chart but it uses CSS instead of images.

When the page loads it tries to load CSS style-sheets in different sub-directories
Code:
<link rel="stylesheet" type="text/css" href="http://four.cs.uni-bonn.de/fileadmin/user_upload/werner/cfdetector/d.css" />
<link rel="stylesheet" type="text/css" href="http://iv.cs.uni-bonn.de/fileadmin/user_upload/werner/cfdetector/c.css" />
<link rel="stylesheet" type="text/css" href="http://downad.four.cs.uni-bonn.de/fileadmin/user_upload/werner/cfdetector/b.css" />
<link rel="stylesheet" type="text/css" href="http://defender.four.cs.uni-bonn.de/fileadmin/user_upload/werner/cfdetector/clean.css" />
It works where if the bottom one (the all clean style-sheet) is blocked then you'll get an infected image....different images for different versions.

it loads different <div>'s depending on the style-sheets.

Code:
<div class="infected-d"><img src="infected.png" alt="infected" class="status" /> Status: <font class="status">System is possibly infected with Conficker.D</font></div>
<div class="infected-c"><img src="infected.png" alt="infected" class="status" /> Status: <font class="status">System is possibly infected with Conficker.C</font></div>
<div class="infected-b"><img src="infected.png" alt="infected" class="status" /> Status: <font class="status">System is possibly infected with Conficker.B</font></div>
<div class="clean"><img src="clean.png" alt="clean" class="status" /> Status: <font class="status">There are no signs for an infection.</font></div>
I guess it works because conficker is blocking sites with defender in the url?...and other versions of conficker blocking the other sub-directories is how it can tell what version you have.

I tested it by blocking the all-clean style-sheet url and I got an image saying I was infected with Conficker.B.

@Blackmirror
That's how it works though I'm not sure how reliable it is without actually being infected with conficker.
__________________
Have you considered using a Limited User Account to improve your computer's security?
Help Add Content At The Official Tech Support Guy Library Of Knowledge!

Last edited by Gizzy : 26-Apr-2009 06:02 PM.
Blackmirror's Avatar
Computer Specs
Distinguished Member with 28,046 posts.
 
Join Date: Dec 2006
Location: uk
Experience: Chocoholic
26-Apr-2009, 06:06 PM #14
I dont want it
Quote:
Some Conficker bots have also downloaded and installed Spyware Protect 2009, one of the many "scareware" programs in circulation. Scareware is the term given to fake anti-malware software that generates bogus infection warnings and then nags users with endless alerts until they pay to $50 to buy the useless program. According to Microsoft, the scam -- also called "rogue software" -- is one of the biggest threats to Internet users. In the second half of 2008 alone, Microsoft's anti-malware tools cleaned nearly 6 million PCs of scareware-related infections.
http://www.computerworld.com/action/...c=news_ts_head

Quote:
Windows PCs infected with the Conficker worm have turned into junk mail-spewing robots capable of sending billions of spam messages a day, a security company warned today.
TOGG's Avatar
Distinguished Member with 4,901 posts.
 
Join Date: Apr 2002
Location: Birmingham, England
26-Apr-2009, 07:56 PM #15
If you haven't already seen this it will tell you all you need to know, and maybe some you'd rather not know, about Conficker and its methods; http://mtc.sri.com/Conficker/addendu...tall-obfuscate
Closed Thread Bookmark and Share

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Smart Search

Find your solution!



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 02:45 PM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.
Powered by Cermak Technologies, Inc.