Upcoming change to Microsoft Defender for Endpoint Advanced Hunting: removal of SMB signature data
Microsoft Defender for Endpoint will remove SMB signature inspection events from Advanced Hunting starting July 1, 2026, due to low customer value. Users must update queries referencing SMB_Client to filter on port 445 instead. Other network signature events remain unchanged; no tenant action is required to enable this change. Introduction To improve endpoint performance and focus on higher-value network telemetry, Microsoft is removing SMB signature inspection events from Advanced Hunting in Microsoft Defender for Endpoint. This change reflects observed low customer value for SMB signature data on endpoints and our continued investment in more advanced SMB visibility through Zeek-based network capabilities. When this will happen: The rollout to Worldwide, GCC, GCC High, and DoD will begin on July 1, 2026, and will complete shortly thereafter across all tenants. How this affects your organization: Who is affected: Security administrators and analysts using Microsoft Defender for Endpoint Advanced Hunting Organizations with custom detection rules, hunting queries, scheduled queries, or automated workflows that reference SMB signature inspection events What will happen: Events with ActionType = “NetworkSignatureInspected” and SignatureName = “SMB_Client” will no longer be generated. Queries, detections, or workflows that rely on these events will stop returning results after the rollout. Other network signature inspection events remain unchanged. The change is on by default and does not require tenant configuration. What you can do to prepare: To continue identifying SMB traffic in Advanced Hunting, we recommend filtering on port 445, the standard port used by SMB, in the DeviceNetworkEvents table, which remains fully supported. Review custom detection rules, saved hunting queries, scheduled queries, and automated workflows for references to SMB_Client. Update affected queries to identify SMB traffic using port-based filtering. Validate updated queries return the expected results before July 1, 2026. Query update example Replace: DeviceNetworkEvents | where ActionType == "NetworkSignatureInspected" | extend SignatureName = tostring(parse_json(AdditionalFields).SignatureName) | where SignatureName == "SMB_Client" With: DeviceNetworkEvents | where RemotePort == 445 or LocalPort == 445 For questions or feedback regarding this change, contact Microsoft Support or your Microsoft account representative. Compliance considerations: Admin monitoring and reporting: The removal of SMB signature inspection events changes available Advanced Hunting […]
The post Upcoming change to Microsoft Defender for Endpoint Advanced Hunting: removal of SMB signature data appeared first on M365 Admin.
Published on:
Learn moreWe can help you with Upcoming change to Microsoft Defender for Endpoint Advanced Hunting: removal of SMB signature data
If you want help implementing, troubleshooting, or improving this product, contact us and we’ll point you in the right direction.
Related posts
Change in sender email address for Copilot emails
Microsoft is updating the sender email for Copilot-related educational and enablement emails to [email protected] by mid-S...
Microsoft Purview: Information Protection – Auto-labeling simulation scale increase from 4 million to 20 million items
Microsoft Purview Information Protection increases auto-labeling simulation capacity from 4 million to 20 million items, expands SharePoint si...
Microsoft Exchange Online: Review and configure EWSAllowedAppIDs before Exchange Web Services access changes
Microsoft is updating how EWSAllowedAppIDs is applied in Exchange Online as part of EWS retirement starting October 1, 2026. Organizations usi...
IT resources to plan, prepare, and deploy Windows
New and updated resources are available whether you’re a seasoned IT pro or earlier in your career. Learn how to effectively roll out feature ...
[Whiteboard] Legacy Whiteboard migration to OneDrive
Microsoft Whiteboard is migrating from legacy Azure-based storage to OneDrive-backed storage. Migration must be completed by September 25, 202...
Microsoft Teams: Organize important resources in chats and channels
Microsoft Teams is introducing a new way to organize and access important resources in chats and channels. Users will be able to pin key conte...
Microsoft Teams: Analytics for desk utilization on Teams Pro Management portal
Teams admins can access utilization analytics for Teams bookable desks on Teams Pro Management portal, similar to analytics provided for meeti...
Outlook: Inline chat for email drafting
Instead of opening Copilot Chat every time you want to use Copilot to draft a message, this change introduces an inline chat component that st...
SharePoint: Changes to the FAQ web part authoring experience
The SharePoint FAQ web part will provide a standard, non-AI experience for manually creating, editing, and managing FAQs. The AI-assisted FAQ ...
Microsoft Teams: Multi-line call history tabs in the Calls app
Multi-line users get a redesigned call history experience that organizes activity by phone line. Call activity is organized into dedicated tab...