Azure Security Series (3) -Application Gateway in the Web Application Firewall

 

Web application firewall (Web Application Firewall, usually referred WAF) is provided by performing a series for HTTP / HTTPS security policy specifically for Web application protection of a product.

Azure Application Gateway has WAF functionality, content on Application Gateway, see the " Azure web design specifically for the Application Gateway- Layer 7 load balancing (Application Gateway) "

 

What does Azure Application Gateway in the WAF?

  • SQL injection protection.
  • Cross-site scripting protection.
  • Other common Web attack protection, such as command injection, HTTP request smuggling, HTTP response splitting and remote file inclusion.
  • Prevent HTTP protocol violations.
  • HTTP protocol to prevent abnormal behavior (e.g., acceptance and lack of host user agent header).
  • Prevention crawler and scanner.
  • Common Application Error detection configuration (such as Apache and IIS, etc.).
  • Having lower and upper limits may be configured to limit the size of a request.
  • Exclusion List allows you to ignore some of the requests properties WAF assessment. A common example is Active Directory inserted tokens, these tokens for authentication or password field.
  • Create custom rules based on the specific needs of the application.

 

How to configure WAF functionality of Azure Application Gateway?

 

Use Application Gateway in the web firewall, WAF is automatically updated to include protection against new vulnerabilities, without the need for additional configuration.

 

Azure Application Gateway What are the rules?

 

WAF on the application gateway (OWASP) based on Open Web Application Security Project Core Rule Set (CRS) 3.1,3.0 or 2.2.9, you can create custom policies.

 

 

Azure Application Gateway 中的WAF有何优势?

 

保护

  • 无需修改后端代码即可保护 Web 应用程序免受 Web 漏洞和攻击的威胁。
  • 同时保护多个 Web 应用程序。 应用程序网关的实例最多可以托管 40 个受 Web 应用程序防火墙保护的网站。
  • 为同一 WAF 后面的不同站点创建自定义 WAF 策略

监视

  • 使用实时 WAF 日志监视 Web 应用程序受到的攻击。 此日志与 Azure Monitor 相集成,让你可以跟踪 WAF 警报并轻松监视趋势。
  • 应用程序网关 WAF 已与 Azure 安全中心集成。 安全中心可集中查看所有 Azure 资源的安全状态。

自定义规则

  • 根据应用程序的要求自定义 WAF 规则和规则组,并消除误报。
  • 为 WAF 后面的每个站点关联 WAF 策略,以允许进行特定于站点的配置
  • 根据应用程序的需求创建自定义规则

 

发布了44 篇原创文章 · 获赞 4 · 访问量 1708

Guess you like

Origin blog.csdn.net/yushuzhen2008/article/details/104485013