Techniques › T1070.009 › AN0113
AN0113 Analytic 0113
Windows · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Detects adversary activity that removes persistence artifacts such as services, registry keys, scheduled tasks, user accounts, and binaries through commands like
sc delete, schtasks /delete, or reg delete.</p>- Detects
- T1070.009 Clear Persistence
- Part of
- DET0040 Detection of Persistence Artifact Removal Across Host Platforms
Log sources and channels
Exactly as MITRE states them in x_mitre_log_source_references. Where a channel is vague, it is vague in the source; kevmap does not tidy it.
| Log source | Channel | Data component |
|---|---|---|
| WinEventLog:Sysmon | EventCode=1 | DC0032 Process Creation |
| WinEventLog:Security | EventCode=4726, 4657 | DC0009 User Account Deletion |
| WinEventLog:TaskScheduler | EventCode=106 | DC0001 Scheduled Job Creation |
| WinEventLog:Security | EventCode=4657 | DC0063 Windows Registry Key Modification |
Mutable elements
Parameters MITRE marks as environment-specific. These are the knobs you are expected to tune; they are why an analytic is not a rule.
| Field | Description |
|---|---|
TargetRegistryPathRegex | Filters known persistence keys like Run/RunOnce, Image File Execution Options |
DeletedScheduledTaskName | Monitors known or suspicious task names deleted post-persistence |
DeletedAccountGroupScope | Focuses on highly privileged or recently created accounts |