A security analyst investigating a cloud-hosted infrastructure detects that an OAuth 2.0 refresh token assigned to an automated microservice was compromised. Real-time monitoring confirms an unauthorized external entity is actively exploiting this token to execute bulk queries and exfiltrate sensitive financial records from a database endpoint. According to standard incident response lifecycle frameworks, which of the following represents the IMMEDIATE next step the incident response team should take?
- Revoke the compromised API access token and apply temporary network isolation rules to halt active data exfiltration.Cevap
- BDeploy newly compiled container images and restore backend database tables from offline clean backups.
- CReconfigure the intrusion detection system from passive monitoring to inline network blocking to act as a primary corrective control.
- DApply web application firewall filtering to strip malicious JavaScript tags from API payloads to prevent client-side Cross-Site Scripting against the database.
Cevap
Revoke the compromised API access token and apply temporary network isolation rules to halt active data exfiltration.
The correct response prioritizes containment above eradication and recovery during an active security incident. In standard frameworks (such as NIST SP 800-61), once an incident is detected and validated, the immediate priority is limiting the scope of impact and preventing further exfiltration. Revoking the compromised OAuth token invalidates the active credential, while temporary network isolation prevents further unauthorized API interaction.
Adım Adım Çözüm
Anahtar Kavram
Incident Response Lifecycle Containment Phase Priorities