What problem does it solve?
Attackers abuse Windows scheduled tasks (MITRE ATT&CK T1053.005) to establish persistence, execute payloads, and move laterally, and default auditing often misses this activity. This Skill gives threat hunters a structured methodology, detection queries, and validation steps to surface malicious scheduled tasks before they are used against the environment.
Core Features & Use Cases
- Detection Queries: Ready-to-use Splunk SPL and KQL (Microsoft Sentinel) queries for Event ID 4698 task creation and suspicious schtasks.exe command lines.
- Evasion-Aware Hunting: Covers audit gaps, ComHandler action evasion, Security Descriptor deletion hiding, renamed binaries, and TaskCache registry orphan detection.
- Structured Workflow: Seven-step hunt process from task enumeration through baseline diffing, with a standardized output format for reporting findings.
- Use Case: During incident response on a compromised Windows host, run the provided KQL query in Sentinel to find tasks executing PowerShell from AppData, then diff TaskCache registry GUIDs against the Tasks folder to reveal hidden persistence.
Quick Start
Hunt for suspicious scheduled tasks on my Windows endpoints using the provided Splunk and KQL detection queries.