QuestionInvestigating
KQL for detection engineering — where does it click?
Nina PetrovSignal tier Recon
2026-06-24I can write basic queries but joining tables and building real detections still feels like guesswork. What made it click for you?
Spaces
I can write basic queries but joining tables and building real detections still feels like guesswork. What made it click for you?
Stop treating KQL as syntax and start treating it as "narrow the haystack, then pivot." summarize + bin over time to find the anomaly, then join to identity/device to add context. Build one detection end-to-end and the pattern generalizes.
The "summarize first, join to enrich" framing helps. Rebuilding my failed-logon detection this way.
Sign in to answer.