Terminology Index

Glossary

1801 terms

Open concept maps

Showing 545-576 of 1801 terms

D
32

Detection Development Cycle

The repeatable process of creating a detection from an attacker technique: research the behavior, write the detection logic, test it against the technique, validate coverage, document it, and deploy, often organized around the MITRE ATT&CK framework.

Writing detections with ATT&CK follows a cycle: pick a technique to cover, research how it behaves and what telemetry it leaves, write detection logic against that telemetry, test it (often with atomic tests) to confirm it fires and to gauge false positives, validate the coverage, document it, and deploy. The cycle makes detection creation systematic and repeatable, ensuring each new detection is tested and documented rather than written and forgotten.

Introduced in: Writing Detections with ATT&CK

Examples

  • Researching a technique, writing a rule, then testing it fires correctly.
  • Validating a new detection's coverage before deploying it.
  • Documenting a detection's logic and assumptions as part of the cycle.

No related terms linked yet.