I knew what EDR killers were conceptually but stumbled a bit connecting it to a concrete investigation flow in Sentinel specifically.
Start by defining what an 'EDR killer' alert means—a tool or technique designed to disable endpoint detection and response (EDR) agents, often a precursor to ransomware or other malicious activity. Then outline a structured investigation: validate the alert, scope the impact, analyze the kill chain, and recommend remediation. Emphasize a methodical, evidence-based approach that balances urgency with thoroughness.
Pro tip: Demonstrate familiarity with MITRE ATT&CK technique T1562.001 (Impair Defenses: Disable or Modify Tools) and mention that you'd check for lateral movement or data exfiltration attempts, as EDR killers are often used in the later stages of an attack. Also, highlight the importance of preserving forensic evidence before remediation.
Confirm the alert is a true positive by reviewing the raw telemetry, process tree, and command-line arguments. Check if the EDR agent is actually disabled or if it's a false alarm due to a legitimate administrative action.
Identify all affected endpoints and user accounts. Determine if the activity is isolated or part of a broader campaign. Isolate compromised machines from the network to prevent lateral movement, but preserve memory and disk artifacts for forensics.
Investigate how the EDR killer was delivered (e.g., phishing, exploit, lateral movement) and what other malicious activities occurred. Look for persistence mechanisms, privilege escalation, and data exfiltration attempts.
Remove the malicious tool, restore EDR functionality, and patch vulnerabilities. Reset compromised credentials and reimage systems if necessary. Verify that the threat is fully eradicated before reconnecting to the network.
Record findings, update detection rules, and share lessons learned with the security team. Consider enhancing EDR tamper protection and implementing additional monitoring for similar techniques.
AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.