Windows worm infects millions

happygeek 0 Tallied Votes 756 Views Share

If you are a Windows user and have not installed the MS08-067 patch from last October, then perhaps you had better pull your finger out. Of course, it could well be too late, and you could well be one of the nine million or so users who have already fallen victim to one of the most widespread of worms to hit Windows for a long time. If you are a Linux or Mac user, of course, you can sit back and relax.

Known by various names such as Conficker, Downadup and Kido, the worm is exploiting the double-edged sword that is user slowness in applying Microsoft security patches and equal apathy in running up-to-date antivirus software.

The worm will adopt the guise of the services.exe executable, copy itself to your Windows folder as a .dll file and proceeds to modify the Registry in order to grant itself the necessary permissions to run as a service. At this point, things start turning really nasty. The malicious code will install an HTTP server on your network and even reset your Windows OS System Restore point just in case it is discovered so it can copy itself right back again.

Naturally it then goes on to start downloading various other bits of malware, but what makes Conficker a little unusual is that it is capable of generating hundreds of new and varied domain names each day. One of them will be the real host for the malware downloads, but finding it is like looking for the proverbial needle in a haystack.

Which is probably why security experts say that the bugger has infected at least nine million users so far, and the number is growing rapidly. China, Brazil, Russia and India would seem to be the worst hit countries.

Dani AI

Generated

A concise expert addendum that builds on 's alert and 's note about vendor removal tools: the important work is triage, reliable cleanup, and fixing operational gaps so the same outbreak does not recur. Echoing and , treat this as an incident that exposes process failures (patching, credential hygiene, network controls), not just a single-piece-of-malware story.

Immediate triage (first actions)

  • Isolate suspect hosts from the network (disable NIC/Wi‑Fi) to stop lateral spread and external callbacks.
  • Preserve evidence: take a disk image or at minimum collect system logs before remedial changes.
  • Run known-good offline scans from trusted media; do not rely on a possibly-compromised system to self-clean.
  • Assume credentials may be stolen—rotate local and domain privileged passwords and audit account activity.
  • Verify backup integrity on an isolated system before any restore.

Quick local checks (admin console)

netstat -ano | findstr LISTEN
tasklist /svc
schtasks /query /fo LIST /v
wmic startup get caption,command
ipconfig /all

Use these to spot unexpected listeners, suspicious services, unusual scheduled tasks and unfamiliar startup commands. Capture output for later analysis.

Operational hardening (post-clean)

  • Centralize patching and testing via an update-management tool; remove administrative rights where not required.
  • Block unnecessary SMB/file-sharing at the perimeter and segment critical servers from general workstation subnets.
  • Enforce unique local admin passwords, strong password policies, and application whitelisting on endpoints.
  • Log DNS and outbound connections; feed anomalies into a SIEM or alerting mechanism.

A cautionary note: prefer vendor-signed removal tools from the vendor's official site, verify digital signatures, and avoid restoring from snapshots or backups until systems are validated clean. Document lessons learned and update incident response playbooks so this thread's alarm becomes sustained process improvement rather than a repeat.

scru 909 Posting Virtuoso Featured Poster

Ah naive me. I thought the days of nasty Windows infections were over.

Lead Goat 0 Newbie Poster

Windows viruses aren't over ... but they are getting nastier.

EsoxLucius 0 Newbie Poster

There is a new site in place from BitDefender, with two different tools that removes downadup/conficker infections. There's a home user tool and one that is recommended for sysadmins. The second one deploys a tool for scanning and disinfection in your managed network. - http://www.downadup.org

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.