Hunting


Ad-hoc investigative queries. These aren't packaged as Sentinel Analytics Rules — they're the 'let me pull on this thread' queries you reach for during triage, incident response, or when a stakeholder asks a specific question.

 KQL Library / Hunting

Hunting

Ad-hoc investigative queries. These aren't packaged as Sentinel Analytics Rules — they're the "let me pull on this thread" queries you reach for during triage, incident response, or when a stakeholder asks a specific question.

← All KQL categories

Standalone

Eventid Forensics

Investigative queries organized around a specific Windows Event ID — the "who, where, when, how often" set. Replace the sample `EventID` value in each query with the one you're chasing.

File Activity

File-level activity queries — the "prove to an auditor we can track this" set, plus artifact-based detections that read files as evidence of network events.

User Activity

"What has this user been doing?" queries. Powerful enough to be worth handling carefully — some of these return browsing history and file access details, so mind your GDPR/privacy obligations before running them in prod.

Web Tier

Hunts against web session / HTTP telemetry — ASIM Web Session (`_Im_WebSession`) and its `CommonSecurityLog` fallback for non-ASIM workspaces.