Skip to content
Cyber Unboxed
Back to all tools

Microsoft Sentinel

SIEMSOAR

A cloud-based SIEM with built-in automation.

Who uses it?

SOC analysts and security engineers, especially in organisations using Microsoft cloud services.

Best for

Cloud-scale detection across Microsoft and other sources

Similar tools

Splunk, QRadar

What is it?

Microsoft Sentinel is a cloud-native SIEM that also supports automated response through playbooks.

What problem does it solve?

Organisations need one place to collect and analyse security data without running their own infrastructure.

How does it work?

Connectors bring in logs from Microsoft and third-party sources. Analytics rules, written with Kusto Query Language (KQL), generate alerts and incidents. Playbooks can run automated steps in response to incidents.

Simple example

SigninLogs
| where ResultType != "0"
| summarize failures = count() by IPAddress
| where failures > 10

An illustrative KQL query that finds IP addresses with many failed sign-ins.

When would a SOC analyst use it?

When investigating an incident that spans identity, email and endpoint data in a single workspace.

Similar tools

Explore more tools.

From SIEM to threat intelligence — get to know the tools that power modern cybersecurity.

Browse all tools