home *** CD-ROM | disk | FTP | other *** search
- X-Gateway-Source-Info: INTERNET
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!sdd.hp.com!usc!news.service.uci.edu!unogate!mvb.saic.com!tgv.com!info-multinet
- Date: 14 SEP 92 20:15:49 GMT
- Newsgroups: vmsnet.networks.tcp-ip.multinet
- X-Return-path: <info-multinet-relay@TGV.COM>
- X-RFC822-From: Brian McKeever <MCKEEVER@VAX2.CSTP.UMKC.EDU>
- From: Brian McKeever <MCKEEVER@VAX2.CSTP.UMKC.EDU>
- Subject: RE:loggin anonymous ftp server
- X-Envelope-to: info-multinet@tgv.com
- X-VMS-To: IN%"info-multinet@tgv.com"
- Organization: The INFO-MULTINET Community
- Message-ID: <2C200B3F14SEP92201549@TGV.COM>
- Nntp-Posting-Host: Mvb.Saic.Com
- Lines: 21
-
- > I'm trying to find a way to log the ftp sessions for my
- > anonymous ftp server. Is there any way I can log information
- > such as the users entry (ie the password)?
- >
- > Rodrigo:-)
-
- I wrote a little procedure that scans the FTP_SERVER.LOGs (and
- FTP_SERVER.OLDs in ANONYMOUS's login directory) for hostname, password, and
- any 550 errors. 550 errors can indicate someone trying to move into a
- directory they aren't allowed access to, i.e. a breakin-attempt. I have
- its output mailed to me nightly. It may be what you're looking for. You
- can get it via anonymous FTP from CSTP.UMKC.EDU.
-
- --Brian
-
- P.S. Here is my ANONYMOUS FTP LOGIN.COM so you know where the
- FTP_SERVER.OLDs come from.
-
- $ request/noreply "Anonymous FTP connection established."
- $ rename ftp_server.log;-1 ftp_server.old
- $ purge/before="-30-" ftp_server.old
-