My Role
Detection engineering and security product developer
Detection Engineering Workbench
Detection engineers need to write, test, and explain rules against representative telemetry before promoting them into monitoring workflows.
Detection engineering and security product developer
Detection authoring and regression workbench that evaluates Sigma-style rules against a labelled event corpus, reporting precision, recall, and per-event outcomes so the cost of broadening a condition is measurable instead of assumed.
Working interface, documented system behavior, and implementation-level decisions.
Technical Architecture
The control gate is shown as a first-class stage, not an afterthought added around the workflow.
Working product
The product experience is part of this case study. Explore it here, reset its state, or switch viewport sizes without leaving the project page.
sentinel-rules-studio.zainkhalilkhan.com
Sentinel Rules Studio
Security platform
Detection engineering is a precision and recall problem, not a rule-writing problem. Each rule here is evaluated against a labelled event set so the cost of broadening a condition is visible: the single-condition rule catches everything and alerts on everything.
True positives
1
malicious and alerted
False positives
0
benign and alerted
Missed
1
malicious, no alert
ATT&CK
T1059.001
mapped technique
detection:
selection:
Image|endswith: powershell.exe
CommandLine|contains: -enc
ParentImage|contains: Office
condition: selection
Three conditions ANDed. Any one alone is far too noisy to alert on.
Client-side sandbox. State is in memory and nothing is sent to a server.
Next Case Study