RE: Mysterious "Support" account created on Win2k server
From: Michiel Overtoom (motoom@xs4all.nl)
Date: 01/03/03
- Previous message: Floydman: "Re: Mysterious "Support" account created on Win2k server"
- Maybe in reply to: Ostfeld, Thomas: "Mysterious "Support" account created on Win2k server"
- Next in thread: Michael LaSalvia: "RE: Mysterious "Support" account created on Win2k server"
- Reply: Michael LaSalvia: "RE: Mysterious "Support" account created on Win2k server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 03 Jan 2003 19:55:28 +0100 To: <incidents@securityfocus.com> From: Michiel Overtoom <motoom@xs4all.nl>
Kyle wrote...
>port 445 worm/virus/Trojans are the ones spread via SMB over TCP, port 445,
>using "net use \\[machine]\ipc$. The Trojans include password dictionaries
>for guessing admin ids and passwords.
On my servers I remove these kind of builtin account using a batchfile which
get executed from the startup folder:
@echo off
echo Unsharing default shares...
net share ipc$ /delete
net share admin$ /delete
net share c$ /delete
net share d$ /delete
net share e$ /delete
net share f$ /delete
net share g$ /delete
net share h$ /delete
-- Michiel Overtoom - motoom@xs4all.nl // Computers are Creative Wonder Machines ---------------------------------------------------------------------------- This list is provided by the SecurityFocus ARIS analyzer service. For more information on this free incident handling, management and tracking system please see: http://aris.securityfocus.com
- Next message: H C: "RE: Mysterious "Support" account created on Win2k server"
- Previous message: Floydman: "Re: Mysterious "Support" account created on Win2k server"
- Maybe in reply to: Ostfeld, Thomas: "Mysterious "Support" account created on Win2k server"
- Next in thread: Michael LaSalvia: "RE: Mysterious "Support" account created on Win2k server"
- Reply: Michael LaSalvia: "RE: Mysterious "Support" account created on Win2k server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]