Microsoft Sentinel for Canadian SMBs: Closing the 205-Day Detection Gap
The most dangerous number in the 2026 IBM Cost of a Data Breach Report for Canada is not the average breach cost — though CA$7.11 million is sobering. It is the detection and containment timeline: Canadian organizations took an average of 205 days to detect and contain a breach, a six percent increase from 2025.
Two hundred and five days. The 2026 Verizon Data Breach Investigations Report found that the median dwell time between initial access and ransomware deployment is 4.3 days. That gap — 4.3 days for attackers to move, 205 days for defenders to notice — is where the CA$7.11 million cost accumulates. Attackers stage data, establish persistence, pivot laterally, and exfiltrate before most organizations have any idea something is wrong.
The technology that closes this gap is a Security Information and Event Management (SIEM) platform — and for Canadian SMBs operating on Microsoft 365, that platform is Microsoft Sentinel, now unified with Microsoft Defender XDR in the Microsoft Defender portal.
What a SIEM Actually Does
A SIEM does three things that no individual security tool can do alone:
Collect. A SIEM ingests logs and telemetry from every layer of your environment — identity, endpoints, email, cloud apps, network, and on-premises systems — and stores them in a central, queryable data store.
Correlate. Individual security alerts in isolation are noisy. A failed login at 2:00 a.m. may be nothing. A failed login followed by a successful authentication from a different country, followed by a large SharePoint download, followed by an email with an external attachment — that pattern is an incident. A SIEM correlates signals across sources and time windows to surface patterns that point to real threats.
Respond. The SOAR (Security Orchestration, Automation, and Response) capability in modern SIEM platforms automates responses to common attack patterns: blocking a user account, quarantining a device, revoking a refresh token, or triggering a playbook that walks an analyst through remediation steps.
Without a SIEM, your security tools — Defender for Business, Entra ID Protection, Purview DLP, Azure Firewall — generate alerts in separate consoles that nobody is watching simultaneously. The correlation that turns noise into signal happens manually, if it happens at all.
What the CCCS Recommends
The Canadian Centre for Cyber Security's guidance on SIEM tools (ITSM.80.024) describes SIEM as "an important enterprise security solution to incorporate in a defence-in-depth approach to cyber security and risk management." The CCCS recommends that organizations use SIEM to centralize and consolidate log data, perform data analysis, and take immediate corrective actions on detected threats.
This aligns with the Zero Trust framework the CCCS defines in ITSM.10.008, which identifies Visibility and Analytics as one of three foundational capabilities underlying all five zero trust pillars. You cannot enforce zero trust policies on things you cannot see. A SIEM is the visibility infrastructure that makes zero trust's continuous verification assumption operational.
The CCCS's Network Security Logging and Monitoring guidance (ITSAP.80.085) sets out the specific log categories organizations should collect: authentication events, privilege use, configuration changes, data access, and network flow. For a Microsoft 365-centric organization, all of these are natively available in Sentinel without additional log agents.
The Defender Portal: Microsoft's Unified SecOps Platform
Microsoft Sentinel is no longer a standalone Azure portal product. As of 2026, Microsoft has unified Sentinel with Microsoft Defender XDR into a single console called the Unified Security Operations Platform in the Microsoft Defender portal (security.microsoft.com).
This change is significant for Canadian SMBs for two reasons.
First, the barriers to adoption dropped substantially. Sentinel used to require navigating the Azure portal, setting up Log Analytics workspaces, and managing the two products in separate interfaces. The Defender portal consolidates SIEM, XDR, threat intelligence, threat hunting, and automation into one workspace. Organizations on Microsoft 365 Business Premium can activate Sentinel from within the same portal where they manage Defender for Business and Entra ID.
Second, there is an action item for organizations that already use Sentinel. Microsoft extended the Azure portal sunset date to March 31, 2027, giving organizations additional time to complete the transition. However, a mandatory change took effect on July 1, 2026: the account name/user principal name (UPN) mapping in Sentinel's SOAR (Security Orchestration, Automation, and Response) playbooks changed. Any organization that had automated response playbooks configured before July 1, 2026 must update those playbooks to use the new UPN format — otherwise automated incident responses will fail silently. If your organization has existing Sentinel deployments, this requires immediate review.
What Canadian SMBs Actually Get
The practical question for a 50-person professional services firm or a 150-employee manufacturer is: what does this cost, and what do I actually get for it?
Free data ingestion. Microsoft includes a substantial list of data sources that ingest into Sentinel at no charge. These include Azure Activity logs, Microsoft Sentinel Health, Office 365 audit logs, and all security alerts from the Microsoft Defender family — Defender for Business, Defender for Office 365, Defender for Identity, and Defender for Cloud. For a Microsoft 365-centric SMB, this free tier covers the majority of the log volume needed for practical threat detection.
Organizations on Microsoft 365 E5, A5, F5, or G5 receive an additional data grant of up to 5 MB per user per day, which further reduces the paid ingestion volume for larger tenants.
Paid ingestion for third-party sources. If your environment includes third-party firewalls, Linux servers, on-premises applications, or non-Microsoft SaaS platforms, those logs ingest at the pay-as-you-go rate. The list price is approximately CAD $4.30–$5.50 per GB depending on Azure region; commitment tier pricing starts at 100 GB per day with a roughly 30 percent discount. For most Canadian SMBs, the paid volume is modest once Microsoft-native free sources are excluded, and the effective cost per user per month is typically in the $5–$15 range depending on environment complexity.
Analytic rules, hunting queries, and playbooks. The Sentinel Content Hub includes hundreds of pre-built detection rules, investigation workbooks, hunting queries, and SOAR playbooks — including rules mapped to the MITRE ATT&CK framework and specific rules for Microsoft 365, Entra ID, Defender for Business, and Purview. Canadian organizations do not need to write detection logic from scratch; the content library provides production-ready coverage that can be enabled in minutes.
Five Detection Scenarios That Matter for Canadian SMBs
The CCCS identifies ransomware and phishing as the most probable cyberthreats to Canadian businesses. Here are the five Sentinel detection scenarios with the most direct relevance to Canadian SMBs:
1. Impossible travel. An employee's account signs in from Toronto, then from an IP address in Eastern Europe four hours later — a geographic impossibility. Sentinel correlates Entra ID sign-in logs in real time and fires an alert before the second session can do damage. This is the most common pattern for account takeover following a credential theft.
2. Mass download from SharePoint before off-boarding. When a user downloads more than 500 files from SharePoint within a short window — particularly in the days before their last day — Sentinel surfaces the anomaly. Data theft by departing employees is one of the most common insider threat patterns, and it is invisible without log correlation across Entra ID HR data and SharePoint audit logs.
3. Infostealer indicators followed by lateral movement. The 2026 Verizon DBIR found that 73 percent of ransomware victims had an associated infostealer infection or credential leak event within the year before the ransomware attack. Sentinel's threat intelligence integration flags known infostealer command-and-control domains and correlates that traffic with subsequent authentication anomalies — detecting the precursor pattern before ransomware deploys.
4. OAuth application grant abuse. Business email compromise campaigns routinely trick users into granting persistent OAuth access to attacker-controlled applications. These grants survive password resets and MFA changes. Sentinel detects unusual app consent patterns and correlates them with known malicious application identifiers from Microsoft's threat intelligence feed.
5. PIPEDA-relevant data exfiltration. DLP alert events from Microsoft Purview flow into Sentinel and can be correlated with email header data and endpoint telemetry. A blocked DLP event is a signal; the same DLP event combined with subsequent attempts to send the same content via personal webmail or USB transfer is an incident. Sentinel makes that correlation automatic.
The AI Acceleration Factor
The IBM 2026 report found that Canadian organizations extensively deploying AI in their security operations detected and contained breaches in 181 days total — versus 225 days for those without AI, a 44-day improvement. More significantly, the breach cost gap was CA$3.41 million: CA$5.5 million for AI-equipped organizations versus CA$8.91 million for those without.
Microsoft Copilot for Security, integrated directly into the Defender portal, applies large language model reasoning to Sentinel incidents. Given an open incident, Copilot summarizes the attack chain in plain language, maps it to MITRE ATT&CK tactics, suggests the most likely next attacker move, and drafts the remediation steps — in seconds rather than the hours an analyst would spend pivoting through logs. For Canadian SMBs without a dedicated security operations center, Copilot for Security provides the analytical capability of an experienced incident responder on demand.
Getting Started: Three Practical Steps
For a Canadian SMB running Microsoft 365 Business Premium with Defender for Business already deployed, the path to operational Sentinel coverage is straightforward:
Step 1: Connect free Microsoft data sources. Activate the Microsoft Defender XDR connector, the Office 365 connector, and the Azure Activity connector in the Sentinel Data Connectors hub. These ingest at no cost and immediately populate Sentinel with identity events, email security alerts, endpoint detections, and cloud management logs. Most SMBs can complete this in under two hours.
Step 2: Enable the Microsoft 365 and Entra ID analytic rule templates. The Content Hub includes curated rule sets for Microsoft 365 — covering impossible travel, mass file deletion, OAuth grant anomalies, and dozens of other scenarios. Enable the templates relevant to your environment. Each rule includes a description of what it detects, the data source it requires, and the expected false-positive rate.
Step 3: Configure two automated playbooks. A playbook that automatically disables an Entra ID user account on a high-confidence alert (such as a confirmed token theft or impossible travel event) and a playbook that blocks a sender in Defender for Office 365 cover the two most time-critical automated responses. Both are available as pre-built templates in the Content Hub. Note that if you configure playbooks in the Defender portal, the July 1, 2026 UPN mapping must be applied — use the user's UserPrincipalName, not the legacy AccountName format.
Sources
- IBM. *Cost of a Data Breach Report 2026 — Canada.* canada.newsroom.ibm.com
- Verizon. *2026 Data Breach Investigations Report.* verizon.com
- Canadian Centre for Cyber Security. *Using security information and event management tools to manage cyber security risks (ITSM.80.024).* cyber.gc.ca
- Canadian Centre for Cyber Security. *Network Security Logging and Monitoring (ITSAP.80.085).* cyber.gc.ca
- Canadian Centre for Cyber Security. *A Zero Trust Approach to Security Architecture (ITSM.10.008).* cyber.gc.ca
- Canadian Centre for Cyber Security. *National Cyber Threat Assessment 2025–2026.* cyber.gc.ca
- CIRA. *2025 Cybersecurity Survey.* cira.ca
- Microsoft. *Planning your move to Microsoft Defender portal for all Microsoft Sentinel customers.* techcommunity.microsoft.com
- Microsoft. *Microsoft Sentinel data connectors.* learn.microsoft.com
- Microsoft. *Plan costs and understand Microsoft Sentinel pricing and billing.* learn.microsoft.com
Cloud Forces deploys and manages Microsoft Sentinel and the Unified Security Operations Platform for Canadian SMBs — from data connector activation and analytic rule configuration through automated SOAR playbooks and monthly threat hunting reviews. Explore our Cybersecurity services or contact us to book a complimentary Sentinel readiness assessment.
Anton Kuznetsov is the founder and principal engineer of Cloud Forces, the Toronto firm he started in 2018 to make custom software and AI practical and affordable for Canadian SMEs. He works hands-on across application development, cloud architecture, and the production systems Cloud Forces runs for its clients.
Ready to bring AI to your business?
Book a free AI Readiness Consultation — no commitment required.
Book Free Consultation