CIS 201: Linux Shell Scripting

lewing@isc.tamu.edu

Gabelli School of Business, CIS Department

| CISWEB Doug White | RWU Main | White Hat Research | Email Doug | Access Data |

CIS 201: Lab 7 Alternate

Continuing to work with your menu system.

Security scan option

This is a simple security scan of the logs. The menu item should look for several different kinds of key incidents and report them (just put them on the screen).

The incidents from the /var/log/messages file of interest are:

any ip which had a failed login and occurs more than 3 times. (use awk to parse the info lines)

any ip which is repeatedly trying to connect to different ports (port scan).

You may use any approach you like to detect these items and report them via the menu system.

 

| Contact | © 2005 Secure Technology, LLC. |