Expand description
In-memory systemd unit analysis.
Scans the systemd (PID 1) process VMAs for unit file content patterns
(.service, .timer strings and associated ExecStart= commands) to
detect malicious persistence (MITRE ATT&CK T1543.002).
Structs§
- Systemd
Unit Info - Information about a systemd unit found in memory.
Functions§
- classify_
systemd_ unit - Classify whether a systemd unit is suspicious.
- walk_
systemd_ units - Walk the systemd process VMAs and extract unit information from memory strings.