Logan WAF, Web Application Firewall 1.0 Released

New features in version 1.0
  • For blocked IPs, you can configure the record request information, which can effectively analyze the records of attacks
  • Restrict incoming and outgoing traffic for a specified host or restrict globally
  • You can configure load balancing in the background, add domain name forwarding, without restarting the server
  • Limit the specified time, or specified week, to prevent traffic overload during peak hours
  • Check GET or POST parameters to prevent SQL injection

Loka WAF, what can it do

Luojia WAF is a web firewall based on openresty. It consists of multiple or single node servers and a central control server. It aggregates data requests from nodes to the central control server for unified analysis, so that it can automatically identify which users are illegal. IP, so as to implement automatic ban, it can basically ensure that more than 90% of CC attacks are automatically intercepted and ensure the effective and normal operation of the server.

What can he do other than prevent CC

  • Limit access frequency and URI access frequency can be configured in the background
  • Can block IP in the background, record IP access list
  • Restrict incoming and outgoing traffic for a specified host or restrict globally
  • Can count server-side error content 500 errors, etc.
  • You can view the time-consuming list of requests and the internal load of the server
  • You can configure load balancing in the background, add domain name forwarding, without restarting the server
  • SSL certificates can be configured in the background without restarting the server
  • For blacklisted users, if they visit frequently, the firewall will block the IP
  • Check GET or POST parameters to prevent SQL injection
  • Limit the specified time, or specified week, to prevent traffic overload during peak hours
  • For blocked IPs, you can configure the record request information, which can effectively analyze the records of attacks

    Application screenshot

    Home

    configure

    load balancing

    SSL certificate

    Related Links

    Node server luojiawaf_lua (nginx+lua)

    Central control server front-end luajiawaf_web(ant.design)

    Central control server backend luajiawaf_server (django)

Guess you like

Origin www.oschina.net/news/188748