Techniques › T1069.001 › AN0318
AN0318 Analytic 0318
Linux · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Detects enumeration of local groups using common binaries (groups, getent, cat /etc/group) or scripting with suspicious lineage.</p>
- Detects
- T1069.001 Local Groups
- Part of
- DET0114 Behavioral Detection of Local Group Enumeration Across OS 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 |
|---|---|---|
| auditd:SYSCALL | execve | 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 |
|---|---|
ProcessName | Detection tuning for binaries like `groups`, `getent`, `awk`, or `cut` that may be used in pipelines. |
ParentProcess | Used to determine whether enumeration was triggered by a script or terminal. |