350-701 · Question #712
Which solution should a network administrator deploy to protect a webserver from SQL injection attacks?
The correct answer is B. Secure Web Appliance. A Secure Web Appliance (SWA), often with Web Application Firewall capabilities, is the most effective solution to protect a webserver from application-layer attacks like SQL injection.
Question
Which solution should a network administrator deploy to protect a webserver from SQL injection attacks?
Options
- AIDS
- BSecure Web Appliance
- CISE
- DIPS
How the community answered
(36 responses)- A3% (1)
- B81% (29)
- C11% (4)
- D6% (2)
Why each option
A Secure Web Appliance (SWA), often with Web Application Firewall capabilities, is the most effective solution to protect a webserver from application-layer attacks like SQL injection.
An IDS (Intrusion Detection System) can identify and alert on SQL injection attempts but does not actively prevent the attack from reaching the web server; it lacks enforcement capabilities.
A Secure Web Appliance (SWA), particularly when acting as or integrating with a Web Application Firewall (WAF), is specifically designed to inspect HTTP/HTTPS traffic. It can detect and block malicious input patterns, such as those used in SQL injection attacks, before they reach the web server, providing dedicated application-layer protection.
Cisco Identity Services Engine (ISE) is primarily used for network access control, identity management, and policy enforcement based on user/device identity, not for protecting web applications from SQL injection attacks.
An IPS (Intrusion Prevention System) can block some known SQL injection signatures, but a dedicated WAF (often a feature of an SWA) offers more specialized, granular, and context-aware protection for web application vulnerabilities.
Concept tested: Web application attack protection
Source: https://www.cisco.com/c/en/us/products/security/web-security-appliance/index.html
Topics
Community Discussion
No community discussion yet for this question.