Skip to main content

5. Detection Priority Matrix

Priority matrix

Rated on implementation effort (licensing, configuration, integration complexity) and detection coverage (signal-to-noise ratio against the threat categories in §3), under realistic enterprise conditions.


Tier 1 — Deploy Immediately

Low effort · High signal · Very low FP rate

These rely on events already generated or requiring minor audit policy changes. They have near-zero false-positive rates in properly maintained environments. ROI is highest here.

ControlEvidence BaseCase Reference
Post-termination access alertingRequires HR→IdP feed. Catches departing employee and sabotage categories.Cisco/Ramesh
Audit log clearing alertingSecurity/1102 and Eventlog/Operational/104 are already generated; forward and alert.Multiple
Email forwarding rule to external domainM365 UAL already captures this event.
New privileged account creationAD Events 4720/4728/4732/4756 already generated on domain controllers.
Backup deletion outside change windowCloud backup and vault logs already generated.

Tier 2 — Deploy Second

Medium effort · High value

These require moderate configuration, baseline setup, or endpoint agent deployment.

ControlNotes
Departing employee composite ruleRequires HR departure date integration. Highest single ROI for IP theft. FP rate: low when HR feed is timely.
Mass deletion alertingRequires cloud and file audit configuration; threshold calibration per role.
Bulk repository download anomalyRequires M365 UAL + 30-day per-user baseline; sync client user-agent filtering required before enablement.
USB/removable media DLPRequires endpoint DLP agent deployment.
Logic bomb artefact detectionWindows Security Event 4698 and WMI-Activity/Operational Event 5861; scope to non-IT accounts.

Tier 3 — Deploy Third

Medium–High effort · High analytical value

Require baseline periods, role taxonomy, or HR metadata integration.

ControlNotes
Access outside role scopeRequires role taxonomy and 30+ day access baseline. Medium FP rate; improves with accurate role data.
Peer-group deviation scoringRequires role cluster definition and feature engineering. Medium FP rate during tuning.
Entity risk scoring (UEBA)Requires 30-day baseline and ongoing tuning. Explicitly required by the Desjardins OPC remediation order.
CI/CD pipeline tampering detectionRequires source-control audit integration. Low FP rate.
Data staging sequence detectionRequires correlated process, file, and egress telemetry.
After-hours access with sensitive resource correlationIn async/remote-work/multi-timezone environments, time-of-day is a near-dead standalone signal. Must be paired with identity-context signals.
Print volume monitoringRequires deliberate PrintService/Operational Event 307 forwarding, a mature endpoint log pipeline, and a per-user, per-application 90-day baseline. High FP rate during business cycle peaks.
warning

After-hours access and print volume monitoring are misclassified as Tier 2 in many reference guides. Practical deployment complexity and FP burden place them in Tier 3.


Tier 4 — Advanced and Mature Programme

High effort · High precision

Appropriate only after Tier 1–3 are operational and tuned.

ControlNotes
Graph analytics on access patternsRequires graph infrastructure and edge-history tracking. Research-stage capability for most organisations.
Sequence anomaly models (LSTM/transformer)Requires labelled training data, feature engineering, and ongoing maintenance. Not a general-availability default.
DNS tunnelling detectionRequires full QNAME capture at resolver.
Steganography detection in outbound email attachmentsRequires specialised statistical content analysis. No standard DLP product covers this by default.

Summary Matrix

Priority matrix summary

TierEffortSignal QualityBaseline RequiredExample Controls
1LowVery high / deterministicNonePost-termination auth, log clearing, forwarding rules
2MediumHigh30 days (some)Departing employee composite, mass deletion, USB DLP
3Medium–HighMedium–High30–90 daysRole-scope deviation, UEBA risk scoring, after-hours (composite)
4HighHigh (when tuned)90+ daysGraph analytics, sequence models, DNS tunnelling, steganography