- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 3rd party security software
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-25-2001 05:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 05:54 AM
07-25-2001 05:54 AM
Re: 3rd party security software
Would help if I type something before grazing the enter key.
I'm looking for opinions/experiences with 3rd party security software on the HP's. Specifically login security, surrogate security, ftp security...the basics. What's worked, what hasn't, what are you currently using, the support you get from the vendor...
Throw it at me.
Thanks all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 06:03 AM
07-25-2001 06:03 AM
SolutionAs for 3rd party tools, the big ones are Axent/Symantec ESM and Tivoli. But I have to warn you that these are comprehensive security management solutions that assume many machines and dedicated staff.
If you just want to centrally manage user accounts, use NIS+ or LDAP. If you want to harden your systems, see http://www.sabernet.net/papers/hp-ux10.html and http://people.hp.se/stevesk/bastion11.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 06:15 AM
07-25-2001 06:15 AM
Re: 3rd party security software
We're currently evaluating Nessus here. Nessus does security evaluations on Unix and NT boxes. It seems to hit the box pretty hard. It tripped up on the buggy perflbd that we have which goes runaway when it gets poked. Oops. Gotta load more patches. It is open source, so the price is right. Here is their web site:
http://www.nessus.org
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 06:25 AM
07-25-2001 06:25 AM
Re: 3rd party security software
o account management
o server hardening
o scanners/auditing
o intrusion detection
o forensics
o firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 06:26 AM
07-25-2001 06:26 AM
Re: 3rd party security software
o remote management (ssh, etc.)
o network encryption (ipsec, etc.)
o file encryption (pgp, etc.).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 02:07 AM
07-26-2001 02:07 AM
Re: 3rd party security software
* Replace sendmail by Postfix
* Replace rcp, rlogin, telnet by OpenSSH & friends
* Install TCP_wrappers instead of using inetd.sec
That should help significantly
Then add tripwire or AIDE to have a hostbased IDS
Add snort for a networkbased IDS
And all this AT NO COST!