40+
Production Rules
12
ATT&CK Tactics
40%
FP Reduction
3
Platforms Supported

Problem

Our SIEM had high-noise, low-fidelity out-of-the-box rules generating hundreds of alerts daily, most of which were false positives. Analysts were experiencing alert fatigue, causing real threats to be missed. We needed a systematic detection engineering program to build high-quality, behavior-based rules mapped to our specific threat model.

Detection Rule Coverage

TacticTechniquePlatformConfidence
Initial AccessT1190 Exploit Public AppSplunk SPLHigh
ExecutionT1059.001 PowerShellSplunk + SigmaHigh
PersistenceT1053.005 Scheduled TaskSplunk + WazuhHigh
Privilege Esc.T1078 Valid AccountsSplunk SPLMedium
Defense EvasionT1070.004 File DeletionWazuh FIMHigh
Cred. AccessT1110 Brute ForceAll PlatformsHigh
Lateral MovementT1021.001 RDPSplunk SPLHigh
C&CT1071.004 DNS TunnelingNetwork LogsMedium

Sample Rules

Splunk SPL - Scheduled Task Creation

index=windows_events EventCode IN (4698, 4702)
| where NOT match(TaskName, "^(Microsoft|Windows|Adobe|Google)")
| stats count by Computer, SubjectUserName, TaskName
| eval severity="HIGH", technique="T1053.005"

Sigma Rule - PowerShell Encoded Command

title: PowerShell Encoded Command
tags: [attack.execution, attack.t1059.001]
logsource:
  product: windows
  category: ps_script
detection:
  selection:
    ScriptBlockText|contains: ['-EncodedCommand', '-enc ']
  condition: selection
level: high

Tuning Methodology

We reduced false positives by 40% using: 2-week audit mode baseline before enabling alerts, asset criticality enrichment on every alert, whitelist trusted admin processes, statistical anomaly rules over exact pattern matches, and Git-based version control for all rule changes.

🛡[Screenshot: Dashboard / Architecture diagram for Detection Rule Engineering: 40+ MITRE ATT&CK-Mapped Rules]
View All Projects Work With Me View Resume