A security analyst is investigating a SIEM alert containing the URI parameter: `/inventory.php?item=10' UNION SELECT null, table_name FROM information_schema.tables--`. Moments later, network security monitoring sensors record outbound traffic originating from the targeted web server to an IP address within an isolated deception subnet (honeypot). Which of the following statements accurately identifies the attack technique observed and the operational purpose of the triggered deception control?
- The URI payload represents a SQL injection attempt, and the honeypot alert acts as a detective control indicating potential lateral movement or scanning by the attacker.Answer
- BThe URI payload represents a Cross-Site Scripting (XSS) attack, and the honeypot alert acts as a detective control indicating potential lateral movement or scanning by the attacker.
- CThe URI payload represents a SQL injection attempt, and the honeypot functioned as an inline preventive control by dropping the malicious HTTP request before reaching the database.
- DThe URI payload represents a SQL injection attempt, and the analyst's primary immediate remediation should be modifying network firewall port-filtering rules.
Answer
The attack vector is SQL injection, and traffic touching a honeypot serves as a detective control to spot unauthorized network activity.
The URI payload uses SQL syntax ('UNION SELECT') to query database metadata, which is characteristic of SQL injection. Honeypots are deception mechanisms deployed to capture unauthorized interactions, serving as detective controls when suspicious hosts attempt internal probing.
Step-by-Step Solution
Key Concept
Network Security Monitoring and Deception Analysis
Estimated Time:2m 0s