private network

0001-01-01

A private network is a computer network that is isolated from the public internet and only accessible to certain users and devices.

Private networks ...

Read More

privilege escalation

0001-01-01

Privilege escalation is a set of techniques used in a cyberattack by an attacker to gain higher levels of access on a compromised system.

Read More

proc/PID/fd

0001-01-01

The /proc/PID/fd directory on procfs-enabled systems contains information about file descriptors opened by a process.

% ls -l proc/self/fd total 0 ...

Read More

proc/PID/fdinfo

0001-01-01

The /proc/PID/fdinfo directory on procfs-enabled systems contains additional metadata such as the flags used by open() on the about file descriptors ...

Read More

ProcDump

0001-01-01

ProcDump is a Microsoft Sysinternals tool used to monitor processes for CPU spikes and creating crash dumps for troubleshooting and debugging ...

Read More

process

0001-01-01

In an operating systems context, a process is a program, application, or command that is being actively executed.

Read More

Process Environment Block

0001-01-01 windows

The Process Environment Block (PEB) is a data structure of the Windows NT operating system family containing data structures including global context, ...

Read More

Process Explorer

0001-01-01

Process Explorer is a component of the Sysinternals Suite that shows information regarding processes and their open handles, DLLs, and other relevant ...

Read More

Process Hacker

0001-01-01

Process Hacker is a tool used to monitor and debug Windows software.

https://processhacker.sourceforge.io/downloads.php

Read More

process hiding

0001-01-01

Process hiding is a technique often used by malware that makes running programs invisible to user-level tools like Task Manager, ps, tasklist, etc.

Read More