A network security analyst is reviewing real-time alert logs from a Network Intrusion Detection System (NIDS). The analyst spots an alert flagging an HTTP GET request containing the following parameter string: GET /products.php?id=1%20UNION%20SELECT%20username,%20password%20FROM%20users--. Which of the following attack types has been detected by this monitoring alert?
- SQL injectionCevap
- BCross-site scripting (XSS)
- CHoneypot misconfiguration
- DCompensating control failure
Cevap
SQL injection
The network monitoring alert log contains standard database query keywords (`UNION SELECT`), which indicates an attempt to extract data directly from a backend database engine via SQL injection.
Adım Adım Çözüm
Anahtar Kavram
Identifying attack signatures in network intrusion detection logs
Tahmini Süre:45s