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
07-17-2001 05:59 AM
07-17-2001 05:59 AM
Security
Could someone tell me if there is anything on the ITRC about C2 security for HPUX 11.00? I'm after the major and minor differences between standard security and C2 ie what settings are set in stone and what setting can be changed. I have been informed that it would acctually take a complete re-installation to go to C2 security, but this was probably untrue.
I ask this question as our auditors have advised us that our current password security is inadequate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 06:39 AM
07-17-2001 06:39 AM
Re: Security
You can convert your system to 'trusted mode'. This gives you some of the features necessary to meet the C2 spec (at least for non-networked systems), and can be done without a reinstall (you do it through SAM or /usr/lbin/tsconvert). But.. a regular HP-UX system in trusted mode is not actually C2 (not evaluated as such), and some add-on software that handles passwords may have to be recompiled (such as SSH).
The other choice is to use one of HP's trusted OS flavors (10.24 and 11.04), which requires a complete reinstall of the OS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 07:30 AM
07-17-2001 07:30 AM
Re: Security
I don't think a re-installation would go down very well at all.
Could you point me in the direction of some documentation on the security differences between a standard system and a trusted system.
Many thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 08:55 AM
07-17-2001 08:55 AM
Re: Security
Try this URL: http://all.net/books/orange/
Keep in mind that the "Orange Book" refers ONLY to standalone systems. Networked systems are supposed to conform to Red Book standards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 09:43 AM
07-17-2001 09:43 AM
Re: Security
Re. Orange Book vs. Red Book - if I remember correctly, the Red Book interprets the Orange Book for networked environments. So the Orange Book does address networked environemnt, in theory. But meanwhile niether of these are DoD standards any longer. First they were merged into the TCSEC (see http://www.radium.ncsc.mil/tpep/library/rainbow/).
Later they were superceded by the Common Criteria and the specific CC Protection Profiles (see http://www.radium.ncsc.mil/tpep/library/protection_profiles/index.html)
The Common Criteria Controled Access Protection Profile is roughly equivelant to the old C2 designation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2001 07:01 AM
07-18-2001 07:01 AM
Re: Security
http://docs.hp.com/hpux/onlinedocs/B2355-90121/B2355-90121.html
http://docs.hp.com/hpux/onlinedocs/B2355-90121/B2355-90121.html
These apply to HP-UX 10.xx. I'm not aware of 11.x equivalents.
Note that the C2 security level is characterized by Discretionary Access Control, and is pretty well deprecated in today's software environment. C2 relies on the presumptions that your authorized "superusers" are absolutely reliable (security clearances, etc.), and that there can be no unauthorized "superuser" access. Because of the common code flaws leading to unauthorized "superuser" access (particularly on Internet-exposed systems), it's generally considered that a compartmentalized Mandatory Access Control environment is required for truly secure applications. This corresponds to the DoD "B2" level above C2. HP's Virtual Vault is a commercial implementation. It works well, but is expensive to buy and support, compared to HP-UX. See:
http://www.docs.hp.com/hpux/pdf/B5413-90027.pdf
and other documents linked from:
http://www.docs.hp.com/hpux/internet/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2001 02:07 AM
07-19-2001 02:07 AM
Re: Security
I have one final question to ask. Now that I have set my system to a trusted system, I know I can set a maximum password length but is there any way of setting a minimum password length?
I ask this question as I have been told to set a minimum password length of 8 characters and the minimum password length currently is 6 characters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2001 02:25 AM
07-19-2001 02:25 AM
Re: Security
Many thanks for all your help.