Techniques › T1669 › AN1477
AN1477 Analytic 1477
Linux · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Detects unauthorized wireless associations by monitoring wpa_supplicant logs, NetworkManager events, and system calls related to interface state changes. Anomalies include repeated association failures, new SSIDs outside baselined values, and rogue AP connections.</p>
- Detects
- T1669 Wi-Fi Networks
- Part of
- DET0536 Detection Strategy for Wi-Fi Networks
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 |
|---|---|---|
| linux:syslog | New Wi-Fi connection established or repeated association failures | DC0082 Network Connection Creation |
| auditd:SYSCALL | ioctl: Changes to wireless network interfaces (up, down, reassociate) | DC0078 Network Traffic Flow |
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 |
|---|---|
AllowedSSIDRegex | Regex-based whitelist of corporate SSIDs; anomalous matches indicate suspicious activity. |
RetryThreshold | Number of failed association attempts allowed before triggering detection. |