Last updated: April 29, 2026
Sentinel = Microsoft’s SIEM. Cloud-native, KQL-based, integrates with Defender suite.
Architecture
- Log Analytics Workspace = data store
- Sentinel = analytics layer on top
- Connectors = data ingestion
- Workbooks = dashboards
- Analytics Rules = detections
- Playbooks = SOAR automation (Logic Apps)
Top connectors
- Entra ID
- Microsoft 365
- Defender XDR
- Azure Activity
- Azure AD audit logs
- Office 365
- AWS / GCP (multi-cloud)
- Custom CEF / syslog
KQL examples
// Failed sign-ins from impossible travel
SigninLogs
| where ResultType != 0
| summarize Countries = make_set(LocationDetails.countryOrRegion) by UserPrincipalName, bin(TimeGenerated, 1h)
| where array_length(Countries) > 1
Module Quiz · 6 questions
Pass with 80%+ to mark this module complete. Unlimited retries. Each question shows an explanation.
Custom team training + practitioner advisory
Beyond the free academy — we run private workshops, vCISO advisory, and red-team exercises tailored to your stack. For Indian SMBs scaling past their first hire.