GCIH · Question #434
Deleting an attacker's scheduled tasks on a victim host is something that would typically occur during which phase of incident handling?
The correct answer is D. Eradication. Removing attacker artifacts like scheduled tasks falls under the Eradication phase, where all malicious footholds are eliminated from the compromised system.
Question
Deleting an attacker's scheduled tasks on a victim host is something that would typically occur during which phase of incident handling?
Options
- AIdentification
- BRecovery
- CPreparation
- DEradication
How the community answered
(51 responses)- A4% (2)
- B2% (1)
- C6% (3)
- D88% (45)
Why each option
Removing attacker artifacts like scheduled tasks falls under the Eradication phase, where all malicious footholds are eliminated from the compromised system.
Identification (also called Detection/Analysis) involves discovering and confirming that an incident has occurred, not removing attacker artifacts.
Recovery focuses on restoring systems to normal operation after eradication is complete, not on removing malicious artifacts.
Preparation occurs before any incident and involves building policies, tools, and response capabilities, not responding to active attacker activity.
Eradication is the incident handling phase focused on completely removing the attacker's presence and any mechanisms they used to maintain access or execute code, such as scheduled tasks, malware, or backdoors. Deleting scheduled tasks directly addresses persistence mechanisms the attacker installed. This phase follows Containment and precedes Recovery to ensure the environment is clean before restoration.
Concept tested: NIST incident response eradication phase activities
Source: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-61r2.pdf
Topics
Community Discussion
No community discussion yet for this question.