Microsoft Sentinel follows a layered security operations architecture, from data ingestion through detection, investigation, and response.
Data Ingestion and Log Management
Sentinel ingests telemetry through native and third-party connectors covering:
- Identity systems
- Endpoint protection platforms
- Cloud services and workloads
- On-premises servers and network devices
- External security tools and platforms
Ingested data is stored in Azure Log Analytics workspaces, where it is indexed and made queryable for analytics and investigation.
Data ingestion strategy is a foundational design decision. Over-collection increases cost and noise, while under-collection limits detection coverage.
Analytics and Threat Detection
Detection in Sentinel is driven by analytics rules that operate on collected data.
These rules use:
- Kusto Query Language (KQL) for log analysis
- Event correlation across multiple sources
- Behavioral and anomaly-based logic
- Built-in and custom detection templates
Detections may identify activity such as:
- Credential misuse or identity compromise
- Suspicious lateral movement
- Abnormal access patterns
- Indicators associated with known attack techniques
Rather than relying solely on signatures, Sentinel emphasizes contextual and behavioral detection across datasets.
Incidents and Investigation
Alerts generated by analytics rules are grouped into incidents to reduce noise and provide investigative context.
Each incident includes:
- Related alerts and events
- Affected entities (users, devices, IPs, workloads)
- Activity timelines
- Severity and classification
This structure allows analysts to investigate security events as cohesive attack narratives rather than isolated alerts.
Automation and Orchestration
Sentinel integrates with automation workflows to support response actions such as:
- Disabling or resetting compromised accounts
- Blocking malicious network indicators
- Isolating endpoints
- Notifying stakeholders through collaboration tools
Automation reduces response time and ensures consistent handling of common incident types while allowing analysts to focus on higher-risk investigations.
Threat Hunting and Intelligence
Beyond reactive detection, Sentinel supports proactive security operations through:
- Custom and built-in hunting queries
- Integration with threat intelligence feeds
- Mapping detections to MITRE ATT&CK techniques
This enables teams to search for adversary behavior that may not trigger automated alerts and to understand threats in the context of known attacker tactics and techniques.