Multiple choice technology security

A Web application firewall may actively defend a Web application by:

  1. Invalidating the application session

  2. Intercepting data flowing to and from a Web application

  3. Running in a separate process and memory space

  4. Learning about the application behavior

Reveal answer Fill a bubble to check yourself
A Correct answer
AI explanation

An actively defending WAF can take real-time protective action such as invalidating (terminating) a suspicious application session to stop an attack in progress. Simply intercepting traffic flowing to/from the application is a passive, inline monitoring/filtering capability, not itself 'active defense' against a detected threat. Running in a separate process/memory space describes architectural deployment, not a defensive action. Learning application behavior describes a passive profiling/baseline capability (as in anomaly-detection WAFs), not active defense.