pub fn classify_systemd_unit(unit_name: &str, exec_start: &str) -> boolExpand description
Classify whether a systemd unit is suspicious.
Suspicious if:
exec_startcontains a suspicious pattern, ORunit_namelooks like a randomized hex name (8+ lowercase hex chars + extension), ORexec_startcontains base64 indicators.
Not suspicious if exec_start starts with a safe prefix or the unit name is from a known system service.