- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Reporting on security settings
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
10-27-2004 02:08 AM
10-27-2004 02:08 AM
Does anyone know of a way to report on security settings (such as password expiration). We have many trusted systems. Auditing wants a listing of all of the security settings for each server. The only way that I can find to get this information is to do screen prints of SAM's security panels.
Thanks for any thoughts on this.
Karen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:21 AM
10-27-2004 02:21 AM
SolutionI'm attaching a utility script that has lots of code snippets in it, most commented. There are lots of things you can change or merely report on with this script.
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
10-27-2004 02:24 AM
10-27-2004 02:24 AM
Re: Reporting on security settings
Take a look at the 'logins' command. If you give it the '-x' option it will display extended information, including password aging data.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:30 AM
10-27-2004 02:30 AM
Re: Reporting on security settings
/usr/lbin/gerprpw "user_name" Will give you the details about a user and related settings for the user.
The default settings go under /tcp/auth/files/default
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:43 AM
10-27-2004 02:43 AM
Re: Reporting on security settings
The Lite report is free as is the software:
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SHCBASE01
Example of what it finds:
Security
--------------------------------------------------------------------------------
No. Priority # Found Problems Description
--------------------------------------------------------------------------------
1 H 6 User's home directory is writable by others.
2 H 1 World-writable directories allow other users than owner to modify/delete files.
--------------------------------------------------------------------------------
1 M 10 The cron daemon can be used by other users, besides root.
2 M 6 The at command can be used by other users, besides root.
3 M 1 The system parameter executable_stack differs from recommended.
4 M 1 The security defaults configuration file does not exist.
5 M 1 The number of concurrent sessions per user exceeds threshold.
6 M 1 On missing home directory, users are logged in to '/'.
7 M 1 Password history depth is below threshold.
8 M 1 su command usage is not restricted.
9 M 1 Password aging is not implemented.
10 M 8 .rhosts file detected in a user's home directory.
11 M 1 Bad logins pattern may indicate a security breach attempt.
12 M 1 Ownership manipulation command usage is not restricted.
13 M 7 .netrc files found.
14 M 4 External input may cause security problems on some directories.
15 M 2 PATH contains directories writable by others.
--------------------------------------------------------------------------------
1 L 1 Optional trusted system functionality is not enabled.
2 L 1 Internet services access is not restricted.
3 L 1 Connection logging is not enabled.
4 L 1 Root access not restricted.
5 L 1 The /etc/ftpd/ftpusers file does not exist.
6 L 1 Ftp configuration file does not exist.
7 L 11 Some enabled daemons/network services could present a security problem.
8 L 1 Running sendmail may present a security problem.
9 L 1 The system grants unrestricted community access via /etc/SnmpdAgent.d/snmpd.conf.
10 L 8 Network tunables differ from recommended.
11 L 49 Filesystem may allow SUID program execution.
12 L 1 Security Patch Check is not installed.
13 L 1 Bastille is not installed.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:46 AM
10-27-2004 02:46 AM
Re: Reporting on security settings
/usr/lbin/getprpw -m exptm,spwchg sys something like this shall be able to help you out..
just go through the set of commands..
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 05:34 AM
10-27-2004 05:34 AM