Techniques › T1113 › AN0981
AN0981 Analytic 0981
macOS · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Invocation of built-in commands like screencapture or use of undocumented APIs from suspicious parent processes.</p>
- Detects
- T1113 Screen Capture
- Part of
- DET0346 Detect Screen Capture via Commands and API Calls
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 |
|---|---|---|
| macos:unifiedlog | process: exec | DC0032 Process Creation |
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 |
|---|---|
CommandLineRegex | Customize regex for flag detection (e.g., `screencapture -x`) based on usage patterns |
ParentProcessName | May vary depending on expected screencapture behavior (Terminal vs remote agent) |