Expand description
Userland LD_PRELOAD rootkit forensic indicators.
Sources:
- Father rootkit source code and README (github.com/mav8557/Father): https://github.com/mav8557/Father
- MITRE ATT&CK T1574.006 — Dynamic Linker Hijacking (LD_PRELOAD abuse): https://attack.mitre.org/techniques/T1574/006/
- MITRE ATT&CK T1548.001 — Setuid and Setgid / GID manipulation: https://attack.mitre.org/techniques/T1548/001/
Modules§
- father
- Father rootkit (github.com/mav8557/Father) forensic indicators.
Constants§
- KNOWN_
LD_ PRELOAD_ ROOTKITS - Known Linux userland LD_PRELOAD rootkit library name substrings.
Functions§
- is_
known_ rootkit_ lib - Returns
trueiffilenamematches a known LD_PRELOAD rootkit library name (case-insensitive substring match). - is_
rootkit_ gid - Returns
trueifgidmatches a known rootkit magic GID.