home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 20159 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  1.9 KB

  1. Path: sparky!uunet!wupost!usc!cs.utexas.edu!qt.cs.utexas.edu!news.Brown.EDU!stout!robinson
  2. From: robinson@stout.geo.brown.edu (Darrin Robinson)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Alaram Journals [Was: About Discover any user wa...]
  5. Followup-To: comp.os.vms
  6. Date: 31 Dec 1992 16:23:57 GMT
  7. Organization: Massachusetts Institute Of Technology, Cambridge, MA
  8. Lines: 39
  9. Sender: darrin@mit.edu <Darrin Robinson/MIT InfoSys>
  10. Distribution: world
  11. Message-ID: <1hv6qtINNfb4@cat.cis.Brown.EDU>
  12. References: <A18520D1497F003099@EGFRCUVX>
  13. NNTP-Posting-Host: stout.geo.brown.edu
  14. Summary: About Discover any user wants enter to our node..
  15.  
  16. In article <A18520D1497F003099@EGFRCUVX> SABRY@SHEBIN.EG (Sabry Kotob El-Ganzory) writes:
  17. >Hello All..........
  18. >Please, I'd like to write a DCl procedure (say .COM) which will discover any
  19. >User or anyone wants that enter our node from out our site.
  20. >Possible that.
  21. >Any suggestions??
  22. >Many Thanks!
  23. >Sabry
  24. >E-mail:sabry@shebin.eg
  25. >
  26. >
  27.  
  28. Very EASY sabry (and it's in the FM)... 
  29.  
  30. Use VMS security features known as alarms under AUDIT... basically do this...
  31.  
  32. $ set audit/alarm/enable= -
  33.   (login:remote,logout:remote,logfail:remote,breakin:all)
  34.  
  35. $ show audit
  36.  
  37. This will set alarms for anyone logging in, logging out, or attempted failures
  38. (of failure), including ALL breakins on your system... You need the security
  39. privilege to do this and just make sure that you are enabled with security...
  40.  
  41. $ reply/enable=(security)
  42.  
  43. You can also archive these security related events to any file...
  44. see $ help set audit examples!
  45.  
  46. Darrin
  47.  
  48.  
  49.  .  Darrin E. Robinson (DER31)         Hamnet   N1LLV  146.700-, 146.880- MHz
  50. /|  Systems Programmer II              Internet darrin@MIT.EDU
  51. \|  Dist. Computing & Network Services          robinson@Planetary.Brown.EDU
  52.  |\ MIT Information Systems            ICBMnet  41 29 24 N  71 18 48 W (NPT)
  53.  |/ 1 Amherst St. - Rm E40-338         NASAmail derobinson@nasamail.nasa.gov
  54.  .  Cambridge, MA 02139, USA           AT&Tnet  (617) 253-0131 
  55.