Keeping twits from steeling processing time - Inetserver

This is a discussion on Keeping twits from steeling processing time - Inetserver ; Hi, some sick person is bugging my FTP server on IIS5 with loads of (unsuccessful) connection attempts (approx. 200,000 the last two months). Is there any way of stopping this nerd from steeling my processing time? TIA, Axel Dahmen...

+ Reply to Thread
Results 1 to 4 of 4

Keeping twits from steeling processing time

  1. Default Keeping twits from steeling processing time

    Hi,

    some sick person is bugging my FTP server on IIS5 with loads of
    (unsuccessful) connection attempts (approx. 200,000 the last two months). Is
    there any way of stopping this nerd from steeling my processing time?

    TIA,
    Axel Dahmen



  2. Default RE: Keeping twits from steeling processing time

    I hear you on this one. One of my clients has an FTP server running on IIS6.
    They don't allow anonymous connections, so they'll have someone trying to
    connect, sometimes several hundred times in a 2 minute span. They'll use
    every possible variation of "Administrator" to gain access.

    Best thing you can do is look at the MSFTPSVC logs to find the IP address of
    the attacker. Then use your firewall to block that IP.

    If someone were to write an app that looks at the MSFTPSVC logs and sees the
    pattern of logon attempts and sends an alert to a server admin or, better
    yet, automaticall sets the rule in a firewall to block the IP, I'd buy it in
    a heartbeat.

    Rob M.

    ----------------------------------------------
    Rob Madison, MCP MCSA
    Action I.T. Consulting


    "Axel Dahmen" wrote:

    > Hi,
    >
    > some sick person is bugging my FTP server on IIS5 with loads of
    > (unsuccessful) connection attempts (approx. 200,000 the last two months). Is
    > there any way of stopping this nerd from steeling my processing time?
    >
    > TIA,
    > Axel Dahmen
    >
    >
    >


  3. Default Re: Keeping twits from steeling processing time

    Yeah, right... Unfortunately from what I can read in the log the IP address
    changes every day, so I believe that person is either using Dial-Up or there
    are several twits trying to do the same thing.

    Isn't there a way to tell MSFTPSVC to block unsuccessful login attempts from
    the same IP after, say, 3 unsuccessful attempts within 1 min. for 120 secs.
    or so?

    TIA,
    Axel Dahmen



    ---------------------------------------
    "Rob Madison .actionitc.com>" <robmadison@<EATMESPAMMERS> schrieb im
    Newsbeitrag news:33F651CB-3FBE-4218-AE1E-0E102F978B7C@microsoft.com...
    > I hear you on this one. One of my clients has an FTP server running on

    IIS6.
    > They don't allow anonymous connections, so they'll have someone trying to
    > connect, sometimes several hundred times in a 2 minute span. They'll use
    > every possible variation of "Administrator" to gain access.
    >
    > Best thing you can do is look at the MSFTPSVC logs to find the IP address

    of
    > the attacker. Then use your firewall to block that IP.
    >
    > If someone were to write an app that looks at the MSFTPSVC logs and sees

    the
    > pattern of logon attempts and sends an alert to a server admin or, better
    > yet, automaticall sets the rule in a firewall to block the IP, I'd buy it

    in
    > a heartbeat.
    >
    > Rob M.
    >
    > ----------------------------------------------
    > Rob Madison, MCP MCSA
    > Action I.T. Consulting
    >
    >
    > "Axel Dahmen" wrote:
    >
    > > Hi,
    > >
    > > some sick person is bugging my FTP server on IIS5 with loads of
    > > (unsuccessful) connection attempts (approx. 200,000 the last two

    months). Is
    > > there any way of stopping this nerd from steeling my processing time?
    > >
    > > TIA,
    > > Axel Dahmen
    > >
    > >
    > >




  4. Default Re: Keeping twits from steeling processing time

    Hi Axel,

    No, there is no built-in mechanism in IIS FTP will block IP after repeated
    login failures. Some advanced monitoring service may have this ability like
    MOM.

    However if the attacker is always from a certain IP range. In the FTP
    site's directory security tab, you should be able to block it on Class C
    level (use group of computers).

    If still no help, I think you should contact your ISP or try to get
    assistance from law approach.

    Best regards,

    WenJun Zhang
    Microsoft Online Partner Support

    This posting is provided "AS IS" with no warranties, and confers no rights.




+ Reply to Thread

Similar Threads

  1. Keeping Multiple processes running at the same time
    By Application Development in forum TCL
    Replies: 3
    Last Post: 08-23-2007, 08:04 AM
  2. Re: Compile Time String processing
    By Application Development in forum c++
    Replies: 0
    Last Post: 03-12-2007, 09:24 AM
  3. Re: Compile Time String processing
    By Application Development in forum c++
    Replies: 5
    Last Post: 03-09-2007, 08:48 AM
  4. Re: Compile Time String processing
    By Application Development in forum c++
    Replies: 1
    Last Post: 03-06-2007, 02:00 AM
  5. [JDBC] Keeping Connection object for a long time
    By Application Development in forum JDBC JAVA
    Replies: 1
    Last Post: 07-06-2005, 06:59 AM