Auditd

Linux Audit Log. Here docs the important fields of auditds. It is important to know this fields in order to read the auditd log.

1. type=PROCTITLE

This record shows the full command-line arguments of the process as it appeared in the process table.


2. type=CWD (Current Working Directory)

This tells you where the user was “standing” on the filesystem when they ran the command.


3. type=EXECVE

This record details the specific arguments passed to the execve system call (the function Linux uses to start a new program).


4. type=SYSCALL

This is the most “data-heavy” part of the log. It explains who did it and what the system did about it.

System Details

User & Process IDs

Technical Context


Last Modified: 2025-12-28 \