##########################################################
Scanning for Conficker Vulnerability & Infection
##########################################################
=================
**Disclaimer**
This is all pretty ugly, but should help those who find themselves in a pinch. This little guide comes with no warranties or guarantees effectiveness.
=================
---------------
Pre-requisites
---------------
This method has been tested using nmap version 5.85BETA5 on Mac OS X. This should work on any *nix system.
Open the terminal and input the following commands:
svn co --username=guest --password='' svn://svn.insecure.org/nmap
cd nmap
./configure && make
sudo make install
---------------
Running the Scan
---------------
*note that if you already have a version of nmap installed on your machine from another source (Fink for example) you must type ./nmap from within the directory you compiled. For example, I created a folder on my desktop called svn_nmap where I placed the source and compiled. Launching from other locations will open an older version.
Type the following from within the nmap directory:
nmap -PN -d -p445 --script=smb-check-vulns --script-args=safe=1 xxx.xxx.xxx.zzz-zzz >> conficker_scan.txt
This will execute the scan on a range of ports and outputs the results to conficker_scan.txt. You may want to do small ranges so you keep track of how well the scan is proceeding. Feel free to use the same output file as >> designates that output will be appended.
--------------
Wading Through the Results
--------------
You should now have a number of text files containing the results of your scan. In order to pull out information on the infected machines, run the following:
grep -B 7 -A 4 INFECTED conficker_scan.txt >> infected_machines.txt
To determine if any machines are vulnerable but not yet infected run the following:
grep -B 8 -A 3 VULNERABLE conficker_scan.txt >> vulnerable_machines.txt
------------
Dealing With the Consequences
------------
At this point I leave you to determine the best course of action once you have identified all the vulnerable/infected machines.
+++++++++++++++++++++++++++
Author: jur1st - CCCKC
Credit to: Fyodor, Dan Kaminsky, Felix Leder, Tillmann Werner, Rich Mogull and the Conficker Working Group for the hard work. All I did was make the info a little more accessible.
+++++++++++++++++++++++++++
Welcome to the realm. This realm, is not your ordinary realm. Here you will find happenings in the network security world, as well as the underground and the ethical arena.
Thursday, April 2, 2009
Using NMAP to detect Conficker infected hosts | The Edge of I-Hacked
Using NMAP to detect Conficker infected hosts | The Edge of I-Hacked
Subscribe to:
Post Comments (Atom)
About Me
Blog Archive
-
▼
2009
(47)
-
►
June
(11)
- One Hacker's Audacious Plan to Rule the Black Mark...
- Superhacker Max Butler Pleads Guilty | Threat Leve...
- Pentagon signs off on Cyber Command
- Lifehacker - Geek to Live: Encrypt your data - Dow...
- L0phtCrack - Windows & Unix Password Auditing & Re...
- L3DGEWorld 2.3
- IT Security - The Industry's Web Resource
- Home | Learn Security Online
- Top Five (5) Best Criminal Computer Hackers of All...
- 5 Best Pen-Test Linux Distributions | LinuxHaxor.n...
- Hacker penetrates T-Mobile systems
-
▼
April
(15)
- Swedish courts find The Pirate Bay guilty
- Electricity Grid in U.S. Penetrated By Spies - WSJ...
- Behind GhostNet - F-Secure Weblog : News from the ...
- I-Hacked.com Taking Advantage Of Technology - Insi...
- I-Hacked.com Taking Advantage Of Technology - Twit...
- FOXNews.com - Cyberspies Penetrate U.S. Electrical...
- Tenable Network Security
- Using NMAP to detect Conficker infected hosts | Th...
- PaulDotCom
- ha.ckers.org web application security lab
- Conficker - Wikipedia, the free encyclopedia
- An Analysis of Conficker C
- Passwords used by the Conficker worm | Graham Clul...
- Open Source Honeypots: Learning with Honeyd
- IDS Logbook [OS3 Website]
-
►
March
(12)
- Main Page - Business Continuity Management (BCM) a...
- The 20 Best Job Search Web Sites - Features by PC ...
- California Virtual Campus » Students » CVC Course ...
- PayPal Security Key - PayPal
- The Ethical Hacker Network - EC-Council validity
- Run Away From The CEH Certification
- InformIT: On the EC-Council's Certified Ethical Ha...
- GIAC Certifications
- Top 5 open source security tools in the enterprise...
- Hack-off contestant dubs Apple Safari 'easy pickin...
- The Register: Sci/Tech News for the World
- Been away!
-
►
June
(11)
Tags
- Backtrack (3)
- Cain Abel (1)
- Eee PC (1)
- fgdump (2)
- finger printing (1)
- fingerprinting (1)
- Hping2 (1)
- Linux (2)
- metasploit (6)
- netcat (2)
- news (16)
- nmap (5)
- Ophcrack (1)
- password cracking (5)
- RainbowCrack (3)
- rdp (1)
- Snort (2)
- tcpdump (1)
- training (25)
- vulnerabilities (12)
- WiFi (1)
- xprobe2 (1)
2 comments:
This is cool work, but it's unreadable in Firefox. Can you rejigger your theme so I can link to it?
I changed it up...
Also, you can follow the link to the original post.
Post a Comment