.service file
0001-01-01
a .service file is a configuration file/systemd unit containing metadata about a service managed by systemd.
Read More
@reboot cron macro
0001-01-01
@reboot is a macro available in some cron implementations that will run commands when the system is booted.
Read More
/DYNAMICBASE
0001-01-01
The /DYNAMICBASE option for Microsoft’s link.exe enables ASLR for executable files.
Read More
/etc/fstab
0001-01-01
fstab (filesystem table) is a configuration file commonly found at /etc/fstab on Linux and Unix-like systems. This is commonly provided by the ...
Read More
/etc/ld.so.preload
0001-01-01
The /etc/ld.so.preload file contains a list of ELF shared objectsthat are intended to be loaded before all other libraries on a dynamically-linked ...
Read More
/etc/ld.so.preload persistence
0001-01-01
Linux and Unix-like malware may abuse /etc/ld.so.preload as a persistence mechanism.
The attacker will add a malicious LD_PRELOAD-like library to this ...
Read More
/proc/PID/cmdline
0001-01-01
The /proc/PID/cmdline file on procfs-enabled systems contains the NULL-delimited command line arguments used to invoke the specified process (PID).
Read More% ...
/proc/PID/exe
0001-01-01
The /proc/PID/exe file on procfs-enabled systems is a symbolic link to the actual binary of the specified process (PID) on disk.
Read More% ls -l ...
/proc/PID/syscall
0001-01-01
The /proc/PID/syscall file on procfs-enabled systems contains information about the last system call executed by the specified process (PID).
Read More% sudo ...
/var/log
0001-01-01
The /var/log directory typically contains system and application-related logs on Linux and Unix-like systems.
Read More