Security checks needed and at what frequency


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Security checks needed and at what frequency
# 1  
Old 02-09-2005
Security checks needed and at what frequency

hi,

what are the Security checks need to be performed and at what frequency ?

thanks
# 2  
Old 02-09-2005
It matters.

Is the system stand-alone, not connected to a network ? Then you only have to worry about physical security (someone walking up to it and messing with it)

Is it production? development? Connected to a lan or wan? Now you have to worry about physical security and connections from the network. You have to look at user accounts, shared disks, insecure services (ftp, telnet, .... ), untested applications/code, ... the list goes on. Is access from the internet allowed?

First, check your logging files - since you didn't post what OS, not all of these may pertain to your situation. Read the man page for each file or service.
/etc/syslog.conf syslogd
/etc/services
/etc/inittab
/etc/inetd.conf inetd
/etc/dfs/dfstab
Check your /etc/rc2.d and /etc/rc3.d startup files for what is being started on your server. Check that syslog is logging messages to files and that those files are being looked at either manually or by a automated script.

Search these forums for key words - including whatever OS you are using to come up with a better idea of what you need in your situation. Also check the FAQ section for reading material.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script to do the following checks

Hi , I need a script for processing below scenario. I have to check daily by doing ftp IP to check it is logging or not. So i want this activity to be automated such that if login succesful i will get "FTP LOGIN SUCCESS" in a log file and if fails i want the error message in the same log... (1 Reply)
Discussion started by: sv0081493
1 Replies

2. Shell Programming and Scripting

Help needed regarding cron job scheduler with CyberArk Password security

Hi All, I have a script which will restart some web server and bring it up again. For that I need to retrieve 3 password from CyberArk (Cyber-Ark - Wikipedia, the free encyclopedia) vault. My question is: Is this possible to schedule the script through cron and automatic password... (0 Replies)
Discussion started by: saps19
0 Replies

3. Shell Programming and Scripting

Daily Checks

Hey Guys, I'm seeking some assistance in getting this script to run as a cron job for the user oracle.. the script is basically to perform 2 ADRCI checks... see the script below... i'm getting the following error: /export/home/oracle/Daily_Checks/ADRCI_Daily_Checks.sh: syntax error at line 16:... (7 Replies)
Discussion started by: Racegod
7 Replies

4. UNIX for Advanced & Expert Users

Automated security checks on Sidewinder7 firewall

I have recently been tasked to create a script that will daily check our firewalls for any security issues that might have happened. I am not very strong with Unix so I need a lot of help and dont know where to start. Some things I have thought of so far is I want to search the audit.raw files... (0 Replies)
Discussion started by: soccerfan
0 Replies

5. UNIX for Dummies Questions & Answers

Daily File Checks

Hello all, I'm sorry if this is answered elsewhere, I've used the search function and can't find the specifics of what I'm after. I am brand new to playing with linux, and ideally I want to get better to help the company that I now work for. What I want to do: Create a script that I... (4 Replies)
Discussion started by: Aussiemick
4 Replies

6. Shell Programming and Scripting

Parameter checks -

Another stupid question. Why does this work on our Solaris box but not on our much newer red hat box... if then echo "running in test" else echo "running in live" I assume I am missing something between the . Any help is of course greatly appreciated. (2 Replies)
Discussion started by: mcclunyboy
2 Replies

7. AIX

Pre-checks

AIX Guys!!! What pre-checks would you do on a 5.3 server before TL/SP/APAR installation? Bala (2 Replies)
Discussion started by: balaji_prk
2 Replies

8. UNIX for Advanced & Expert Users

Doing Checks on a file

I have a process that I am trying to provide a solution for and have hit a brick wall and would like some pointers in the right direction. Basically on a daily basis a report is automatically generated in a CSV format (FIRST.CSV) which includes codes and amounts in the following format: ... (6 Replies)
Discussion started by: SAMZ
6 Replies

9. UNIX for Dummies Questions & Answers

health checks

Hello Anyone please help me with a health check script on HP-UX. (1 Reply)
Discussion started by: mahlathini
1 Replies
Login or Register to Ask a Question