Techniques › T1027.008 › AN0056
AN0056 Analytic 0056
Linux · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Executable or binary files created without symbol tables or with stripped sections, especially by non-user shell processes or compilers invoked outside standard dev paths.</p>
- Detects
- T1027.008 Stripped Payloads
- Part of
- DET0019 Detection Strategy for Stripped Payloads Across 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:EXECVE | EXECVE | DC0032 Process Creation |
| auditd:SYSCALL | open, write | DC0061 File Modification |
| linux:osquery | hash, elf_info, file_metadata | DC0059 File Metadata |
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 |
|---|---|
StripFlags | Flag combinations in compiled binaries indicating symbol table removal |
DirectoryScope | Whitelist compiler output directories to reduce false positives |
FileSizeRange | Heuristic boundaries for abnormal small or overly large stripped binaries |