Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Fri Apr 19, 2024 4:32 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
PostPosted: Tue Dec 18, 2007 12:33 am 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
Not sure what the issue is here, but I have a mail server running NOD32 ver 2.7.X (which is working fine) however OA seems to think there is no Anti Virus software installed. (The irony is that the server also runs a Kasperski plugin to scan incoming email, so this is probably one of the best protected machines on the network). Anybody else have a similar issue?

BTW this came to light partly as a result of me adding a new view def for Anti Virus Software, and a related FAQ showing how this was done.

viewtopic.php?f=6&t=2545&p=11276#p11276

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
PostPosted: Wed Dec 19, 2007 4:52 am 
Offline
Newbie

Joined: Thu Nov 01, 2007 8:21 am
Posts: 27
yes I have same problem with Antivirus software, who NOT contain "virus" in software name.

example :
Client Offiescan are not considered like antivirus whereas officecan it's enterprise version of pctrend antivirus.


but i have a "VIH SIDA software infection animation" who's called "infection par le virus du SIDA" who absolutly not an antivirus software, open audit detect this software like an antivirus.

the problem is in "system_viewdef_security.php" file :

line 56 :

[code]"antivirus_other"=>array(
"headline"=>__("Other Antivirus"),
"sql"=>"SELECT * FROM software WHERE software_uuid = '" . $_GET["pc"] . "' AND software_timestamp = '".$GLOBAL["system_timestamp"]."' AND software_name LIKE '%virus%' ",[/code]


Top
 Profile  
Reply with quote  
PostPosted: Wed Dec 19, 2007 10:20 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 07, 2004 11:48 am
Posts: 1964
Location: Brisbane, Australia
I think the ONLY way to be 100% certain that we pick-up every AntiVirus program that does not register with WinXPsp2 or Win2k3 is for everyone to provide a list of all known AntiVirus programs (their names) in every language. That way, we can check for any of these names in the Software table, and display them.

Not an insignificant amount of work.

The reason it checks like it does (where software_name LIKE '%virus%') is the easiest and simplest way to check for MOST programs - it is not 100% accurate though. It was infinitely easier to write that short bit of SQL, than to check for every AntiVirus program name, in every language.

_________________
Support and Development hours available from [url=https://opmantek.com]Opmantek[/url].
Please consider a purchase to help make Open-AudIT better for everyone.


Top
 Profile  
Reply with quote  
PostPosted: Thu Dec 20, 2007 12:19 am 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
can we check for software_name like __(%virus%) or

$virus_name = __("virus") ...

software_name like __($virus_name)

or similar to cover translation.

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group