- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Security Auditing Tools
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
01-03-2001 09:07 AM
01-03-2001 09:07 AM
Security Auditing Tools
I'm interested in OS-level security issues, and I need to produce some reports.
I'll certainly use 'crack' and probably the ISS scanner from the porting archives, but I'm interested in something that'll give me stuff like a list of setuid files, files that are world writable, etc. Now my examples are pretty easy to script, but I'm looking for something that will give me a whole bunch of those types of things in one shot.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2001 10:04 PM
01-03-2001 10:04 PM
Re: Security Auditing Tools
Try using tiger. It is a good auditing tool.
Hope this helps. Regards.
Steven Sim
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2001 11:36 PM
01-03-2001 11:36 PM
Re: Security Auditing Tools
If you only have Unix boxes, ESM/Axent is a good tool.
If your network is also including some Novell/NT servers, Bindview offers more functionalities for those, while also offering HP-UX support with the last version.
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 03:41 AM
01-04-2001 03:41 AM
Re: Security Auditing Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 05:48 AM
01-04-2001 05:48 AM
Re: Security Auditing Tools
The last issue of SANS Newsbites has an article:
" --2 January 2001 Vulnerability Scanners Fail To Find Common
Vulnerabilities
Network Computing magazine laboratory tests show that all of the popular
security vulnerability testing software packages failed a test in which
they were analyzing systems with seventeen known "NASTY"
vulnerabilities. A table is included showing the results by
vulnerability assessment product, operating system, vulnerability. The
bottom line: relying on a single vulnerability assessment tool is
dangerous.
http://img.cmpnet.com/nc/1201/graphics/f1-detect-results.pdf "
you might want to check it out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 07:47 AM
01-04-2001 07:47 AM
Re: Security Auditing Tools
Tiger hasn't been updated since '94, at least in versions that I could find.
Dan,
I knew about ESM from Axent, but it's going to blow the budget in this particular scenario (2 days of consulting).
Kofi,
Interesting article. I certainly know the danger of relying solely on 1 tool, but because of time constraints, a few tools, rather than a lot of manual effort, will have to do.
John,
I'll have to follow up on Medusa. I haven't found any web links, but I'll see if I can get some more info from HP.
All,
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 10:45 AM
01-04-2001 10:45 AM
Re: Security Auditing Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 12:40 PM
01-04-2001 12:40 PM
Re: Security Auditing Tools
the following will check the passwd file for root level users and the second attached file checks many system areas for security problems.
HTH
Paula
-----------------CUT HERE-------------------
#! /bin/sh
##############################################################
# PJFC 11/1999
#
# Script to check the /etc/passwd file for users with
# root level access (0 in field 3)
# two delivery options are given, a mail to and a cat to a file
#############################################################
cd /sysadmin
rm /sysadmin/rootalert
for id in `awk 'FS=":" {if(($3 == 0 && $1 != "root" )) \
print $1}' /etc/passwd`
do
# mail -s "Root access alert" paula@avro.co.uk << EOF
cat << EOF >> rootalert
*******************************************************
*
* ALERT! Login ID `echo ${id}` has ROOT UID
* `date "+detected On Date :%D Time :%r"`
*
*******************************************************
EOF
done
-----------------CUT HERE-------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2001 07:41 PM
01-11-2001 07:41 PM
Re: Security Auditing Tools
We use a tool called March Security Manager, from March Information systems limited. This product not only evaluates the security, it also has a feature of freeezing the checksums so that a quick periodic review can be dome only on the files which have changed since last review. It can review multiple systems from a single console etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2001 09:45 AM
01-12-2001 09:45 AM
Re: Security Auditing Tools
compiling some of these tools brought me back some memories, i'll tell you that!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2001 05:30 AM
03-05-2001 05:30 AM
Re: Security Auditing Tools
use the ESM - Enterprise Security Manager by Axent Technologies. This tool is the best to management and auditing your servers in check the file permissons, password contents, auditing logs, etc. Check teh site http://www.axent.com
Regards,
Fernando.