SoftwareTipsandTricks Forum

Go Back   SoftwareTipsandTricks Forum > Operating Systems > Windows XP
User Name
Password


How does SP2 detect Virus software?

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes

  #1  
Old 07-25-2005, 05:11 PM
flakzeus Offline
Registered User
 
Join Date: Jul 2005
Posts: 9
How does SP2 detect Anti-Virus software?

As the title indicates, how does Windows XP SP2 detect Anti-Virus Software?

Is there a registry key or flat file that stores this information?

Thanks.

Last edited by flakzeus : 07-25-2005 at 09:33 PM.
Reply With Quote

  #2  
Old 07-25-2005, 06:04 PM
vidster's Avatar
vidster Offline
Registered User
 
Join Date: Sep 2004
Posts: 836
That's a good one flakzeus
Why would you want to know, if i might ask
Reply With Quote

  #3  
Old 07-25-2005, 06:46 PM
cata34 Offline
Registered User
 
Join Date: Jul 2005
Posts: 16
Quote:
Originally Posted by vidster
That's a good one flakzeus
Why would you want to know, if i might ask

I am interested too in a answer to this question... Just becouse I want to know if SP2 is more efficient than other Anti-Virus Software.... I think it is a good point!
Reply With Quote

  #4  
Old 07-25-2005, 06:58 PM
vidster's Avatar
vidster Offline
Registered User
 
Join Date: Sep 2004
Posts: 836
Quote:
Originally Posted by cata34
I am interested too in a answer to this question... Just becouse I want to know if SP2 is more efficient than other Anti-Virus Software.... I think it is a good point!
Please do not be fooled in to thinking that sp2 is in any way an antivirus program
sp2 fixed a whole bunch of security exploits, installed the Windows Security Centre and made the Windows Firewall more accessible. sp2 will monitor your system and tell you about any vital updates you need to install. It will also tell you that your computer is at risk if you do not have any antivirus software running.
The Firewall is a good thing but it is by no means the best you can use.

I would recommend using AVG7 antivirus and Sygate Personal Firewall as a bare minimum where security is concerned

PS. Both programs are free
Reply With Quote

  #5  
Old 07-25-2005, 07:07 PM
flakzeus Offline
Registered User
 
Join Date: Jul 2005
Posts: 9
Reason: I want to know this so that I am developing a script that will install an anti-virus solution if one is not present. I would like to know where Windows stores this information so that I am too, know if they (the user) have protection.

Personally, I like the ClamWin project which provides free anti-virus. However, it does not have a "on access" scanner at the moment.

Last edited by flakzeus : 07-25-2005 at 07:10 PM.
Reply With Quote

  #6  
Old 07-25-2005, 07:19 PM
vidster's Avatar
vidster Offline
Registered User
 
Join Date: Sep 2004
Posts: 836
Ahh.....Good idea
How are you going to determine what antivirus solution should be used? (i know nothing about writing scripts by the way)
Reply With Quote

  #7  
Old 07-25-2005, 07:23 PM
flakzeus Offline
Registered User
 
Join Date: Jul 2005
Posts: 9
The company that I work for is licensed for McAffe Enterprise.
Reply With Quote

  #8  
Old 07-25-2005, 07:33 PM
vidster's Avatar
vidster Offline
Registered User
 
Join Date: Sep 2004
Posts: 836
You'll be using AVG then
Only joking
It's a good idea! I hope you do well with it.
Reply With Quote

  #9  
Old 07-25-2005, 08:10 PM
sp_100 Offline
Registered User
 
Join Date: Jan 2005
Posts: 706
http://www.theregister.co.uk/2004/09...curity_review/

http://www.microsoft.com/technet/pro.../sp2mempr.mspx

There is NO antivirus in SP2.
Reply With Quote

  #10  
Old 07-25-2005, 08:15 PM
Cache's Avatar
Cache Offline
ST&T Secret Police
 
Join Date: Jun 2004
Location: UK
Posts: 616

I belive the question he is aking is/or should be: "how does Windows XP SP2 detect ANTIVirus Software?"
Reply With Quote

  #11  
Old 07-25-2005, 09:34 PM
flakzeus Offline
Registered User
 
Join Date: Jul 2005
Posts: 9
Quote:
Originally Posted by cache
I belive the question he is aking is/or should be: "how does Windows XP SP2 detect ANTIVirus Software?"


You sir, are correct.
Reply With Quote

  #12  
Old 07-25-2005, 09:49 PM
Cache's Avatar
Cache Offline
ST&T Secret Police
 
Join Date: Jun 2004
Location: UK
Posts: 616
I think this question would be better asked in the MSDN forum:

http://forums.microsoft.com/msdn/default.aspx
Reply With Quote

  #13  
Old 07-25-2005, 10:14 PM
Cache's Avatar
Cache Offline
ST&T Secret Police
 
Join Date: Jun 2004
Location: UK
Posts: 616

Actually I just thought, its a good job you made the above post. It will help people with the same way of thinking as the 3rd post down realize SP2 is not the only line of security needed. I didnt realize people thought SP2 has a Antivirus.
Reply With Quote

  #14  
Old 07-26-2005, 10:36 AM
flakzeus Offline
Registered User
 
Join Date: Jul 2005
Posts: 9
Thanks for the idea but I'm not getting an answer there either

After a little searching I found this from Microsoft:

Quote:
Q: How does Windows Security Center detect third-party products and their status?
A: Windows Security Center uses a two-tiered approach for detection status. One tier is manual, and the other tier is automatic through Windows Management Instrumentation (WMI). In manual detection mode, Windows Security Center searches for registry keys and files that are provided to Microsoft by independent software manufacturers. These registry keys and files let Windows Security Center detect the status of independent software. In WMI mode, software manufacturers determine their own product status and report that status back to Windows Security Center through a WMI provider. In both modes, Windows Security Center tries to determine whether the following is true:
• An antivirus program is present.
• The antivirus signatures are up-to-date.
• Real-time scanning or on-access scanning is turned on for antivirus programs.
• For firewalls, Windows Security Center detects whether a third-party firewall is installed and whether the firewall is turned on or not.


Where this is a start, but still does not tell me where the information is stored.

Last edited by flakzeus : 07-26-2005 at 10:41 AM.
Reply With Quote

  #15  
Old 07-26-2005, 02:28 PM
flakzeus Offline
Registered User
 
Join Date: Jul 2005
Posts: 9
Quote:
Originally Posted by flakzeus
Thanks for the idea but I'm not getting an answer there either

After a little searching I found this from Microsoft:




Where this is a start, but still does not tell me where the information is stored.

So in case you guys are interested, I found a way to use COM objects to access the WMI database that stores this information. And the best part is, I did this in PHP! hehe. Thanks for your input guys.
Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with software functionality following replacing corrupt software hive osmonic Windows XP 2 06-29-2005 02:11 AM
Stupid Virus Software Xeralt Windows XP 15 02-13-2005 10:54 PM
virus, spyware, or software problems? cordell Windows XP 3 01-25-2005 10:57 PM
Best anti virus software..... Thicko Windows XP 1 04-29-2004 07:00 PM
New software cannot detect boot drive lerton Windows XP 1 12-13-2003 04:46 PM



All times are GMT -5. The time now is 10:45 PM.


Designed by eXtremepixels. Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.