WAF
10 pts
—
Persona
You are a security engineer tasked with protecting the application from injection-based attacks.
Situation
Automated scanners are targeting the login form with SQL injection payloads, attempting to extract credentials or bypass authentication by manipulating backend database queries.
Goal
Enable WAF inspection to detect and block malicious SQL injection requests before they reach the application layer.
Action
Attach a WAF policy to the virtual server and enable SQL injection attack signatures for the /login endpoint.
Result