Skip to content

Commit

Permalink
refactor: update WAF reference EN/PT (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianaAguilera authored Jan 21, 2025
1 parent c4ee2cb commit e729f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Learn how Web Application Firewall secures your applications. Watch the playlist
<iframe width="600" height="400" src="https://www.youtube.com/embed/videoseries?si=Z5qtQ8fJX_HDORht&amp;list=PL02NW2s3y10MI3pqve6Yn3bDRJxiZ-bQw" loading="lazy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

**Web Application Firewall (WAF)** is an Azion **Edge Firewall** module, developed to protect edge applications from threats such as *SQL Injections*, *Remote File Inclusion (RFI)*, *Cross-Site Scripting (XSS)*, and other web vulnerabilities. WAF analyzes HTTP and HTTPS requests, detects, and blocks malicious activity before it reaches your application infrastructure.
**Web Application Firewall (WAF)** is an Azion **Edge Firewall** module, developed to protect edge applications from threats such as *SQL Injections*, *Remote File Inclusion (RFI)*, *Cross-Site Scripting (XSS)*, *Cross-Site Request Forgery (CSRF)*, *protocol violations* (such as empty body in POST), *Code Injection*, and other web vulnerabilities, including the [most common cyberthreats](https://www.azion.com/en/learning/websec/how-does-waf-protect-against-cyberthreats/#what-are-the-most-common-cyberthreats). WAF analyzes HTTP and HTTPS requests, detects, and blocks malicious activity before it reaches your application infrastructure.

WAF operates in the seventh layer of the OSI model, the application layer, where the relationship between web applications and their respective network services and user data takes place. It also works as a barrier to filter and monitor traffic between your application and the requests from the internet.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permalink: /documentacao/produtos/secure/edge-firewall/web-application-firewall/

import LinkButton from 'azion-webkit/linkbutton'

**Web Application Firewall (WAF)** é um módulo do Azion **Edge Firewall** desenvolvido para proteger edge applications contra ameaças do tipo *SQL Injections*, *Remote File Inclusion (RFI)*, *Cross-Site Scripting (XSS)* e outras vulnerabilidades da web. O WAF analisa requisições HTTP e HTTPS, detecta e bloqueia atividades maliciosas, antes que elas cheguem à sua infraestrutura, origem ou servidor.
**Web Application Firewall (WAF)** é um módulo do Azion **Edge Firewall** desenvolvido para proteger edge applications contra ameaças do tipo *SQL Injections*, *Remote File Inclusion (RFI)*, *Cross-Site Scripting (XSS)*, *Cross-Site Request Forgery (CSRF)*, *violações de protocolo* (como body vazio em POST), *Code Injection* e outras vulnerabilidades da web, incluindo as [ameaças cibernéticas mais comuns](https://www.azion.com/pt-br/learning/websec/como-waf-protege-contra-ameacas-ciberneticas/#quais-sao-as-ameacas-ciberneticas-mais-comuns). O WAF analisa requisições HTTP e HTTPS, detecta e bloqueia atividades maliciosas, antes que elas cheguem à sua infraestrutura, origem ou servidor.

O WAF opera na sétima camada do modelo OSI, a camada da aplicação, onde ocorre o relacionamento entre as aplicações web, seus respectivos serviços de rede e dados de usuários. Funciona também como uma barreira para filtrar e monitorar o tráfego entre sua aplicação e as requisições da internet.

Expand Down

0 comments on commit e729f24

Please sign in to comment.