Terminology Index

Glossary

170 terms starting with "A"

Open concept maps

Showing 33-64 of 170 terms

A
32

Allowlist Management

The disciplined practice of maintaining the exceptions that tell a detection to ignore specific known-benign activity, so that tuning down noise does not silently create blind spots attackers can hide in.

Every allowlist entry is a deliberate trade-off: it cuts false positives but also stops alerting on whatever it excludes. Managing it well means documenting why each entry exists, scoping it tightly, and reviewing entries so stale or overly broad exclusions do not weaken coverage over time.

Introduced in: Detection Engineering

Examples

  • Scoping an allowlist entry to one host and account rather than a whole subnet.
  • Documenting the reason and owner for each exception so it can be reviewed later.
  • Removing a stale allowlist entry whose justification no longer applies.

No related terms linked yet.