- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UNIX anti-virus
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2000 11:52 AM
10-10-2000 11:52 AM
I have explained until I was blue in the face to local auditors that UNIX does not have anti-virus software availiable, and the local system administration is how it is controlled. I have tried explaining the difference between exploits and virii.
Is there an official statement from anyone (HP, SUN, IBM) stating that anti-virus software/measures are needed or required ? Something on paper would be nice to show these 'unbelievers'.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2000 12:17 PM
10-10-2000 12:17 PM
Re: UNIX anti-virus
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x20b9119c3420d411b66300108302854d,00.html
But this next url may help you....Basically, as you already know, there is no 'antivirus' software for HPUX. Not in the sense of what the untechnologicals think as 'antivirus software'. This protection lies in the ability of the System Administrator to ensure that no outside forces can login/ftp or rlogin without proper authorization. It lies in the fact that the SA ensures that only the folks who need to see and do...can. And it lies in the security measures and backup procedures put in place by the SA.
As you said...HPUX is not Windows or Dos, and this 'generic-out of the box' software is what hackers rely on to weave their corruption.'
But here's the url....it shows what HPUX does is provide patch(s) to ensure that encryption, security access, router management, etc is all being properly handled by the server. Hope it helps,
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x20b9119c3420d411b66300108302854d,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2000 12:38 PM
10-10-2000 12:38 PM
Re: UNIX anti-virus
The 2nd url is exactly the same as the 1st, which is probably a typo.
Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2000 12:54 PM
10-10-2000 12:54 PM
SolutionFirst, I should say that there are many "trojans" for UNIX, and are very easy to make. I.E. A script that calls /sbin/rm -f /* executed by root will delete the files under / (exception would be /sbin and /sbin/rm and the shell because they are in use). While some people consider trojans a virus, they are not.
Virii have certain characteristics which would define them as virii. First, a virus is usually memory resident. This means that the virus sits in memory and looks for keys to attack files. Usually the dos extension to the file name. I.E. .exe files and .com files. Also virii must be at least a nuisance. like writing "eat my shorts" into a text file would cause an unwanted change to the file. A program that sat in memory and wrote our ficticous message to files would be a virus. A virus must also spread itself in one way or another.
Because the virus usually needs a trigger (like the dos extension) UNIX virii are much more difficult to create. Since /usr/bin/rm is an executable not denoted by rm.exe, the virus would not be able to tell by name what is an executable to infect and spread, and what is not. /etc/hosts would look the same to a virus as /etc/ping. A virus would have to be huge to sit in memory and be able to stat all files, run magic, check bits, etc... to know how to spread.
Next, in UNIX the kernel is memory resident. When the system boots the kernel, it is read only. The kernel sits in memory until system shutdown. If a virus was to infect the kernel, it would not be effective until the system was rebooted with the bad kernel. In Win/XXXX the kernel sits on a disk, and is constantly accessed. Sorry Gates and Clan, but a 100MB kernel just does not fit into most PC's memory :). If the kernel is corrupted, the corruptions are instantly read in, and accepted. Microsoft was supposed to fix this in Win NT 4.0, then in 2000, but I guess they will just let saps keep buying their products and spending tons of cash on anti-virus software and think that is has to be that way.....How easily some of us are fooled :)
The next problem with running a virus in UNIX is that the virus can only run at the access level of the user who executes the program. I.E. If johndoe executes the program, the program can only affect "johndoe"'s processes and files. Anything owned by "root", and "bettysue" would be unaffected. The virus could only do wide spread system damage if the super user "root" executed the virus. This severely limits the ability of a virus in UNIX. Windows NT and 2000 also have multi leveled access for processes, but Microsoft's implementation is very easy to bypass. Another fine programming job by the wonderfull folks at Microsoft! :)
In SunOS and Linux, the virus scanning software that is available is NOT for UNIX and Linux protection, but Microsoft Windows protection. The software is made to scan data shared to and from Windows boxes.
The best defense in UNIX to the Virus threat is common sense, built in UNIX functionality, and basic security measures available in more locations than I would care to give in this reply.
Tell the person asking for Norton AV for HP-UX that it is only necessary in Microsoft world. While him and sooo many others think that Crashes and Virus threats are daily concerns, us UNIX folks know better!
Sincerely,
Shannon Petry
Systems Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2001 12:05 PM
03-15-2001 12:05 PM
Re: UNIX anti-virus
- There are quite a few anti-virus solutions for UNIX (including HP-UX). Just search Yahoo for "+Anti-Virus +UNIX" and you'll find many pages of them. One promising prospect with a 30 trial is Sophos Anti-Virus for Unix (http://www.sophos.com/products/antivirus/savunix.html). Wish CA's InoculateIT would come on-board.
- There is a whitepaper written by Peter Raddatti titles "The Plausibility of UNIX Virus Attacks" that clearly states the case (cf. http://www.cyber.com/papers/plausibility.html).
I certainly don't have a philosophical opinion formed on what constitues a UNIX virus, but clearly malicious code exists ranging from simple shell scripts to full-blown DDOS attacks (e.g. distributed SMURF variants and daemonic.c). Even with the most up-to-date OS patches, firewall rules, and monitoring tools, it seems prudent to include proactive anti-virus software in your arsenal.
V/R
Greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2001 04:22 PM
03-15-2001 04:22 PM
Re: UNIX anti-virus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2001 06:05 AM
03-16-2001 06:05 AM
Re: UNIX anti-virus
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/saint-3.1.2/
Tripwire and Cops are other tools you may want to investigate that are well established on the security front.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2001 06:20 AM
03-16-2001 06:20 AM
Re: UNIX anti-virus
Marcel