Security & audit


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security & audit
# 1  
Old 07-31-2001
Security & audit

I am new to the world of Unix. As part of my understanding to have a big picture of Unix, I need to understand:

1. How to review the existing unix system or audit for the settings?
2. How do I go about fixing the holes?
# 2  
Old 07-31-2001
Most commerical port scanners can determine the OS type, scan all ports for vulnerabilities AND detail a report that suggests the appropriate fixes. So, if are running UNIX for a large commercial, government, or other entity; see if they have purchased a good commerical port scanner (and keep it updated with the lastest goodies).

Similar tools are available with shareware. Tools like SATAN, come to mind first. Enjoy!
# 3  
Old 08-01-2001
In terms of looking into access controls what should I be looking at?
Is there any checklist available along with the commands ?
# 4  
Old 08-01-2001
There must be commerical programs that scan the file system and produce reports on file and directory permissions, but I can't think of any off hand. COPS is a sets of utilities that runs on UNIX as shel scripts and checks the file system.

More on COPS here:

http://dan.yosemite.ca.us/cops/

Also, more UNIX security tools here:

http://www.ecst.csuchico.edu/~thuff/newtools.html

# 5  
Old 08-01-2001
If you want information specific to your UNIX setup, search www.securityfocus.com for information. Also, check into packetstormsecurity.org if you want to get your hands dirty.
Read this several times: http://uwsg.iu.edu/usail/external/re...checklist.html. Fire up your favorite FTP client, and head on over to ftp://coast.cs.purdue.edu...

When you're ready for more links, let me know... I can go on like this all day. If you want something specific, I'll do my best to oblige.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Red Hat

Secure & Audit logs

Hi all I am trying to add secure and audit logs to logrotate for a client whom wants the logs for a period of 6 months, compressed/zipped weekly for auditing. I am terrible with logrotate and since there isn't default settings for both logs, I created two new entries in my /etc/logrotate.d/... (7 Replies)
Discussion started by: hedkandi
7 Replies

2. AIX

When AIX audit start, How to set the /audit/stream.out file size ?

Dear All When I start the AIX(6100-06)audit subsystem. the log will save in /audit/stream.out (or /audit/trail), but in default when /audit/stream.out to grow up to 150MB. It will replace the original /audit/stream.out (or /audit/trail). Then the /audit/stream.out become empty and... (2 Replies)
Discussion started by: nnnnnnine
2 Replies

3. Solaris

/etc/security/audit/SERVERNAME/files

What files are in this directory? Are they files that tell you what events have been performed on the system for the day? Also, I am searching in one of these files for a Permission Denied entry. How do I go about searching for this entry in these files if they are so huge and cannot display on my... (2 Replies)
Discussion started by: jastanle84
2 Replies

4. UNIX for Advanced & Expert Users

Network Shell Script & Blade Logic & Network Security

I am going to take up a position in Data & Network Security. I would need to write network shell scripts doing the following task: Going to around 2000 servers and findout which groups has access to each servers and which ids are there in each group that has access. I need to implement... (1 Reply)
Discussion started by: pinnacle
1 Replies

5. UNIX for Dummies Questions & Answers

Security Audit logging

Hey, I was wondering if anyone knew of any good tools out there for collecting/viewing/sorting audit data from Solaris (10) and Linux (SUSE and RHE) platforms? I am required by some government standards to audit certain actions on these systems like login and logouts, file access and actions... (0 Replies)
Discussion started by: fearturtle03
0 Replies

6. UNIX for Advanced & Expert Users

RSH or SSH & security

I am wanting to run backups to remote servers ie: A to B's tape drive and B to A's tape drive. Should I use rsh or ssh? It looks as those rsh opens up security issues (the backup has to run as root). Which one should be used and does someone have the links to set up allowed connections. In what I... (7 Replies)
Discussion started by: jphess
7 Replies

7. UNIX for Advanced & Expert Users

Security Audit Trail

Dear Experts, I would like to know whether there are any tools available to view the Security Audit Trail files (SAT) in UNIX in a easier and customized way. If there is any similar type of S/W is available, please let me know. Thanks, Aswin (1 Reply)
Discussion started by: na100006
1 Replies
Login or Register to Ask a Question