A curated list of awesome links related to application security related to the environments with NGINX or Kubernetes Ingres Controller (based on NGINX)
Go to file
stepan-3 5691e3c750
Update README.md
Added a link to the AppSec talk
2020-09-18 16:46:37 -07:00
README.md Update README.md 2020-09-18 16:46:37 -07:00

awesome-nginx-security

A curated list of awesome links related to application/API security in NGINX environment.

Articles

Talks

Configuration

  • gixy - a tool to analyze Nginx configuration to prevent security misconfiguration
  • nginxconfig.io - GitHub - Online nginx configuration generator for general purposes.

WAF for NGINX. Protect APIs, websites, web applicatons

  • mod_security - mod_security for NGINX
  • naxsi - NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX.
  • NGINX 3rd Party Modules - a list of third-party modules (including security-related) for NGINX and NGINX Plus, created and maintained by members of the NGINX community
  • wallarm - NG-WAF for NGINX and NGINX Plus with the security rules adjusted with AI

WAF for Kubernetes. Protect Cloud Native Apps

  • WAF for Kubernetes - WAF for Kubernetes. As NGINX Ingress Controller or a sidecar container

Bot mitigation / Anti-scrapping / Account take-over prevention

NGINX forks

  • SEnginx - Security-Enhanced nginx
  • lua-resty-waf - High-performance WAF built on the OpenResty stack

Other