Operating System - HP-UX
1833012 Members
2605 Online
110048 Solutions
New Discussion

Re: Security audit report for hpux

 
avik
Valued Contributor

Security audit report for hpux

Is there any tool available to perform a security audit in hpux ? Thanks in anticipation
8 REPLIES 8
Peter Godron
Honored Contributor

Re: Security audit report for hpux

Hi,
a bit more info is required. But you could start with SAM -> Auditing and Security.

What do you want to audit ? Accounts , access , privledges ,network .....?
James R. Ferguson
Acclaimed Contributor

Re: Security audit report for hpux

Hi:

Well, the ITRC Patch Database has a patch assessment tool which includes analysis of security-related patches:

https://www2.itrc.hp.com/service/patch/mainPage.do

Regards!

...JRF...
Pete Randall
Outstanding Contributor

Re: Security audit report for hpux

There are also the Host Intrusion Detection System (HIDS) and Bastille, which checks for security loopholes. A forums search or a software depot search should be able to turn up both.


Pete

Pete
Jaime Bolanos Rojas.
Honored Contributor

Re: Security audit report for hpux

Avik,

I do not think there is such a tool that you perform a security audit for everything on a system, if not I would think hackers would be all over that tool.

You can trusted your system and audit as many things as you want or make sure that your system is patch properly as recommended above.

Other thing you can do is hire somebody to do the audit for your company and him to show you how to do it while he is doing it.

http://newfdawg.com/HP-UX-audit-service.htm

Regards,

Jaime.
Work hard when the need comes out.
avik
Valued Contributor

Re: Security audit report for hpux

Thanks for the quick reply. I infact wanted to generate a report that could help in finding out the open ports, open vulnerabilities etc, by that I can sit with my aplication support team to patch the open risks. I am thinking to run bastille utility to close/stop unwanted ports/services
Marvin Strong
Honored Contributor

Re: Security audit report for hpux

There are alot of tools that do security checks for you. Not many built into the os, bastille was already mentioned.

nmap and satan are just two you can download and run.

If you want to purchase software there are many out there.

Mark Ellzey
Valued Contributor

Re: Security audit report for hpux

Avik,

Try www.nessus.org. This is the auditing software that we use to find security holes.

Regards,
Mark
Bill Hassell
Honored Contributor

Re: Security audit report for hpux

System security is a very broad terminology so there is no one tool that will give you such a report. Bastille is an Xwindow tool that walks you through several dozen checks and suggestions. However, security isn't jst closing ports. It is password rule policies, proper directory and file permissions, security policies in the /etc/default/security file (which may not exist on your system and needs to be created), getting all the security patches installed, setting up Trusted system and policies, etc. Then if your system is exposed to the Internet, you'll need to setup even more security features, following the procedures for making a Bastion host as in:

http://www.windowsecurity.com/whitepaper/unix_security/Building_a_Bastion_Host_Using_HPUX_11.html

You also need to develop a sysadmin policy about root logins. The ideal rule is "no root logins allowed, ever". This means you use sudo for all sysadmins and your syslog file is kept on a another server. And for good measure, lock down remote access with the inetd.sec file in /var/adm. Then add the Intrusion Detection package and you should be set. By the way, documenting all the steps to get here becomes your security report. Tools like nessus and nmap just poke around from the outside. Some of your biggest threats will be from users and insiders.


Bill Hassell, sysadmin