Microsoft Defender for Office 365: New records in Streaming API and Sentinel EmailEvents table
Starting early October 2025, Microsoft Defender for Office 365’s Streaming API and Sentinel EmailEvents table will store both current and historical email verdicts and locations, showing multiple records per email. Admins should update queries and dashboards accordingly, using KQL’s arg_max to retrieve the latest records. Introduction To improve visibility and alignment across Microsoft Defender for Office 365 and Microsoft Sentinel, we’re updating how email verdict and location changes are handled in the EmailEvents table. This change ensures that Sentinel reflects both current and historical verdicts, enabling more accurate threat analysis and investigation. When this will happen: General Availability: Rollout begins in early October 2025 and is expected to complete by early November 2025. How this affects your organization: Who is affected: Admins using Microsoft Defender for Office 365, Streaming API, and the EmailEvents table in Microsoft Sentinel. What will happen: The Streaming API will begin streaming updated records when an email’s verdict or location changes. Microsoft Sentinel will store both the updated and previous records, rather than replacing them. You may see multiple rows for the same email if its verdict or location is updated. This update aligns the EmailEvents table in Microsoft Sentinel with the behavior of the Advanced Hunting EmailEvents table. What you can do to prepare: Review and update existing queries and dashboards that rely on the EmailEvents table. Use the following KQL pattern to retrieve the latest record per email: summarize arg_max(Timestamp, *) by NetworkMessageId, RecipientEmailAddress Example query for emails with a “Phish” verdict: EmailEvents| where ThreatTypes has "Phish"| summarize arg_max(Timestamp, *) by NetworkMessageId, RecipientEmailAddress Learn more about the arg_max function: KQL arg_max documentation Compliance considerations: No compliance considerations identified, review as appropriate for your organization. Message ID: MC1150118
The post Microsoft Defender for Office 365: New records in Streaming API and Sentinel EmailEvents table appeared first on M365 Admin.
Published on:
Learn moreWe can help you with Microsoft Defender for Office 365: New records in Streaming API and Sentinel EmailEvents table
If you want help implementing, troubleshooting, or improving this product, contact us and we’ll point you in the right direction.
Related posts
Preparing the Windows ecosystem for next-generation code signing
Rollout schedule: Microsoft guidance is already available. October 19, 2026: Microsoft Windows Production PCA 2011 expires. End of 2026: Windo...
Microsoft Viva: Viva Learning retirement of Microsoft 365 training content
Microsoft is retiring 161 Microsoft 365 training modules and selected articles from Viva Learning on September 21, 2026, removing outdated con...
Improved capabilities for files with Copilot in OneDrive Web
Copilot in OneDrive Web enables users with a Microsoft 365 Copilot license to find, understand, analyze, create, and act on files using natura...
Microsoft Teams: Prepare custom apps for private and shared channel compatibility
Microsoft Teams will roll out a feature by September 2026 to help admins identify custom line-of-business apps needing updates for private and...
Microsoft Entra ID: Passkey support for B2B users
Microsoft Entra ID will support passkey registration and sign-in for B2B users to meet resource tenant MFA requirements, enhancing phishing re...
Microsoft 365 admin center: Usage reports migrating to new domains
Microsoft 365 admin center Usage reports domains will change starting mid-August 2026, with current and new domains active in parallel for at ...
Microsoft Teams: Local Pan-tilt-zoom (PTZ) controls for Microsoft Teams Rooms on Windows
Microsoft Teams Rooms on Windows will add native local Pan-Tilt-Zoom (PTZ) camera controls for compatible mechanical or optical PTZ cameras, a...
New in Microsoft 365 Copilot: Self-serve Copilot Connectors
Microsoft 365 Copilot now offers self-serve connectors, allowing users to securely sync external data like Jira and Confluence with their cred...
Microsoft Teams: Admin policy to automatically block identified external meeting bots from joining meetings
Microsoft Teams will introduce a new admin policy, starting August 2026, allowing automatic blocking of identified external meeting bots from ...
Microsoft 365 Copilot: Personalized Copilot Suggestions Coming to Frontier
Microsoft 365 Copilot will introduce personalized AI suggestions in Copilot Chat for eligible Frontier program users starting early August 202...