Web application firewalls (WAFs) can help mitigate attacks by filtering incoming ________.
- Data
- Packets
- Requests
- Traffic
Web application firewalls (WAFs) primarily filter incoming requests. These requests include HTTP and HTTPS traffic, allowing the firewall to analyze and block potentially malicious requests before they reach the web application. This helps protect against common web-based attacks like SQL injection, cross-site scripting (XSS), and command injection.
Loading...
Related Quiz
- The Agile practice of breaking work into small, manageable increments is known as ___________.
- CSS ___________ are used to group together CSS declarations to be applied to multiple elements.
- In wireless communication, the ___________ is a measure of the strength of the received signal compared to the noise level.
- The SQL ___________ statement is used to modify data in a database.
- During the ___________ phase, developers write and test the actual code.