Lansweeper logo
Home Download Features Demo Premium Version Knowledgebase Support forum
 

How to detect if the Conficker patch is installed on all computers.


The security vulnerability of update KB958644 is still exploited by many malware variants.
MS08-067: Vulnerability in Server service could allow remote code execution

With Lansweeper you can create a simple report that shows all computers missing this security update.

SQL Code:
SELECT TOP 100 PERCENT dbo.tblComputers.Computername, dbo.tblComputers.Domain, dbo.tblOperatingsystem.Description,
dbo.TsysLastscan.Lasttime AS Lastscanned
FROM dbo.tblComputers INNER JOIN
dbo.TsysLastscan ON dbo.tblComputers.Computername = dbo.TsysLastscan.Computername LEFT OUTER JOIN
dbo.tblOperatingsystem ON dbo.tblComputers.Computername = dbo.tblOperatingsystem.Computername
WHERE (dbo.tblComputers.Computername NOT IN
(SELECT computername FROM tblquickfixengineering WHERE hotfixid = 'KB958644')) AND (dbo.TsysLastscan.CFGname = 'QUICKFIX')
ORDER BY dbo.tblComputers.Domain, dbo.tblComputers.Computername

Save the report as web30noConfickerPatch and add it to your dashboard with a high priority.

Most requested articles:

Lansweeper troubleshooting guide.
The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
WMI Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
How to configure the windows firewall using group policies.
Configuring Internet explorer to allow custom actions.
   
Hemoco Contact: E-mail Lansweeper - Skype : Lansweeper
Copyright 2004 - 2010 © Geert Moernaut - Hemoco bvba - All rights reserved