PCCSE · Question #81
The security team wants to protect a web application container from an SQLi attack. Which type of policy should the administrator create to protect the container?
The correct answer is C. CNAF. CNAF (Cloud Native Application Firewall) (C) is Prisma Cloud Compute's Layer 7 web application firewall (WAF) that protects containerized web applications from OWASP Top 10 attacks including SQL injection (SQLi), XSS, command injection, and more. It inspects HTTP/HTTPS traffic an
Question
The security team wants to protect a web application container from an SQLi attack. Which type of policy should the administrator create to protect the container?
Options
- ACompliance
- BRuntime
- CCNAF
- DCNNF
How the community answered
(22 responses)- A5% (1)
- B14% (3)
- C77% (17)
- D5% (1)
Explanation
CNAF (Cloud Native Application Firewall) (C) is Prisma Cloud Compute's Layer 7 web application firewall (WAF) that protects containerized web applications from OWASP Top 10 attacks including SQL injection (SQLi), XSS, command injection, and more. It inspects HTTP/HTTPS traffic and can block or alert on malicious payloads. Answer D (CNNF - Cloud Native Network Firewall) operates at the network layer and controls east-west traffic between containers, but does not perform deep packet inspection for application-layer attacks like SQLi. Answer B (Runtime) policies detect and prevent anomalous process or network behavior at runtime. Answer A (Compliance) policies enforce configuration standards, not attack protection.
Topics
Community Discussion
No community discussion yet for this question.