Gator Engineering Wordmark
University of Florida Wordmark
 
 
College Home
Finance & Personnel Office
Administration Fiscal Office
Budget & Planning
Contract & Grants Accounting
Personnel & Payroll
Engineering Processing
Management Information Systems

About Us
Staff, Mission, Goals, Contact Info...
  Services
Project Request, Support Agreement...
  Forms / Checklists
Account, Entrance, Exit...
Software Licenses
MSDNAA, Microsoft, Labview, Novell...
  Resources
Training, Web, Email, FAQ, DNS...
  Security
Policy, Unit ISM List...

MIS / Security / Tools

In addition to the custom scripts which have been written for specific tasks at the University and the software specificially mentioned below several security tools archives are listed on the links page.

1. Custom Scripts

These scripts were written by MIS staff or other College of Engineering sysadmins in order to monitor their systems and are shared here for your benefit.
2. Authentication/Passwords
Tools used to increase password security or authentication to your system(s).
3. Monitoring Tools
Tools available on the Internet which you can use to monitor your system(s) for intrusions.
4. Tools to Scan for Known Vulnerabilities
These are useful tools you can use to scan your system(s) for known security holes and configuration vulnerabilities. NERDC also offers are service of doing this scan for you. (If you want this scan done send email to security@eng.ufl.edu.)
CUSTOM SCRIPTS
Snoop-it A perl script used to monitor the permissions of users' home directories and the permissions and contents of users' .forward and .rhost files.
Mailonlysh A unix shell which does not give a command line. Use this for accounts which will only be used for POP or IMAP email. By using this shell you insure that if an intruder cracks the password of an account they will not be able to do anything on your system.

  AUTHENTICATION / PASSWORDS
Crack Crack is a freeware program which is used to identify easily guessable passwords. Many system administrators run Crack as a regular procedure and notify account owners who have crackable passwords. It is available through CERT at: ftp://info.cert.org/pub/tools/crack
Npasswd A replacement for the system passwd command which does not accept poor passwords.
Shadow Passwords If your operating system has shadow password capability, you should use it. Under a shadow password system, the /etc/passwd file does not contain the encrypted passwords. Instead the encrypted passwords are in a system file which is not world readable.
SSH SSH implements secure terminal logins to your system(s) replacing telnet and rlogin. Any communication using SSH is encrypted; thus, passwords are not transmitted as plaintext across the network and unable to be sniffed.

  MONITORING TOOLS
TCP/IP wrapper program The TCP/IP wrapper program provides additional network logging information and gives system administrators the ability to deny or allow access from certain systems or domains to the host on which the service is installed.
MD5 MD5 is a cryptographic checksum program which you can use to verify the integrity of system binaries.Using this program you can produce MD5 checksums for all essential system binaries. You can regularly produce these checksums and compare against the original to determine if system binaries get altered or replaced.
ifstatus fstatus is a utility to identify network interfaces which are placed into debug or promiscuous mode. This mode usually indicates the presence of a network sniffer. This program does not produce any output; thus it is ideal to run as a cronjob frequently (once an hour). If you have a modern cron which mails the output of cron jobs to the owner, use a line like this:
00 * * * * /usr/local/etc/ifstatus
If you have a version of cron that doesn't do this, use the run-ifstatus shell script instead (be sure to edit the script to include the proper path to the command).
00 * * * * /usr/local/etc/run-ifstatus
Syslog monitoring tools A number of tools have been created to help monitor you syslogs for suspicious activity. Some of these include: LogScanner, Logcheck, Swatch, Logsurfer

  TOOLS TO SCAN FOR KNOWN VULNERABILITIES
ISS Internet Security Scanner (ISS) is a program that will interrogate all computers within a specified IP address range, determining the security posture of each with respect to several commonn system vulnerabilities. This software is available from Internet Security Systems.

For further information about ISS, see

ftp://info.cert.org/pub/cert_advisories/ CA-93:14.Internet.Security.Scanner
NOTE: NERDC uses a licensed version of this software to perform their security scans.
SATAN Security Administrator Tool for Analyzing Networks (SATAN) is a testing and reporting tool which searches for known vulnerabilities. Unfortunately it has not been updated in quite some time.For further information about SATAN, see

  Phone: (352) 392-6000
Fax: (352) 392-9673
College of Engineering
300 Weil Hall, PO Box 116550
Gainesville, FL 32611-6550
 

Last Modified: Sunday, 10-Aug-2008 03:24:44 EDT