Terminology Index

Glossary

13 terms starting with "U"

Open concept maps

Showing 1-13 of 13 terms

U
13

User Context

The set of attributes tied to a logged-in user (account, group memberships, tokens, privileges) that processes operate under on a Windows or Linux system. Defenders read user context constantly.

User context names what authority a process runs with: the user's account, groups, privileges, and tokens (on Windows) or UID/GID (on Linux). It determines what files can be read, what services accessed, what actions taken. Defenders read user context routinely: which user did this process belong to, did it change context, was it elevated. As an OS-defenders topic, understanding user context is foundational to interpreting process telemetry and reasoning about privilege.

Introduced in: Operating Systems for Defenders

Examples

  • Reading a process's user context to understand what privileges it had.
  • Watching for user-context transitions that indicate privilege change.
  • Distinguishing services running as SYSTEM from those running as a specific user.

No related terms linked yet.