Am I getting attacked?

Discussion in 'Bukkit Help' started by drasticraft, Jul 17, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    drasticraft

    My log is full of entries that all look like this:
    Code:
    2013-07-17 05:56:09 [SEVERE] Reached end of stream for /37.59.35.201
    2013-07-17 05:58:30 [SEVERE] Reached end of stream for /198.199.78.40
    2013-07-17 06:01:25 [SEVERE] Reached end of stream for /37.59.35.201
    2013-07-17 06:06:14 [SEVERE] Reached end of stream for /37.59.35.201
    2013-07-17 06:07:12 [SEVERE] Reached end of stream for /50.30.43.167
    2013-07-17 06:11:09 [SEVERE] Reached end of stream for /37.59.35.201
    2013-07-17 06:16:10 [SEVERE] Reached end of stream for /37.59.35.201
    2013-07-17 06:21:09 [SEVERE] Reached end of stream for /37.59.35.201
    2013-07-17 06:26:10 [SEVERE] Reached end of stream for /37.59.35.201
    2013-07-17 06:31:09 [SEVERE] Reached end of stream for /37.59.35.201
    2013-07-17 06:35:39 [SEVERE] Reached end of stream for /37.59.35.201
    2013-07-17 06:38:04 [SEVERE] Reached end of stream for /198.199.79.140
    2013-07-17 06:40:39 [SEVERE] Reached end of stream for /37.59.35.201
    2013-07-17 06:45:39 [SEVERE] Reached end of stream for /37.59.35.201
    2013-07-17 06:48:17 [SEVERE] Reached end of stream for /198.199.78.40
    2013-07-17 06:50:42 [SEVERE] Reached end of stream for /37.59.35.201
    They continue out through the day, and all night.
    I have already pulled up a WHOIS on 37.59.35.201, because its IP shows up the most.
    It comes up as coming from OVH Systems, and their website will not let me do a WHOIS for an IP. Only a domain.
    That IP, 37.59.35.201, has a web server running on it. It shows a Parallels Plesk default page.

    First of all:
    Am I getting DDoS attacks?
    Second:
    What can I do to prevent/report this?
    Third:
    Should I call Verizon(My provider)about this?
     
  2. Offline

    Jacek

    One request every few minutes is not a DDoS attack, OVH provide cheap dedicated servers so it could be a badly made server list trying to find out info from the server.

    You can just not worry about it :) Probably not a great idea to call your ISP too since most of the time running any kind of public server is against the ToS :p
     
  3. Offline

    Bobcat00

    This is a bug feature in 1.6.x. Every time someone anywhere in the world looks at their server list and your server is on there, you'll get an end of stream message. It's as annoying as hell.
     
  4. Offline

    Steven Stanton

    This is crashing my server every 12 hours or so and I need to know how to stop it. Someone please find a way and post it. Thank you.
     
  5. Online

    timtower Administrator Administrator Moderator

    You sure that this is causing crashes? As far as I know this can't do anything, at least not without having 1000 messages per minute
     
  6. Offline

    BurritoBashr

    In your server.properties turn

    Code:yaml
    1.  
    2. enable-query=true
    3.  

    to
    Code:yaml
    1.  
    2. enable-query=false
    3.  
     
  7. Offline

    Mommotexx

Thread Status:
Not open for further replies.

Share This Page