home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / vmsnet / sysmgt / 419 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.7 KB

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!gatech!news.byu.edu!hamblin.math.byu.edu!arizona.edu!east.pima.edu!rharwood
  2. Newsgroups: vmsnet.sysmgt
  3. Subject: Another security awareness "device"
  4. Message-ID: <1992Dec23.091221.1@east.pima.edu>
  5. From: rharwood@east.pima.edu
  6. Date: 23 Dec 92 09:12:21 MST
  7. Lines: 25
  8.  
  9. I've received many requests for my SECAUDIT.COM procedure to monitor LOGFAILs
  10. and BREAKINs detected by the AUDIT server, and I'm sure some folks have ftp'ed
  11. the file, too.
  12.  
  13. Another security-monitoring "device" I use is a simple report generated every
  14. evening of who has logged on the day before.  This way, I have some idea of the
  15. "normal" usage patterns, and can more easily detect anything unusual.  I've not
  16. made that procedure very elaborate, so it's included here (slightly modified). 
  17. It reports the amount of CPU time and the "number of accounting records" for
  18. each user-ID.  Note that some CPU times will be zero (for accounts which only
  19. print files, for instance), and that login failures also get thrown into the
  20. counts.
  21.  
  22. $ submit account.com /after="tomorrow+0:30"  ! Run again at midnight:30
  23. $ set proc/priv=byp    ! Get read access to accountng.dat
  24. $ account/since=yesterday/summary/report=(process,records)/out=account.lis
  25. $ mail account.lis rharwood/subj="Daily CPU Usage"/pers="Batch Job ACCOUNT"
  26.  
  27. BTW, I use these files on all my client's machines, plus my own... for anyone
  28. who thinks it's too much trouble to do for just *one* machine! <grin>
  29. -----
  30. Ray Harwood           |Data Basix           |Adjunct Faculty, East Campus,
  31. Voice: (602)721-1988  |PO Box 18324         |   Pima Community College
  32. FAX:   (602)721-7240  |Tucson, AZ 85731     |Instructor in Ada and Pascal
  33. CompuServe: 76645,1370|AppleLink: DATA.BASIX|Internet: rharwood@east.pima.edu
  34.