/proc/PID/maps
2025-04-02
/proc/PID/maps is a file on procfs-enabled systems that shows the memory map of a process.
It lists all memory regions used by the process, including ...
Read More
/proc/PID/stack
2025-04-02
The /proc/PID/stack file on procfs-enabled systems contains information about the stack of the specified process (PID)
Read More% sudo cat /proc/self/stack ...
/proc/PID/status
2025-04-02
/proc/PID/status is a file in procfs-enabled systems that provides detailed information about the specified process id in human-readable form.
Read More
ad-hoc
2025-04-02
Ad hoc is a Latin phrase meaning “for this”, often used in English to refer to a solution designed for a specific purpose or task than a ...
Read More
AMSI patching
2025-04-02
AMSI patching refers to a post-exploitation bypass technique for AMSI in which the attacker patches the AmsiScanBuffer function in memory to force it ...
Read More
anatomyofreallinuxintrusion
2025-04-02
Read More
anti-debugger
2025-04-02
anti-debugger techniques are anti-analysis or anti-forensics techniques typically employed by malware authors that cause debuggers to crash, not ...
Read More
Apache Struts
2025-04-02
Apache Struts is an MVC framework for creating Java web applications.
Read More
ARM
2025-04-02
ARM refers to a family of RISC CPUs designed by Arm Ltd. known for power efficiency, simplicity, and widespread use in mobile devices. ...
Read More
auditinglinuxprocessesdeepdive-boelen2025
2025-04-02
Auditing Linux processes: The Deep Dive!
by Michael Boelen
https://linux-audit.com/auditing-linux-processes/
Read More
Notes Linux ...