ASM Example: Detecting a Malicious HTTP Request
Request Example:
Analysis by ASM:
Method: POST is valid, but the body will be inspected.
Body: SQL Injection attempt (
' OR '1'='1
) is detected.Action: Request is blocked, and a violation is logged.
Last updated