- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What is OS hardening !
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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-03-2006 10:40 PM
тАО02-03-2006 10:40 PM
Hi All,
Couls you give me some info about OS hardening ? What is that exactly ?
Thanks in advance,
Bond
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2006 11:25 PM
тАО02-03-2006 11:25 PM
Re: What is OS hardening !
A good definition:
"An Overview of OS Hardening
Philosophy
Out of the box, nearly all operating systems are configured insecurely. The idea of OS hardening is to minimize a computer's exposure to current and future threats by fully configuring the operating system and removing unnecessary applications."
Extracted from http://www.infosec.csusb.edu/info/practices/os-hardening/overview.html
Regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2006 11:30 PM
тАО02-03-2006 11:30 PM
Re: What is OS hardening !
You may also want to take a look at HP-UX Bastille:
http://docs.hp.com/en/5990-6737/ch07s06.html
I forgot to mention this in my first reply, no points please.
Regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-04-2006 03:08 AM
тАО02-04-2006 03:08 AM
Re: What is OS hardening !
http://www.windowsecurity.com/whitepaper/unix_security/Building_a_Bastion_Host_Using_HPUX_11.html
This will provide a very high level of security, typically needed for Internet-facing systems. Be sure to read the details and test the results to make sure your applications still function correctly in a high security environment.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-04-2006 05:16 AM
тАО02-04-2006 05:16 AM
Re: What is OS hardening !
OS hardning is bastionising this system.
This is normally applicable for those servers that are planned for Internet facing systems. Normally placed in upper and lower DMZs (Demitraised Zone).
This is to ensure that the systems should not provide any possibility for hacker to access.
Normal points considered
1. No users logging (only root)
2. Not in your normal campus LAN
3. Stop IP forwarding
4. No additional s/w loaded only OS with specific application
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-04-2006 07:36 AM
тАО02-04-2006 07:36 AM
Re: What is OS hardening !
Simply put its making it harder for someone to hack the system. Key word is hard.
It involves not running unneeded services and deamons, making permissions on critical files and directories less permissive.
The bastion document is the best guide to system hardening.
An important, oft ignored area is patching. Quite often hackers find a way to overload or otherwise breach a normal daemon like httpd or named and gain root accesss.
These attacks are detected and often HP and other OS venders come up with revised versions of the various binary programs. If you don't patch, you miss out.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2006 11:57 PM
тАО02-09-2006 11:57 PM
Re: What is OS hardening !
Hi,
http://www.hp.com/products1/unix/operating/security/
The above link has info about the HPUX security.
Hope this helps.
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2006 12:02 AM
тАО02-10-2006 12:02 AM
Re: What is OS hardening !
http://www.infopeople.org/resources/security/general_security/os_hardening.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2006 04:07 AM
тАО02-10-2006 04:07 AM
SolutionMeanwhile there have established more sophisticated methods to harden a server.
One more recent project is Bastille that aids you in hardening your system.
Originally a Linux spin off it is now also supported by HP
http://hp.sourceforge.net/
Then after you have hardened your system you could run Nessus checks against it.
http://www.nessus.org/
Also this has been ported by HP
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
Yet a more stringent sandboxing is followed by Role Based Access Control (RBAC)
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=AccessControl
or projects like SELinux look very promising
http://www.nsa.gov/selinux/
SELinux is particularily well integrated in RedHat's Fedora or RHEL.
But it is still work in progress.
Added to the Discretionary Access Control (DAC) usual Unix systems offer comes Mandatory Access Control (MAC)
where one sets up a set of policies for every subject (e.g. process) that minutely detail what actions (e.g. opening files, appending to them, starting child procs etc.) may be taken on what objects (e.g. files, directories, other processes).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2006 07:34 AM
тАО02-10-2006 07:34 AM
Re: What is OS hardening !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2006 07:45 AM
тАО02-10-2006 07:45 AM
Re: What is OS hardening !
As an alternative to Clay's temperature choice, cool the box with liquid helium to a few degrees Kelvin. Tap gently with a small hamnmer. If the box shatters, it's well hardened. :-)
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2006 07:50 AM
тАО02-10-2006 07:50 AM
Re: What is OS hardening !
There ain't no degrees Kelvin -- the units are simply Kelvins. Nevertheless, your technique would be equally useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2006 08:03 AM
тАО02-10-2006 08:03 AM
Re: What is OS hardening !
Yes, my friend, you are correct, of course -- since 1967. ;-)
Regards!
...JRF...