, SecurityFocus 2003-08-11
A malicious worm that exploits last month's RPC DCOM vulnerability struck the Internet Monday afternoon, targeting unpatched Windows 2000 and Windows XP machines.
Expand all |
Post comment
RPC DCOM Worm Hits the Net
2003-08-11
Manu (4 replies)
Manu (4 replies)
RPC DCOM Worm Hits the Net
2003-08-12
Anonymous (3 replies)
Anonymous (3 replies)
RPC DCOM Worm Hits the Net
2003-08-12
Christopher Canova (2 replies)
Christopher Canova (2 replies)
RPC DCOM Worm Hits the Net
2003-08-12
Anonymous (1 replies)
Anonymous (1 replies)
RPC DCOM Worm Hits the Net
2003-08-12
Scott Miller <smiller (at) secureadmin (dot) ca [email concealed]>
Scott Miller <smiller (at) secureadmin (dot) ca [email concealed]>
RPC DCOM Worm Hits the Net
2003-08-12
Nrik (1 replies)
Nrik (1 replies)
RPC DCOM Worm Hits the Net
2003-08-12
Scott Miller <smiller (at) secureadmin (dot) ca [email concealed]> (1 replies)
Scott Miller <smiller (at) secureadmin (dot) ca [email concealed]> (1 replies)
Took down our NT Network (500 Plus users)
2003-08-12
Anonymous (8 replies)
Anonymous (8 replies)
Took down our NT Network (500 Plus users)
2003-08-12
Anonymous (7 replies)
Anonymous (7 replies)
Took down our NT Network (500 Plus users)
2003-08-12
Anonymous (3 replies)
Anonymous (3 replies)
Took down our NT Network (500 Plus users)
2003-08-12
Anonymous (3 replies)
Anonymous (3 replies)
Took down our NT Network (500 Plus users)
2003-08-12
Anonymous (1 replies)
Anonymous (1 replies)
Windows Update is FREAKING AUTOMATIC!
2003-08-12
Anonymous (6 replies)
Anonymous (6 replies)
Windows Update is FREAKING AUTOMATIC!
2003-08-12
Big Guys (2 replies)
Big Guys (2 replies)
Windows Update is FREAKING AUTOMATIC!
2003-08-12
Anonymous (1 replies)
Anonymous (1 replies)
Took down our NT Network (500 Plus users)
2003-08-12
Anonymous (1 replies)
Anonymous (1 replies)
to little to late
2003-08-12
Anonymous (2 replies)
Anonymous (2 replies)
500 users went home early, yet we paid them. MS SUCKS!
2003-08-12
Anonymous (1 replies)
Anonymous (1 replies)
Took down our NT Network (500 Plus users)
2003-08-12
Anonymous (2 replies)
Anonymous (2 replies)
Took down our NT Network (500 Plus users)
2003-08-12
Anonymous (1 replies)
Anonymous (1 replies)
RPC DCOM Worm Hits the Net
2003-08-12
Federico Lucifredi (2 replies)
Federico Lucifredi (2 replies)
RPC DCOM Worm Hits the Net
2003-08-12
Jeff Serino (1 replies)
Jeff Serino (1 replies)
Anyone identified initial infection vector?
2003-08-12
Anonymous (1 replies)
Anonymous (1 replies)
Anyone identified initial infection vector?
2003-08-12
Anonymous (1 replies)
Anonymous (1 replies)
Anyone identified initial infection vector?
2003-08-12
Chris S (2 replies)
Chris S (2 replies)
Open letter to Bill Gates........
2003-08-12
Anonymous (1 replies)
Anonymous (1 replies)
Open letter to Bill Gates........
2003-08-12
Anonymous (1 replies)
Anonymous (1 replies)
Open letter to Bill Gates........
2003-08-12
Anonymous (3 replies)
Anonymous (3 replies)
RPC DCOM Worm Hits the Net
2003-08-12
AnonymousAdmin (1 replies)
AnonymousAdmin (1 replies)
RPC DCOM Worm Hits the Net
2003-08-12
Anonymous (2 replies)
Anonymous (2 replies)
RPC DCOM Worm Hits the Net
2003-08-12
Anonymous (1 replies)
Anonymous (1 replies)
RPC DCOM Worm Hits the Net
2003-08-13
Scott Moreau <smoreau (at) secureadmin (dot) ca [email concealed]>
Scott Moreau <smoreau (at) secureadmin (dot) ca [email concealed]>
RPC DCOM Worm Hits the Net - but without any executeable
2003-08-14
Anonymous (Lost user) that needs opinion (1 replies)
Anonymous (Lost user) that needs opinion (1 replies)

As soon as the information was released on the worm via CERT and other reliable security resources such as; symantec and of course security focus - you KNEW full well that the propagation is done via 69/udp ... how about something like the following on your cores:
access-list 100 deny udp any any eq 69 log
access-list 100 permit ip any any
So check your syslog servers for any outbreak, it's really simple:
grep -i '169 denied' | grep -v | awk '{print }' | cut -d( -f1 | sort -u | uniq -c | mail -s "whatever"
Cron it and voila, notifications within 5 minutes.
Yes I realize that scanning could potentially cause a DoS, but if you were fairly knowledgeable about this little work of art - it only had a 40% chance of scanning the network in which your machine resided on.
Windows will contiune to function as it does not have a heavy reliance on tftp ... *NIX surprisingly enough, UNIX figured out (10 years ago I believe) that a completely unsecure protocol such as tftp is not a wise process to leave running after system install ... *sigh*
Something as simple as the above will segregate the propagation and will help keep the spread segregated to each floor/building (depending on how smart some of you were when you designed your network). That way you can deploy the necessary teams to clean and patch the virus ...
Complete prevention is of course a whole other issue - many factors are included: internal processes for patch deployments, anti-virus use for VPN and local users, and of course budget!
Just my .02
[ reply ]
Link to this comment: http://www.securityfocus.com/comments/articles/6689/21481#21481