Back to Resources
SIEM Use Case Library: visual preview
Guide

SIEM Use Case Library

Pre-Built Detection Rules & MITRE ATT&CK Mapping

Overview

Your SIEM is only as good as the detection rules running on it. This use case library provides pre-built detection use cases organized by MITRE ATT&CK tactic, complete with the log sources needed, correlation logic, suggested severity, and tuning recommendations. Use it to accelerate your detection coverage, identify gaps, and build a systematic approach to detection engineering.

Use Case Categories

  • Authentication anomalies: brute force, credential stuffing, impossible travel
  • Privilege escalation: unauthorized admin actions, privilege abuse, role manipulation
  • Lateral movement: unusual RDP, PsExec, WMI, or SSH activity between hosts
  • Data exfiltration: large outbound transfers, cloud upload anomalies, DNS tunneling
  • Malware indicators: known malicious hashes, C2 communication patterns, beacon detection
  • Persistence mechanisms: new scheduled tasks, registry autorun modifications, service installation
  • Cloud security: IAM policy changes, public bucket exposure, unauthorized API calls
  • Insider threat: mass file access, off-hours data movement, account sharing indicators

Use Case Template

FieldDescription
Use case IDUnique identifier for tracking and reference
NameDescriptive name of the detection
DescriptionWhat the rule detects and why it matters
MITRE ATT&CK mappingTactic, technique, and sub-technique IDs
Log sourcesRequired data sources for the rule to function
Correlation logicQuery or rule logic in pseudo-code or SIEM syntax
SeverityCritical, High, Medium, or Low
False positive scenariosKnown benign behaviors that may trigger the rule
Tuning recommendationsAllowlists, thresholds, and timing adjustments
Response playbookLink to the corresponding incident response procedure

Building Detection Coverage

Map your current detection rules against the MITRE ATT&CK matrix to identify coverage gaps. Focus first on the techniques most commonly used in real-world attacks against your industry. The ATT&CK navigator tool lets you visualize which techniques you can detect and where you have blind spots. Prioritize detections for techniques that appear in the initial access, execution, persistence, and credential access tactics since these represent the early stages of an attack where detection has the most value.

Tuning for Effectiveness

A detection rule with a 90% false positive rate is worse than useless because it trains analysts to ignore it. After deploying each use case, monitor the false positive rate for two weeks. Build allowlists for known-good behaviors: scheduled tasks from your deployment tools, legitimate large file transfers between backup servers, admin activity from approved jump hosts. Adjust thresholds based on your environment: a rule that fires on 5 failed login attempts might be too noisy at a company with 10,000 employees. Document every tuning change so future analysts understand why the rule looks the way it does.

Metrics and Maturity

  • Track total use case count and map to ATT&CK coverage percentage
  • Measure mean time from use case creation to production deployment
  • Monitor true positive rate per use case to identify high-value detections
  • Track false positive rate and time spent on tuning per rule
  • Review which use cases have never fired and assess whether the data source is missing or the threshold is wrong
  • Set quarterly goals for new use case development aligned with threat intelligence priorities

Frequently asked questions