Terminology Index
Glossary
13 terms starting with "U"
Showing 1-13 of 13 terms
User Space
The portion of memory and execution where non-kernel programs run, contrasted with kernel space. Most software, including malware, lives in user space, with privilege boundaries enforced at the kernel boundary.
Operating systems separate user space (where applications run with limited privilege) from kernel space (where the OS runs with full hardware control). User-space code requests services through system calls, crossing the boundary to the kernel. Defenders care about this separation because it defines what's possible from each side, and many security tools (EDR sensors, eBPF probes) operate at the boundary or in the kernel to observe what user space is doing. Foundational OS-defenders knowledge.
Introduced in: Operating Systems for Defenders
Examples
- Recognizing most applications, including malware, as running in user space.
- Understanding system calls as the boundary between user space and kernel.
- Knowing why EDR sensors often operate at or below this boundary.
No related terms linked yet.
