Linux Attack Detection and DFIR: Persistence, Privilege Escalation, and Log Analysis
For SOC and IR teams operating in Linux environments: persistence mechanisms (cron/systemd/shell startup files/SSH authorized_keys/LD_PRELOAD/kernel module), privilege escalation paths (SUID/SGID, sudo misconfiguration, capabilities), and the forensic analysis methodology that surfaces them — auditd ruleset, auth.log/journald queries, /proc live response, and hardening controls.
Swipe or use the arrows to move between sections
Zafiyet (Vulnerability)
Tehdit bağlamı, zafiyet ve istismar senaryosu
This section is not open yet
Titles and summaries are free. The detail of this section is not published yet. You can request the offline comparison tool for the open environments with a company email.
Request the offline tool →Prevention & Hardening
Savunma teknolojileri, policy ve sertleştirme
This section is not open yet
Titles and summaries are free. The detail of this section is not published yet. You can request the offline comparison tool for the open environments with a company email.
Request the offline tool →Detection
Davranış, loglama ve detection kuralları
This section is not open yet
Titles and summaries are free. The detail of this section is not published yet. You can request the offline comparison tool for the open environments with a company email.
Request the offline tool →auditd rule set is critical for detecting persistence and privilege escalation. File-watch rules should be added for changes under /etc/sudoers and the /etc/sudoers.d/ directory; failed sudo attempts in auth.log / secure files and short-interval root account sessions should be defined as priority alert conditions. A common mistake is adding auditd rules only to the startup file without reloading the running service.