﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Discuss Content Posted by Brian Knight / Article Discussions / Article Discussions by Author  / Another SQL Server Virus Hits the Internet / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 23:27:11 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Another SQL Server Virus Hits the Internet</title><link>http://www.sqlservercentral.com/Forums/Topic9518-31-1.aspx</link><description>great reply - thx much for the detailed infoBrian LockwoodLockwoodTech Softwarehttp://www.lockwoodtech.com</description><pubDate>Wed, 29 Jan 2003 17:28:00 GMT</pubDate><dc:creator>Brian Lockwood</dc:creator></item><item><title>RE: Another SQL Server Virus Hits the Internet</title><link>http://www.sqlservercentral.com/Forums/Topic9518-31-1.aspx</link><description>&lt;i&gt;2) at http://www.microsoft.com/sql/downloads/2000/sp3.asp I find it kind of confusing as to what exactly is the sp3 download. if you click the link to direct to next page for download there are 3 files at the bottom&lt;/i&gt;&lt;i&gt;"Below are links to the separate files available for this download."&lt;/i&gt;&lt;i&gt;sql2kasp3.exe&lt;/i&gt;&lt;i&gt;SQL2KDeskSP3.exe&lt;/i&gt;&lt;i&gt;sql2ksp3.exe&lt;/i&gt;&lt;i&gt;there is no description for these files. which one exactly should you download?&lt;/i&gt;sql2kasp3.exe - Analysis Services. Not important for Slammer.SQL2KDeskSP3.exe - MSDE. If you have MSDE, very important, as MSDE is vulnerable.SQL2KSP3.exe - Core SQL Server. Important for Slammer.&lt;i&gt;3) if you go to the slammer link at http://www.microsoft.com/technet/treeview/default.asp?url=/technet/security/virus/alerts/slammer.asp it offers you instructions for "recovery" for those already affected.&lt;/i&gt;&lt;i&gt;step 1 is "Set the SQL Server Service to Manual." - can you humor a knucklehead and clarify this? Where can I find this and how do I change it to manual?&lt;/i&gt;If you are on a Win2K Server (Advanced Server, etc.), go to Start | Programs | Administrative Tools | Services. Find MSSQLServer and any that start with MSSQL$. Double click, change start-up to manual.The worm is in memory only. It doesn't write or change anything permanently. The reason you set it to manual is upon startup you don't get reinfected immediately. It gives you a chance to apply the patch.&lt;i&gt;4) What would be interesting would be a subjective description of the virus - &lt;/i&gt;&lt;i&gt;is it a query, script file etc? &lt;/i&gt;It is a buffer overflow attack. Specifically, some mean person has crafted a network packet to hit UDP port 1434. It exploits a known SQL 2K vulnerability. The vulnerability allowed the packet to overwrite a portion of active memory. That portion gets overwritten with the worm, who's sole purpose to propogate itself as quickly as possible. It picks out IP addresses psudeo-randomly and fires off the UDP packet. Since UDP is connectionless, it's really a fire and forget, meaning a single worm can generate a ton of traffic and infect unpatched systems extremely fast.&lt;i&gt;Is there a way to examine your SQL Server to see if you are infected?&lt;/i&gt;If you are infected, you have no bandwidth. It brought down trunks at BellSouth. Internet availability and reachability dropped from greater than 99.99% to 85%.&lt;i&gt;What was the means of infection? It seems having a sql server without sp3 exposed to the internet might be enough.&lt;/i&gt;A UDP packet destined for port 1434 (SQL Server Listener). SP3 and systems with SP 2 and MS02-039 or MS02-061 are patched. There is a proviso with the SP 2 patches... apparently one of the patches after July undid the MS02-039 patch for the vulnerability (wrong files in the patch). That's why some MS02-061 or MS02-039 systems were infected.K. Brian Kelleyhttp://www.truthsolutions.com/Author: Start to Finish Guide to SQL Server Performance Monitoring http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1Edited by - bkelley on 01/28/2003  10:39:41 PM</description><pubDate>Tue, 28 Jan 2003 21:04:00 GMT</pubDate><dc:creator>K. Brian Kelley</dc:creator></item><item><title>RE: Another SQL Server Virus Hits the Internet</title><link>http://www.sqlservercentral.com/Forums/Topic9518-31-1.aspx</link><description>thx for the article.  I have a few basic sql slammer questions ...1)  if you hit the link on sqlservercentral main page for sp3 "SQL Server 2000 Quick Info" you will get http://www.sqlservercentral.com/javen@dbassociates.com.au which produces an error page2) at http://www.microsoft.com/sql/downloads/2000/sp3.asp I find it kind of confusing as to what exactly is the sp3 download.  if you click the link to direct to next page for download there are 3 files at the bottom"Below are links to the separate files available for this download."sql2kasp3.exeSQL2KDeskSP3.exesql2ksp3.exethere is no description for these files.  which one exactly should you download?3) if you go to the slammer link at http://www.microsoft.com/technet/treeview/default.asp?url=/technet/security/virus/alerts/slammer.asp it offers you instructions for "recovery" for those already affected.step 1 is "Set the SQL Server Service to Manual."  - can you humor a knucklehead and clarify this?  Where can I find this and how do I change it to manual?4)  What would be interesting would be a subjective description of the virus - is it a query, script file etc?  Is there a way to examine your SQL Server to see if you are infected?What was the means of infection?  It seems having a sql server without sp3 exposed to the internet might be enough.tia - BrianBrian LockwoodLockwoodTech Softwarehttp://www.lockwoodtech.com</description><pubDate>Tue, 28 Jan 2003 20:18:00 GMT</pubDate><dc:creator>Brian Lockwood</dc:creator></item><item><title>RE: Another SQL Server Virus Hits the Internet</title><link>http://www.sqlservercentral.com/Forums/Topic9518-31-1.aspx</link><description>I'm not following here. The postings I've seen indicate it's using the Buffer Overflow vulnerability found by NGSSoftware and reported in MS02-039. SP3 and the patch from MS02-039 (to include the one available in MS02-061) cover that vulnerability. Are you seeing another attack vector? If so, what else are you seeing is required?K. Brian Kelleyhttp://www.truthsolutions.com/Author: Start to Finish Guide to SQL Server Performance Monitoring http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1</description><pubDate>Mon, 27 Jan 2003 12:00:00 GMT</pubDate><dc:creator>K. Brian Kelley</dc:creator></item><item><title>RE: Another SQL Server Virus Hits the Internet</title><link>http://www.sqlservercentral.com/Forums/Topic9518-31-1.aspx</link><description>Some additional comments and corrections (from experience):the 039 patch is not sufficient to keep a server from becoming infected and, from what I have seen, SP3 does not keep SQLSlammer out either.Information on how to combat and prevent attacks is available from Microsoft at http://www.microsoft.com/security/slammer.aspThere was a significant amount of confusion due to early incorrect reports from anti-virus suppliers and even Microsoft on how to fix systems.A stop-gap measure to calm the network down if you are already under attack is to use an AD policy to block UDP port 1434 on all computers. This will prevent further infestation but you will still need to reboot infected servers to get the worm out of memory. Some applications may need ot be configured to use named pipes if you are blocking UDP port 1434 as they will not be able to resolve the port for named instances. Also, this will only work for Windows 2000 and XP environments; NT4/Windows Me do not support AD policies and may still be at risk if running SQL or MSDE 2000.Bryant E. Byrd, MCDBASQL Server DBA/Systems EngineerIntellithought, Inc.bbyrd@intellithought.com</description><pubDate>Mon, 27 Jan 2003 10:27:00 GMT</pubDate><dc:creator>Tatsu</dc:creator></item><item><title>Another SQL Server Virus Hits the Internet</title><link>http://www.sqlservercentral.com/Forums/Topic9518-31-1.aspx</link><description>Comments posted to this topic are about the content posted at &lt;A HREF=http://www.sqlservercentral.com/columnists/bknight/sapphirevirus.asp&gt;http://www.sqlservercentral.com/columnists/bknight/sapphirevirus.asp&lt;/A&gt;</description><pubDate>Sat, 25 Jan 2003 00:00:00 GMT</pubDate><dc:creator>Brian Knight</dc:creator></item></channel></rss>