Techniques › T1518 › AN1101
AN1101 Analytic 1101
Linux · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Adversary invokes 'dpkg -l', 'rpm -qa', or other package managers via shell or script to enumerate installed software.</p>
- Detects
- T1518 Software Discovery
- Part of
- DET0392 Multi-Platform Software Discovery Behavior Chain
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 | Execution of dpkg, rpm, or other package manager with list flag | DC0032 Process Creation |
| linux:shell | Manual invocation of software enumeration commands via interactive shell | DC0064 Command Execution |
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 |
|---|---|
ScriptName | Path to the wrapper script that invokes enumeration commands. |
TTYContext | Scope detection to interactive vs. background shell contexts. |