Live data from Hacker News

Ask HN: Why is my web server being attacked?

news.ycombinator.com

1–10 of 48 posts

Ask HN: Why is my web server being attacked?

#1
I run a small Web server. It's a vanity project, very low traffic - less than 50 pages served per day. Strictly HTML - no CGI, no PHP, nothing. For the past couple of weeks the server has been the target of a SYN Flood attack. Also very low volume - 100-150 SYN packets (with forged IP addresses) received per hour. I have all the usual mitigations in place and the attack is not affecting the server. However, I am curious why it's being attacked. I have not received any "ransom" email, the server does not host anything that is even mildly controversial and the forged IP addresses are always different and from all over the world so I'm not being used to flood some other server. Can anyone suggest a purpose for this attack?

Re: Ask HN: Why is my web server being attacked?

#6
> 100-150 SYN packets (with forged IP addresses) received per hour.

Lol. That's not an "attack."

Your server is publicy accessible over the internet. This means you are explicitly allowing other networks to connect to your server. This is par for the course; just always make sure to run the latest security patches and move on with life.

Re: Ask HN: Why is my web server being attacked?

#9
Adding to what has already been said- New registrations are the food for probing. You could have an IP on someone's naughty list from a previous user. It's any other day on the internet.

That's just what the neighborhood ( the whole internet ) looks like from the sidewalk.

So, Set up a free Cloudflare account, move your DNS of record to them, and run traffic through Cloudflare to your server.

Re: Ask HN: Why is my web server being attacked?

#10

Adding to what has already been said- New registrations are the food for probing. You could have an IP on someone's naughty list from a previous user. It's any other day on the internet. That's just what the neighborhood ( the whole internet ) looks like from the sidewalk. So, Set up a free Cloudflare account, move your DNS of record to them, and run traffic through Cloudflare to your server.

Please don't do this, find another way. Almost 1/2 the internet is inaccessible to me at this point because at some point CF decided that I was a bad actor and now I can't get to anything.
Post reply on HN