home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / security / misc / 766 < prev    next >
Encoding:
Text File  |  1992-07-21  |  2.4 KB  |  74 lines

  1. Newsgroups: comp.security.misc
  2. Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!brolga!ggm
  3. From: ggm@brolga.cc.uq.oz.au (George Michaelson)
  4. Subject: Re: unhappy about overloading finger
  5. Message-ID: <ggm.711781326@brolga>
  6. Sender: news@bunyip.cc.uq.oz.au (USENET News System)
  7. Organization: Prentice Centre, University of Queensland
  8. References: <ggm.711690458@brolga> <dank.711741463@blacks.jpl.nasa.gov> <ggm.711762904@brolga> <dank.711764645@blacks.jpl.nasa.gov>
  9. Date: Wed, 22 Jul 1992 05:02:06 GMT
  10. Lines: 62
  11.  
  12. dank@blacks.jpl.nasa.gov (Dan Kegel) writes:
  13.  
  14. >OK, I'd like the next version of Horton to be socially correct ;-)
  15. >Would it suffice to send a mail message to postmaster@foo, with an offer to 
  16. >exclude foo from polling, before beginning to gather information from foo?
  17.  
  18. Yes, I think that would be fine. Apart from anything else, it probably alerts
  19. fellow sysops to the local interest, and might do some 'conciousness raising'
  20. as well. Gosh... not only socially correct but politically correct as well.
  21. what a warm fuzzy glow.
  22.  
  23.     -George
  24.  
  25. One idea which I have implemented on a box here, but which might impact
  26. on horton if deployed widely, is to replace fingerd by a paranoid shell
  27. script as follows:
  28.  
  29. (this came from Randall Atkinson, who I hope will excuse me for posting
  30. in news an instance of his e-mailed suggestion)
  31.  
  32.  
  33.     #!/bin/sh
  34.     trap "exit 0;" 0 1 2 13 15
  35.     #
  36.     # the text isn't real, but gives a feel for the idea
  37.     #
  38.     /bin/cat << burflydick
  39.         
  40.         This host does not directly support finger.
  41.  
  42.         If you require further information about our
  43.         services, or have a problem to discuss please 
  44.         contact:
  45.                 
  46.                 postmaster@xx.xx.xx.xx
  47.                       Tel: zz zzz zzzz
  48.                       Fax: yy yyy yyyy
  49.     burflydick
  50.     #
  51.     # small pause for anyone who moves their lips when they read
  52.     #
  53.     sleep 2
  54.     #
  55.     exit 0
  56.     #
  57.  
  58.  
  59. This  provides minimal onward assistance so in the case of dire emergency
  60. somebody can proceed. I put it onto the box which is doing our mailhub and
  61. newshub work, which I particularly didn't want to be blasted by random
  62. finger requests.
  63.  
  64. The problem with this approach is that said boxen will also usually look
  65. like the appropriate place to finger if you're doing some heuristics on
  66. mail and news addresses or routing.
  67.  
  68.     -George
  69. --
  70.                          George Michaelson
  71. G.Michaelson@cc.uq.oz.au The Prentice Centre      | There's no  market for
  72.                          University of Queensland | hippos in Philadelphia
  73. Phone: +61 7 365 4079    QLD Australia 4072       |          -Bertold Brecht
  74.