Terminology Index

Glossary

64 terms starting with "E"

Open concept maps

Showing 1-32 of 64 terms

E
32

Event IDs

Numeric codes that identify specific event types in Windows logs (such as 4624 for a logon), letting defenders search for, filter, and build detections around particular activities recorded by the operating system.

Windows assigns each kind of logged event a numeric Event ID, so a logon, a service install, a process creation, or a log clearing each has a recognizable code. Knowing the security-relevant IDs lets defenders query logs precisely, build detections, and investigate, for example tracking 4624/4625 for logon success/failure or 1102 for log clearing. Event IDs are a foundational piece of working with Windows telemetry.

Introduced in: Operating Systems for Defenders

Examples

  • Searching for Event ID 4625 to find failed logon attempts.
  • Alerting on Event ID 1102, which indicates the security log was cleared.
  • Using process-creation Event IDs to track what executed on a host.

No related terms linked yet.