2

In last days my apache is being attacked by many connections from proxies. I've identified the source but could not block the attack effectively.

The attacker seems to be using pyloris or a variation of this to attack my apache on port 80.

I installed nginx and varnish but not enough to support the extra load.

I also added a rule in iptables to drop packets that contain the string "X-Forwarded-For" but does not block all the proxies.

Does anyone have a suggestion?

Digorp
  • 23
  • 2

1 Answers1

1

Usually pyloris attacks are utilised using TOR network. As first step I would suggest you to block ip addresses of TOR network and check if it helps at all.

Here is a list of TOR network's ip addresses

Let us know if it helps

Hex
  • 1,939
  • 10
  • 17