Operating System - HP-UX
1822152 Members
4330 Online
109640 Solutions
New Discussion юеВ

Re: checklist to make HPUX 11i SOX compliant

 
SOLVED
Go to solution
Sunny Jaisinghani
Trusted Contributor

checklist to make HPUX 11i SOX compliant

Can anyone provide me a checklist to make a HPUX 11i system SOX security compliant?
your replies would be greatly appreciated.

I have got few things marked. If you can contribute to this list it would be appreciable.

1. Regular installation of quarterly HP-UX security updates.
2. Regular patch assessments (itrc.hp.com)
3. Regular run and installation of results from security_patch_check which ships separately as a patch and is part of Bastille.
4. Disable telnet and ftp and install ssh and sftp
5. Check access permissions for users
6. keep root account password secret
7. Migrate from NIS to LDAP or ADS integration
8. Go to trusted system, which does not work with NIS.
9. Hardening your system with Bastille.
10. install intrusion detection system

and above all this maintain a documentation which explains all the policies and procedures set up for which the organisation is accountable
9 REPLIES 9
whiteknight
Honored Contributor

Re: checklist to make HPUX 11i SOX compliant

Hi Sunny,

Please see this link
http://h20338.www2.hp.com/hpux11i/cache/323380-0-0-000-121.html


HP-UX 11i v2 certification
HP-UX 11i v2 running on HP 9000 and Integrity platforms has been successfully evaluated against the requirements for the EAL4 Common Criteria (ISO 15408) Assurance Level, augmented by ALC_FLR.3 (flaw remediation), using the Controlled Access (CAPP) and Role-Based Access Control (RBAC) Protection Profiles. EAL4+ is sometimes used as the abbreviated form for additional assurances.

HP Security handbook

http://h71028.www7.hp.com/ERC/library/GetPage.aspx?pageid=314112&audienceid=0&statusid=0&ccid=0&langid=121&ERL=true&pageTitle=HP%20Security%20Handbook


Thanks
WC
Problem never ends, you must know how to fix it
Sunny Jaisinghani
Trusted Contributor

Re: checklist to make HPUX 11i SOX compliant

Hi,

Do all these things that you mentioned apply to HPUX 11.11 also.

Regards
whiteknight
Honored Contributor

Re: checklist to make HPUX 11i SOX compliant



Hi sunny,

it is for 11iv2, some of the security in 11iv1 also available, you need to install separate bundle which is available in software.hp.com


WK
Problem never ends, you must know how to fix it
Sunny Jaisinghani
Trusted Contributor

Re: checklist to make HPUX 11i SOX compliant

Hi,

thanks for the usefull information

however i would like to know the base level measures to achieve SOX compliance.

Patrick Wallek
Honored Contributor

Re: checklist to make HPUX 11i SOX compliant

That is entirely up to the SOX auditors that you have. There is no way to make anything FULLY SOX compliant since there are no real IT guidelines in the SOX act itself.

The best way is to ask your SOX auditors what they are looking for, which could change from day to day.
Steven E. Protter
Exalted Contributor

Re: checklist to make HPUX 11i SOX compliant

Shalom,

Good checklist.

trusted system is deprecated. There is a new product replacing it on http://software.hp.com

Hopefully it will be released on 11.11 and up.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Keith Buck
Respected Contributor

Re: checklist to make HPUX 11i SOX compliant

Sunny,

A few clarifications on your list:

1. quarterly patch bundles are "quality packs" which are a set of stable and well-tested patches. There is obviously some overlap with security, but it is not the purpose of the QPK.
2/3. https://www.hp.com/go/swa - Software Assistant includes the functionality of both the ITRC patch assessment and security_patch_check, and some other goodies, like automated download and integrity checking.
3. security_patch_check is not part of Bastille. Bastille will setup a cron job to run it (or swa if you have it installed, in at least the 0709 release...can't remember the exact details of the timing of that change)
4/5. covered by Bastille with an appropriate config
8. as mentioned by others, trusted system is deprecated for later OS releases. Bastille will handle this for you if you know the requirements (e.g., hidden password file, audit, etc.)

Hope that helps clarify your list...most specifics I would recommend are already covered by Bastille.

Note that the recent versions of Bastille and Software Assistant include comprehensive html reports which should also help.

-Keith
VK2COT
Honored Contributor
Solution

Re: checklist to make HPUX 11i SOX compliant

Hello,

As always, legal documents (SOX too) are
written in such a manner to make it easy to
interpret them in many ways.

The English language has many ways to
measure readability of a given text.

One of them is the Fog Index.

To calculate the Fog Index of a passage, do the following:

1. Count the number of words in the paragraph, W.
2. Count the number of sentences in the paragraph, S.
3. Count the number of words of three syllables or more, HW.
4. Apply formula: (W/S + HW/(W x 100)) x 0.4

Legal documents often have Fog Index of
15 and above.

I have conducted, seen and provided information for many security audits.
When I was an auditor, I knew exactly
what to look for.

Alas, many auditors do not come from
IT background. Because non-technical interviewers were trying to verify the SOX compliance, the reports were sometimes
focusing on totally unimportant items.

The most common threads I learnt from
audits conducted by others were:

a) Shared Unix accounts (for Unix, Oracle,
and other teams) are forbidden. Each person
must use their own login and then assume identity of some privileged account.

b) Event logging and traceability are
crucial. Email traffic, access to superuser
accounts, access and changes to databases,
and others.

c) All audit data must be sent to a
centralized log system too.

d) Written procedures and updates to
the documentation of the server are
important;

e) Be short with your answers and
do not fall into traps :)

Legal teams and politicians think that some
software can take care of all their requests.
Wrong!

As Bruce Schneier kindly said "Security is not a program, but a process" (and never-ending one for that matter :)).

Frankly, your steps (and a bit more)
will take you beyond SOX easily. Your
common sense and strong ethics can
do much more than any legal document.
You are on the right track!

Best wishes,

VK2COT
VK2COT - Dusan Baljevic
Sunny Jaisinghani
Trusted Contributor

Re: checklist to make HPUX 11i SOX compliant

Thanks a lot everyone.

Your suggestions helped me clear my doubts.

Regards