Page 1 of 1
Block layer-7 attacks
Posted: Mon Apr 09, 2018 3:23 pm
by jQuery
Hi,
Does anyone have an idea how to block stronger layer-7 attacks?
Re: Block layer-7 attacks
Posted: Mon Apr 09, 2018 3:37 pm
by n0x
You'd need a web application firewall (WAF), or some sort of proxy to inspect all the traffic.
Probably the easiest way is to put it behind CloudFlare and use their WAF - Otherwise there are some open source options.
Re: Block layer-7 attacks
Posted: Mon Apr 09, 2018 3:43 pm
by jQuery
I am able to block the most layer-7 attacks with a good Nginx configuration, however strong attacks go through and take the whole web server down. I am not in for Cloudflare, as I am not a fan of it.
Could you perhaps link those open-source options? Would like to check them out.