- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Security Negative alerts
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
12-30-2003 03:27 PM
12-30-2003 03:27 PM
I was trying to run a CIS Security software on my system and found some negative alerts on that. Some of them have been resolved already. I still find a difficulties to resolve some alerts below. Could you please help.
Happy New Year 2004!
Thanks and Best Regards,
Negara
Negative: 3.5 Graphical login not deactivated.
Negative: 3.12 RPC rc-script (nfs.core) has not been deactivated.
Negative: 4.1 This operating system version does not support a non-executable stack.
Negative: 6.9 No banner line in /etc/ftpd/ftpaccess.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 03:36 PM
12-30-2003 03:36 PM
Solution#/sbin/init.d/dtlogin.rc stop
#mv /sbin/rc3.d/S990dtlogin.rc /sbin/init.d/s990dtlogin.rc
RPC(nfs.core)
#mv /sbin/rc2.d/S400nfs.core /sbin/rc2.d/s400nfs.core
No banner
In /etc/ftpd/ftpaccess
"banner /etc/issue"
or any other file which you want to print during login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 08:24 PM
12-30-2003 08:24 PM
Re: Security Negative alerts
For cde that is /etc/rc.config.d/desktop
For NFS that is /etc/rc.config.d/nfsconf
The 4.1 message is not resolvable. Unless you move to another OS or version (don't know which one you should use then).
6.9 is a matter of adding an banner line, and if you don't want banners, let it point to an empty file.
Happy New Year too...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 10:24 PM
12-30-2003 10:24 PM
Re: Security Negative alerts
Thanks and Best Regards,
Negara
Negative: 5.9 checkperms has not been run on this system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 11:01 PM
12-30-2003 11:01 PM
Re: Security Negative alerts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 11:41 PM
12-30-2003 11:41 PM
Re: Security Negative alerts
http://www.cisecurity.org/tools2/hpux/hp_checkperms
you should run this as root.
Also check the pdf
http://www.cisecurity.org/tools2/hpux/HPUXBenchmark.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2003 04:12 AM
12-31-2003 04:12 AM
Re: Security Negative alerts
On 11.23 and after, the default is not to execute off the stack.
Also, if you're doing lockdown, you may consider trying out Bastille:
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6849AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2003 12:41 PM
12-31-2003 12:41 PM
Re: Security Negative alerts
Thank you very much for your help. I am using HPUX 11.00. So you mean that 11.00 does not support non-executable stack? In this case the alert is not resolvable. Am I right? Please advise.
Thanks and Best Regards,
Negara
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 04:33 AM
01-05-2004 04:33 AM
Re: Security Negative alerts
My understanding is that 11.00 does not support the non-executable stack parameter.