Terminology Index

Glossary

1801 terms

Open concept maps

Showing 545-576 of 1801 terms

D
32

Detection Testing

Verifying that a detection works by running the targeted technique, or a safe simulation of it, and confirming the detection fires as intended while gauging its false-positive behavior, before relying on it.

Detection testing proves a detection does what it claims: an engineer executes the technique (often via atomic tests or emulation) in a controlled way and checks that the detection alerts, and also observes whether benign activity triggers it. Testing catches detections that look correct but fail in practice, validates coverage honestly, and is a required step in the development cycle before a detection is trusted in production.

Introduced in: Writing Detections with ATT&CK

Examples

  • Running an atomic test of a technique to confirm the detection fires.
  • Checking a new rule against benign activity to gauge false positives.
  • Validating that a detection actually works before deploying it.

No related terms linked yet.