<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>rss.livelink.threads-in-node</title>
    <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/ct-p/microsoft-defender-xdr</link>
    <description>rss.livelink.threads-in-node</description>
    <pubDate>Sun, 06 Sep 2026 16:11:32 GMT</pubDate>
    <dc:creator>microsoft-defender-xdr</dc:creator>
    <dc:date>2026-09-06T16:11:32Z</dc:date>
    <item>
      <title>Policy backup</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/policy-backup/m-p/4552418#M2815</link>
      <description>&lt;P&gt;Is it possible to backup the defender(custom antispam, anti phishing etc) policies. So they can be easily restored. As a disaster recovery mechanism or if I have to setup the tenant afresh. If yes what's the best method?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2026 22:34:56 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/policy-backup/m-p/4552418#M2815</guid>
      <dc:creator>techboy127</dc:creator>
      <dc:date>2026-09-01T22:34:56Z</dc:date>
    </item>
    <item>
      <title>Stop identity attacks before they start with Microsoft ISPM recommendations</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/stop-identity-attacks-before-they-start-with-microsoft-ispm/ba-p/4549692</link>
      <description>&lt;P&gt;Many major breaches involve compromised identities, excessive privileges, or misconfigured access. Long before ransomware detonates or data leaves the building, adversaries are quietly abusing valid accounts, excessive privileges or other misconfigurations to move deeper into the environment. Identity has become one of the most important attack surfaces you defend.&lt;/P&gt;
&lt;P&gt;That is why Microsoft has a dedicated team of researchers who study how identity attacks actually happen. Just as important, we turn what they learn into action. Real attacker behavior becomes concrete recommendations you can use to harden your environment before an attack begins. With Microsoft Defender, that research reaches you as Identity Security Posture Management (ISPM) recommendations: prioritized guidance that tells you what to fix, why it matters, and how to remediate it.&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;What are identity security posture recommendations?&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Identity security posture recommendations are prioritized, attack-driven recommendations that address the weaknesses attackers exploit most, from overprivileged accounts to weak credentials and risky permissions. Rather than handing you a long hygiene checklist, ISPM recommendations tie each recommendation to a real attack technique. That shifts the question from "what setting do I need to change?" to "what attack am I going to prevent today?"&lt;/P&gt;
&lt;P&gt;That framing also changes how you prioritize. You can start with the fixes that close the most dangerous attack paths first, not just the ones that are quickest to clear. It gives identity admins and the SOC and others shared view of the same risk, and as our researchers uncover new techniques, the recommendations evolve, so your posture keeps pace with the threat.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;H4&gt;&lt;STRONG&gt;New recommendations&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;We are excited to announce five new ISPM recommendations geared toward emerging attack patterns you need to be aware of:&lt;/P&gt;
&lt;H5&gt;&lt;STRONG&gt;Ensure no privileged SaaS app accounts exist outside of IdP control&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;Most SaaS platforms let you create admin accounts directly inside the app, separate from your corporate identity provider (IdP). Those local admins are convenient, but they sit outside the protections every other identity relies on: No outside centrally managed identity controls as Conditional Access, and little to no monitoring. Attackers know it. We’ve seen a rise in SaaS data-exfiltration campaigns that specifically hunt for these app-native admin accounts, because once they find one they can sign in and operate without tripping any of your usual defenses.&lt;/P&gt;
&lt;P&gt;This recommendation surfaces those accounts so you can bring them under your identity provider, where you can manage them with single sign-on, multifactor authentication, Conditional Access, and lifecycle governance apply automatically and where your SOC can finally see them.&lt;/P&gt;
&lt;P&gt;This attack pattern aligns with MITRE ATT&amp;amp;CK techniques including Valid Cloud Accounts (T1078.004) and Account Manipulation (T1098).&lt;/P&gt;
&lt;img /&gt;
&lt;H5&gt;&lt;STRONG&gt;Ensure service accounts are not assigned Domain Admin or Global Admin roles&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;Service accounts run your apps and integrations, and because they are not tied to a person, they are easy to over-provision and easy to forget. When one is assigned Domain Admin or Global Admin, it becomes a quiet path to the top of your environment. Supply-chain intrusions like SolarWinds showed how attackers ride a trusted service identity straight into the highest levels of access, often without anyone noticing, because no one watches a service account the way they watch a user.&lt;/P&gt;
&lt;P&gt;This recommendation flags service accounts holding those top-tier roles so you can right-size them. It shrinks the blast radius if one is ever compromised and keeps a non-human account from becoming a hidden administrative backdoor.&lt;/P&gt;
&lt;P&gt;This attack pattern aligns with MITRE ATT&amp;amp;CK techniques including Valid Accounts: Domain Accounts (T1078.002) and Cloud Accounts (T1078.004)&lt;/P&gt;
&lt;img /&gt;
&lt;H5&gt;&lt;STRONG&gt;Ensure non-admin accounts cannot reset passwords for sensitive groups&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;Sometimes a standard user account quietly holds the ability to reset passwords for members of a sensitive group, a leftover of delegated permissions no one revisited. On paper that user is low privilege. In practice they are one password reset away from becoming an administrator. Attackers look for exactly this kind of shadow admin: compromise an unremarkable account, reset a privileged password, and walk in through the front door, no exploit required.&lt;/P&gt;
&lt;P&gt;This recommendation finds those unintended password-reset rights over sensitive groups and helps you remove them, closing a direct path from ordinary user to full administrator.&lt;/P&gt;
&lt;P&gt;This attack pattern aligns with MITRE ATT&amp;amp;CK techniques as Account Manipulation (T1098)&lt;/P&gt;
&lt;img /&gt;
&lt;H4&gt;&lt;STRONG&gt;Ensure non-admin identities cannot have WriteDACL permissions on sensitive groups&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Deep in Active Directory, some permissions can be abused to grant additional rights and gain control of a sensitive group. One of them, the right to modify an object's access control list (known as WriteDACL), is especially dangerous in the wrong hands. If a non-admin identity holds it over a sensitive group, that identity can simply rewrite the group's permissions and grant itself privileged control. It is one of the most reliable escalation paths attackers use.&lt;/P&gt;
&lt;P&gt;This recommendation identifies non-admin identities with that permission over sensitive groups so you can strip it, eliminating a well-worn route from a regular account to Domain Admin.&lt;/P&gt;
&lt;P&gt;This attack pattern aligns with MITRE ATT&amp;amp;CK techniques as Account Manipulation (T1098)&lt;/P&gt;
&lt;img /&gt;
&lt;H4&gt;&lt;STRONG&gt;Ensure external and guest accounts are not granted privileged roles&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Guest and external accounts make collaboration easy, but they live partly outside your control. Their security depends on another organization's hygiene, and they blend in, which makes them an attractive target. When one of these accounts is also granted a privileged role, a single compromise on the other side of that relationship becomes a privileged foothold inside your tenant.&lt;/P&gt;
&lt;P&gt;This recommendation highlights external and guest identities holding sensitive roles so you can remove that access, preventing an outside account from being used for persistence, escalation, or reaching your data.&lt;/P&gt;
&lt;P&gt;This attack pattern aligns with MITRE ATT&amp;amp;CK techniques as Valid Cloud Accounts (T1078.004) and Account Manipulation Cloud Roles (T1098.003)&lt;/P&gt;
&lt;img /&gt;
&lt;H4&gt;&lt;STRONG&gt;Additional high-impact identity posture recommendations&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;In addition to the five new recommendations, several existing ISPM recommendations remain especially important. We continue to see attackers exploit the weaknesses they address, which makes them high-value fixes for strengthening your identity posture.&lt;/P&gt;
&lt;P&gt;Here is why each one still earns priority.&lt;/P&gt;
&lt;H5&gt;&lt;STRONG&gt;Remove dormant accounts from sensitive groups&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;A privileged account no one uses is a gift to an attacker. It still carries powerful access, but because nobody signs into it, nobody notices when someone else does. Ransomware crews and intrusion groups seek out these forgotten admin accounts precisely because they can operate from one for weeks without raising suspicion. Removing dormant privileged accounts takes that stealthy, high-impact option off the table before it is ever used.&lt;/P&gt;
&lt;H5&gt;&lt;STRONG&gt;Reduce lateral movement path risk to sensitive entities&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;Reduce lateral movement path risk to sensitive entities helps close one of the most common ways identity attacks become domain-wide compromises: an attacker starts with a non-sensitive account, then follows permissions, group memberships, local admin rights, active sessions, or other identity relationships until they can reach highly sensitive credentials. This maps to well-known lateral movement and privilege escalation techniques, where adversaries abuse excessive permissions or exposed credential paths to move from an initial foothold toward Domain Admin or another high-value identity. This recommendation highlights exposed entities with risky lateral movement paths and provides remediation guidance to reduce the number of non-sensitive accounts on each path. By removing unnecessary privileges and memberships, teams can shrink the attack graph around sensitive entities and prevent a small compromise from becoming a privileged identity breach&lt;/P&gt;
&lt;H5&gt;&lt;STRONG&gt;Use least privileged administrative role&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;Use least privileged administrative roles in Microsoft Entra ID reduces the blast radius of a compromised admin account. In many identity attacks, adversaries first gain access through phishing, password spray, or stolen credentials, then abuse valid cloud accounts to escalate privileges, create persistence, or access sensitive data. This maps to the known attack technique Valid Accounts where an attacker uses a legitimate account’s assigned permissions instead of malware or exploits. Assigning narrow, task-specific admin roles instead of broad roles like Global Administrator limits what an attacker can do if that account is compromised and makes privilege escalation harder.&lt;/P&gt;
&lt;H5&gt;&lt;STRONG&gt;Ensure Sign-in frequency is enabled and browser sessions are not persistent for Administrative users&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;Ensure Sign-in frequency is enabled and browser sessions are not persistent for Administrative users reduces the window of opportunity after an admin session is stolen. This maps to known session-theft techniques such as Steal Web Session Cookie and Web Session Cookie, where adversaries use stolen authentication cookies to access cloud services as an already-authenticated user, sometimes bypassing MFA because the session was established before the theft. By requiring admins to reauthenticate more often and preventing persistent browser sessions, organizations make stolen sessions expire sooner and reduce the chance that a compromised admin browser session becomes long-lived access to sensitive systems.&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Stay ahead of attackers&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Attackers keep evolving, so your identity posture has to evolve with them. The strongest defense is not a one-time cleanup, it is continuously closing the gaps attackers depend on, from stolen credentials to excessive privilege and lateral movement. That is exactly what ISPM recommendations are built to help you do, turning live attacker research into clear actions you can take today.&lt;/P&gt;
&lt;P&gt;In the Microsoft Defender portal, review your ISPM recommendations, start with the five new proactive exposures, and prioritize the highest-risk attack paths first. Every path you close is one an attacker cannot take.&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Next steps&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Start by reviewing your identity security posture recommendations in the Microsoft Defender portal under&amp;nbsp;&lt;STRONG&gt;Exposure management &amp;gt; Recommendations&lt;/STRONG&gt;. Prioritize recommendations that expose privileged identities, sensitive groups, service accounts, or attack paths to critical assets, then remediate unnecessary privileges, delegated permissions, and unmanaged identity access.&lt;/P&gt;
&lt;P&gt;To explore your Microsoft Identity Security Posture Management (ISPM) recommendations, see: &lt;A href="https://security.microsoft.com/exposure-secure-scores" target="_blank"&gt;https://security.microsoft.com/exposure-secure-scores&lt;/A&gt;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Documentation&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;For more details as licensing and prerequisites, see:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/defender-for-identity/security-assessment" target="_blank"&gt;Microsoft Defender for Identity security posture assessments - Microsoft Defender for Identity | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2026 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/stop-identity-attacks-before-they-start-with-microsoft-ispm/ba-p/4549692</guid>
      <dc:creator>adipavekatz</dc:creator>
      <dc:date>2026-09-01T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Defender XDR: Tables not supported for table management</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/defender-xdr-tables-not-supported-for-table-management/m-p/4550663#M2812</link>
      <description>&lt;P&gt;I am trying to extend the table retention of specific tables to allow them to flow to Sentinel Analytics but keep getting the message "This table is not supported for table management" in the Sentinel &amp;gt; Configuration &amp;gt; Tables page.&lt;/P&gt;&lt;P&gt;The Sentinel workspace is connected in System &amp;gt; Settings &amp;gt; Microsoft Sentinel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see the table type is XDR in the list which seems to be the reason why it can't be managed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas why this table is not able to be managed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2026 07:01:27 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/defender-xdr-tables-not-supported-for-table-management/m-p/4550663#M2812</guid>
      <dc:creator>atharvc</dc:creator>
      <dc:date>2026-08-27T07:01:27Z</dc:date>
    </item>
    <item>
      <title>Monthly News-August 2026</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/monthly-news-august-2026/ba-p/4544388</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Microsoft Defender&lt;/STRONG&gt;&lt;BR /&gt;Monthly news - August 2026 Edition&lt;/P&gt;
&lt;P&gt;This is our monthly "What's new" blog post, summarizing product updates and various new assets we released over the past month across our Defender products. In this edition, we are looking at all the goodness from July 2026. We are now including news related to Defender for Cloud in the Defender portal. For all other Defender for Cloud news, have a look at the dedicated Defender for Cloud Monthly News&amp;nbsp;&lt;A href="https://techcommunity.microsoft.com/blog/microsoftdefendercloudblog/microsoft-defender-for-cloud-customer-newsletter/4525656" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;🚀 New Virtual Ninja Show episode:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://youtu.be/17qtl8RSFKA?si=_O1CgQpNJtQgk_dY" target="_blank" rel="noopener"&gt;Redefining identity security for the modern enterprise&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://youtu.be/I24oxM6rL6E?si=rgXUPok9_jVu0SsQ" target="_blank" rel="noopener"&gt;One policy engine to govern them all: Securing agentic AI with Microsoft Purview&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://youtu.be/q_7IXnBwv8c?si=94-NKofzzGx-3HkG" target="_blank" rel="noopener"&gt;Building a modern detection pipeline with ContentOps&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://youtu.be/SzTEY3sY3lA?si=HJV1MKD8tJ63_EQT" target="_blank" rel="noopener"&gt;Securing local AI agents with Microsoft Defender&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://youtu.be/AnQiZZkZO0s?si=xOnPdLRegN-RHbyh" target="_blank" rel="noopener"&gt;Microsoft Defender: Extending critical protection for emerging threats in Team&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Actionable threat insights&lt;/STRONG&gt;&amp;nbsp;(find all of them&amp;nbsp;&lt;A href="https://www.microsoft.com/en-us/security/blog/content-type/research/?ep_filter_topic=actionable-threat-insights" target="_blank" rel="noopener"&gt;here&lt;/A&gt;)&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.microsoft.com/en-us/security/blog/2026/07/23/email-threat-landscape-q2-2026-trends-and-insights/" target="_blank" rel="noopener"&gt;Email threat landscape: Q2 2026 trends and insights&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.microsoft.com/en-us/security/blog/2026/07/27/enhancing-ai-security-through-global-ai-red-teaming/" target="_blank" rel="noopener"&gt;Enhancing AI security through global AI red teaming&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.microsoft.com/en-us/security/blog/2026/07/16/least-privilege-for-ai-agents-identity-access-and-tool-binding/" target="_blank" rel="noopener"&gt;Least privilege for AI agents: Identity, access, and tool binding&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Microsoft Defender&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;(Public Preview) &lt;STRONG&gt;Microsoft Defender now assesses posture risk for AI agents&lt;/STRONG&gt;, including enterprise agents and local agents discovered on endpoint devices. Risk levels are based on active risk indicators, such as configuration, access, runtime activity, endpoint and user context, and active alerts. Security teams can use posture risk and recommendations to prioritize risky agents and improve agent security posture. For more information, &lt;A href="https://learn.microsoft.com/en-us/defender-xdr/security-for-ai/ai-agent-risk-assessment" target="_blank" rel="noopener"&gt;see AI agent posture risk in Microsoft Defender&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;(Generally available) The Domain investigation page allows you to investigate an Active Directory domain. It shows Active Directory domain security, including domain properties, deployment health, identity summary, service account breakdown, sensitive entities, active recommendations, group policies, and trust relationships. For more information, see &lt;A href="https://learn.microsoft.com/en-us/defender-for-identity/investigate-domain" target="_blank" rel="noopener"&gt;Investigate a domain&lt;/A&gt; .&lt;/LI&gt;
&lt;LI&gt;(Generally available) &lt;STRONG&gt;With a Microsoft Agent 365 license, Microsoft Defender provides discovery, security posture, threat detection and investigation, and real-time protection for the AI agents in your tenant&lt;/STRONG&gt;. Onboarding includes enabling data collection, connecting the Microsoft 365 app connector, and connecting Copilot Studio for real-time protection of Copilot Studio agents. For more information, see &lt;A href="https://learn.microsoft.com/en-us/defender-xdr/security-for-ai/defender-security-for-ai#protect-ai-agents-using-microsoft-defender" target="_blank" rel="noopener"&gt;Protect AI agents using Microsoft Defender&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;(Generally available) &lt;STRONG&gt;Improved access to Playbook Generator&lt;/STRONG&gt;: Following the GA release of Playbook Generator May 31st, the team focused on streamlining the onboarding experience and reducing friction related to Security Copilot wallet provisioning. Playbook Generator remains included with Microsoft Sentinel and does not consume SCUs for generating, testing, or running playbooks, yet customer feedback highlighted friction around Security Copilot wallet provisioning and initial setup requirements. The team worked on simplifying access and reducing onboarding barriers so organizations can more quickly take advantage of AI-assisted playbook creation, testing, and automation capabilities.&lt;/LI&gt;
&lt;LI&gt;For all other Sentinel News, have a look at the "&lt;A href="https://techcommunity.microsoft.com/blog/microsoftsentinelblog/what%E2%80%99s-new-in-microsoft-sentinel-july-2026/4542130" target="_blank" rel="noopener"&gt;What's new in Microsoft Sentinel blog post - July edition&lt;/A&gt;"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Identity Security&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;(Generally available) &lt;STRONG&gt;Migration&lt;/STRONG&gt; of Defender for Identity sensors from&lt;STRONG&gt; v2.x to v3.x is now generally available&lt;/STRONG&gt;. For more information, see &lt;A href="https://learn.microsoft.com/en-us/defender-for-identity/deploy/migrate-to-sensor-v3" target="_blank" rel="noopener"&gt;Migrate to Defender for Identity sensor v3.x&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Migration readiness reasons on the Sensors page&lt;/STRONG&gt;: When a server is marked Not ready for migration on the Sensors page, you can now hover over the status to see a tooltip that lists the specific reasons the server doesn't meet the migration prerequisites. For more information, see &lt;A href="https://learn.microsoft.com/en-us/defender-for-identity/deploy/migrate-to-sensor-v3#troubleshoot-not-ready-for-migration-status" target="_blank" rel="noopener"&gt;Troubleshoot "Not ready for migration" status&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;(Public Preview) &lt;STRONG&gt;Expanded SaaS app support in Password protection&lt;/STRONG&gt;. The Password protection page &lt;STRONG&gt;now includes password risks from SaaS apps&lt;/STRONG&gt; connected through Defender for Cloud Apps, in addition to Active Directory, Microsoft Entra ID, and Okta. SaaS apps that support SaaS Security Posture Management (SSPM), such as Salesforce and ServiceNow, appear on the Password Hygiene and Password Policies tabs. Each SaaS app requires a Defender for Cloud Apps app connector. For more information, see &lt;A href="https://learn.microsoft.com/en-us/defender-for-identity/password-protection" target="_blank" rel="noopener"&gt;Investigate identity password protection&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img&gt;The Password Protection Page&lt;/img&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Automatic RPC auditing on domain controllers&lt;/STRONG&gt;: Defender for Identity now automatically enables RPC auditing on domain controllers when you upgrade to sensor version 3.0.8 or later. You no longer need to apply a tag manually to enable RPC auditing. For more information, see &lt;A href="https://learn.microsoft.com/en-us/defender-for-identity/deploy/deploy-sensor-v3#configure-rpc-auditing" target="_blank" rel="noopener"&gt;Configure RPC auditing&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Microsoft Defender Experts MDR&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;General Availability of Microsoft Defender Experts MDR P2&lt;/STRONG&gt;: Microsoft Defender Experts MDR (formerly Microsoft Defender Experts for XDR) is expanding with new third-party and multi-cloud coverage powered by Microsoft Sentinel, with the launch of Defender Experts MDR P2 service. Defender Experts MDR provides a 24/7 managed detection and response service that reduces noise, adds expert context, and drives action. In addition to the Microsoft Defender products, this new service supports key non-Microsoft sources across cloud (AWS), identity (Okta), email (Proofpoint), network (Palo Alto Networks, Cisco, Fortinet, ZScaler), and endpoint (CrowdStrike) that are ingested in Microsoft Sentinel, providing E2E visibility and protection for customers operating heterogenous environments. Defender Experts will continue expanding our scope to other non-Microsoft products to deliver on this promise. For more information, see the Microsoft Defender Experts MDR documentation.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Microsoft Security Exposure Management / Defender Vulnerability Management&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;(Private Preview) &lt;STRONG&gt;Codename MDASH - Agentic code scanner is now available in private preview&lt;/STRONG&gt; in Microsoft Security Exposure Management. Codename MDASH uses a multi-model agentic AI system to detect code vulnerabilities with greater depth and accuracy than traditional static analysis. Security teams can run scans from Defender CLI or through a GitHub connector, review findings in the Defender portal, and use results to help prioritize code security risks. For more information, see &lt;A href="https://learn.microsoft.com/en-us/security-exposure-management/ai-code-security-overview" target="_blank" rel="noopener"&gt;Agentic code security overview&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;(Private Preview) &lt;STRONG&gt;Codename MDASH - MAI-Augmented scan profile private preview. &lt;/STRONG&gt;The MAI-Augmented scan profile is now available in preview as part of Codename MDASH. The MAI-Augmented profile can be used when triggering a scan through the Defender CLI. It includes MAI-Cyber-1-Flash, a new cyber-specialized model that extends the current agentic scanner in addition to the existing required models. Security teams can choose this profile when triggering a scan from Defender CLI or continue using a scan profile based on the existing models. For more information, see&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/security-exposure-management/defender-cli#scan-with-a-model-profile-preview" target="_blank" rel="noopener"&gt;Scan with a scan profile&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;OT data connectors in Microsoft Security Exposure Management&lt;/STRONG&gt;: Microsoft Security Exposure Management now supports operational technology (OT) data connectors for Armis, Dragos, and Forescout. OT data connectors bring OT asset and vulnerability data from supported third-party OT platforms into the Defender portal. This helps security teams view OT devices alongside other assets, enrich device inventory with OT context, and investigate vulnerabilities across IT and OT environments. For more information, see &lt;A href="https://learn.microsoft.com/en-us/security-exposure-management/ot-data-connectors" target="_blank" rel="noopener"&gt;OT data connectors&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Microsoft Defender for Endpoint&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;(Public Preview)&amp;nbsp;&lt;STRONG&gt;AI agent runtime protection includes these enhancements&lt;/STRONG&gt;: - Vendor-supported agent event interfaces now work with standard platform and engine update channels, so no Beta channel configuration is required. Agent-native event inspection now supports Codex CLI and the GitHub Copilot app. - Network inspection is now supported for agents that don't expose vendor-supported event interfaces, including OpenClaw and similar Node.js-based Claw agents. For more information, see &lt;A href="https://learn.microsoft.com/en-us/defender-endpoint/ai-agent-runtime-protection-overview" target="_blank" rel="noopener"&gt;AI agent runtime protection with Defender for Endpoint&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;(Generally available) Available from Defender for Endpoint on Linux version 101.26042.0011 and later. The &lt;A href="https://learn.microsoft.com/en-us/defender-endpoint/linux-install-with-defender-deployment-tool" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Defender Deployment Tool for Linux&lt;/STRONG&gt;&lt;/A&gt; simplifies deployment by combining installation, onboarding, upgrades, and uninstallation into a single workflow. The tool automates prerequisite validation, supports custom installation paths, enables deployment of specific Defender versions from preferred update channels, and works seamlessly in environments that use local repositories. In addition to a simplified deployment experience, customers can now gain complete visibility into deployment progress through Device Timeline integration, providing step-by-step installation, upgrade, and onboarding status, Advanced Hunting queries for fleet-wide deployment monitoring, and detailed error reporting, including deployment stage, status, exit code, and failure reason to simplify troubleshooting. These capabilities help administrators quickly identify deployment issues, track onboarding progress, and understand deployment outcomes across their Linux estate.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img&gt;The Defender for Endpoint Onboarding page&lt;/img&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Microsoft Defender for Office 365&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Unified RBAC is the default permission model for new Defender for Office 365 Plan 2 organizations&lt;/STRONG&gt;. Starting July 2026, new Defender for Office 365 Plan 2 organizations use the Microsoft Defender unified role-based access control (Unified RBAC) model by default. For more information, see &lt;A href="https://learn.microsoft.com/en-us/defender-office-365/step-by-step-guides/configure-unified-rbac-defender-office-365" target="_blank" rel="noopener"&gt;Configure Unified RBAC for Defender for Office 365 and MC1246006&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Microsoft 365 E3 now includes Microsoft Defender for Office 365 Plan 1&lt;/STRONG&gt;. For more information about what's included in each plan, see &lt;A href="https://learn.microsoft.com/en-us/defender-office-365/mdo-about#defender-for-office-365-plan-1-vs-plan-2-cheat-sheet" target="_blank" rel="noopener"&gt;Microsoft Defender for Office 365 Plan 1 vs. Plan 2 cheat sheet&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Prompt injection protection: &lt;STRONG&gt;Defender for Office 365 now detects prompt injection attacks&lt;/STRONG&gt; hidden in inbound email. For more information, see &lt;A href="https://learn.microsoft.com/en-us/defender-office-365/step-by-step-guides/prompt-injection-protection-defender-for-office-365" target="_blank" rel="noopener"&gt;Prompt injection protection in Defender for Office 365&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 22:15:47 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/monthly-news-august-2026/ba-p/4544388</guid>
      <dc:creator>EdFisher</dc:creator>
      <dc:date>2026-08-05T22:15:47Z</dc:date>
    </item>
    <item>
      <title>Detecting CVE-2026-54121 (Certighost) with Microsoft Defender</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/detecting-cve-2026-54121-certighost-with-microsoft-defender/ba-p/4542861</link>
      <description>&lt;H1&gt;What is CVE-2026-54121?&lt;/H1&gt;
&lt;P&gt;CVE-2026-54121 is an authentication-bypass vulnerability in Active Directory Certificate Services that allows an attacker to obtain certificates for arbitrary domain computer accounts, including Domain Controllers. A valid Domain Controller certificate enables escalation to full domain compromise: it can be used to obtain Kerberos tickets that authenticate the attacker as a Domain Controller. Those tickets can then be used to perform attacks such as DCSync, or to recover the Domain Controller's password hash for later use.&lt;/P&gt;
&lt;P&gt;The flaw lies in an AD CS enrollment fallback known as a chase, which occurs when the CA cannot resolve the requester. In such cases, the vulnerable CA contacts a client-supplied Domain Controller, specified in the cdc attribute, to retrieve fresher identity data and incorporates the response into the issued certificate, without verifying that it is communicating with a legitimate Domain Controller. The chase fallback occurs only for templates that require a DNS name, and only on CAs with the EDITF_ENABLECHASECLIENTDC flag enabled.&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;A public proof of concept was released on July 24, 2026. Microsoft has not observed confirmed threat-actor exploitation, and the activity seen so far appears consistent with security testing. Organizations with affected AD CS configurations should apply the July 14 security update. Organizations should identify exposed Certificate Services hosts, confirm whether the required environmental conditions exist, enable the recommended AD CS auditing, and monitor for the suspicious authentication and certificate-enrollment activity described below.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-54121" target="_blank" rel="noopener"&gt;More details about VCE-2026-54121 can be found here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;What to do&lt;/H1&gt;
&lt;P&gt;The response follows a simple order: know your exposure, patch it, instrument it, and watch for the activity.&lt;/P&gt;
&lt;H3&gt;1. Identify affected systems&lt;/H3&gt;
&lt;P&gt;Certighost affects Windows Server 2012 through Windows Server 2025, including Server Core installations, but several conditions must all be present for a given environment to be exploitable:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;An Enterprise Certification Authority integrated with Active Directory&lt;/LI&gt;
&lt;LI&gt;Enrollment through the machine certificate template&lt;/LI&gt;
&lt;LI&gt;A default ms-DS-MachineAccountQuota value, or a machine account already controlled by the attacker&lt;/LI&gt;
&lt;LI&gt;Network reachability between the Certification Authority and the attacker's host over SMB and LDAP&lt;/LI&gt;
&lt;LI&gt;A valid domain account, with no administrative privileges required&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;2. Patch&lt;/H3&gt;
&lt;P&gt;The primary and durable remediation is the July 14, 2026 security update, applied to every AD CS host that runs an Enterprise Certification Authority. The update validates the lookup target before the Certification Authority contacts it, rejecting invalid or attacker-controlled targets before enrollment continues. Nothing else in this post replaces patching. The monitoring below gives you defense in depth and visibility, not an alternative to the fix.&lt;/P&gt;
&lt;H3&gt;3. Turn on AD CS auditing&lt;/H3&gt;
&lt;P&gt;The certificate request and issuance activity at the center of this attack is only useful to defenders if it is being recorded, and AD CS certificate services auditing is not enabled by default. With it on, the same events power detection and investigation across Microsoft Defender, and Kerberos authentication telemetry requires no additional configuration.&lt;/P&gt;
&lt;P&gt;Organizations that have Microsoft Defender for Identity sensors installed on their AD CS servers and have completed the required sensor configuration can typically skip this step, as the necessary Certificate Services auditing settings are already enabled as part of the deployment prerequisites.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Enabling AD CS auditing takes two settings:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Turn on the Certification Services audit subcategory.&lt;/STRONG&gt; Under Advanced Audit Policy, Object Access, enable success and failure for Certification Services. Set it through Group Policy, or with auditpol:&lt;/P&gt;
&lt;LI-CODE lang=""&gt;auditpol /set /subcategory:"Certification Services" /success:enable /failure:enable&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;Set the Certification Authority audit filter.&lt;/STRONG&gt;&amp;nbsp;In the Certification Authority console this is the Auditing tab; it can also be set with certutil, followed by a service restart:&lt;/P&gt;
&lt;LI-CODE lang=""&gt;certutil -setreg CA\AuditFilter 127
Restart-Service CertSvc -Force&lt;/LI-CODE&gt;
&lt;P&gt;With both in place, the Certification Authority records Security log events for certificate lifecycle operations, including event 4886 when a certificate request is received and event 4887 when a request is approved and a certificate is issued. Each event captures the requester, the template used, and the request disposition. For Certighost, this is the record that makes the abuse visible: a certificate issued for a Domain Controller identity, requested through a machine template by a low-privileged principal, is an issuance pattern that should never occur normally, and these events let defenders detect it, investigate it, and correlate it with the PKINIT authentication and DCSync activity that follow.&lt;/P&gt;
&lt;P&gt;For complete guidance, see &lt;A href="https://learn.microsoft.com/defender-for-identity/deploy/configure-windows-event-collection" target="_blank" rel="noopener"&gt;Configure Windows event auditing — Microsoft Defender for Identity&lt;/A&gt;.&lt;/P&gt;
&lt;H3&gt;4. Watch for alerts&lt;/H3&gt;
&lt;P&gt;Attempts to exploit this vulnerability are detected by Microsoft Defender for Identity with the alert :&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;"Potential Certighost (CVE-2026-54121) AD CS abuse."&lt;/STRONG&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;The alert fires on the malicious certificate requests crafted to exploit this flaw, the anomalous issuance pattern at the heart of the technique, so you do not need to author a custom rule to catch the core activity. Ensure Defender for Identity is deployed on your domain controllers and AD CS servers and treat this alert as high priority.&lt;/P&gt;
&lt;img&gt;Example of Potential Certighost (CVE-2026-54121) AD CS abuse alert within Microsoft Defender&lt;/img&gt;
&lt;P&gt;Because the exploitation chain touches several stages of an identity attack, you may also see supporting alerts that commonly appear alongside this activity, though on their own they do not confirm a Certighost attempt:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Security principal reconnaissance (LDAP)&lt;/LI&gt;
&lt;LI&gt;Suspicious Active Directory Certificate Services abuse tool activity&lt;/LI&gt;
&lt;LI&gt;Suspected suspicious Kerberos ticket request&lt;/LI&gt;
&lt;LI&gt;DCSync attack (replication of directory services)&lt;/LI&gt;
&lt;/UL&gt;
&lt;H1&gt;Learn more&lt;/H1&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-54121" target="_blank" rel="noopener"&gt;CVE-2026-54121 — Security Update Guide, Microsoft (Active Directory Certificate Services Elevation of Privilege Vulnerability)&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/defender-for-identity/deploy/configure-windows-event-collection" target="_blank" rel="noopener"&gt;Configure Windows event auditing — Microsoft Defender for Identity&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To stay on top of the latest Defender for Identity capabilities, follow our &lt;A href="https://learn.microsoft.com/defender-for-identity/whats-new" target="_blank" rel="noopener"&gt;What's New&lt;/A&gt; documentation page.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2026 17:41:07 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/detecting-cve-2026-54121-certighost-with-microsoft-defender/ba-p/4542861</guid>
      <dc:creator>EdanZwick</dc:creator>
      <dc:date>2026-07-31T17:41:07Z</dc:date>
    </item>
    <item>
      <title>MDTI convergence in Microsoft Sentinel and Defender XDR is complete</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/mdti-convergence-in-microsoft-sentinel-and-defender-xdr-is/ba-p/4541279</link>
      <description>&lt;P&gt;Beginning August 1, the final phase of Microsoft Defender Threat Intelligence (MDTI) convergence will be generally available in the Defender portal, giving customers real-time Microsoft threat intelligence across detection, investigation, response, hunting, and automation at no additional cost. Announced last year, &lt;A href="https://techcommunity.microsoft.com/blog/defenderthreatintelligence/mdti-is-converging-into-microsoft-sentinel-and-defender-xdr/4427991" target="_blank" rel="noopener"&gt;this unified SecOps experience&lt;/A&gt; reduces fragmented context and tool handoffs, creating a clearer path from threat signal to informed action.&lt;/P&gt;
&lt;H3&gt;Latest features converging&lt;/H3&gt;
&lt;H4&gt;Entity enrichments: all the intel, right where you need it&lt;/H4&gt;
&lt;P&gt;Defender entity pages surface threat intelligence enrichments in the Threat Intelligence Insights tab for IP addresses, domains, URLs, and files. This unified view combines reputation data and scores, attributed reports, infrastructure relationships, services, certificates, DNS and WHOIS records, trackers, cookies, and sandbox analysis, helping analysts assess risk and investigate incidents without switching tabs. For more information, see&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/defender-xdr/entity-page-threat-intelligence" target="_blank" rel="noopener"&gt;View threat intelligence in entity pages&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img&gt;&lt;EM&gt;Screenshot of the Threat Intelligence Insights tab under Threat Analytics in the Defender portal showing reputation risk.&lt;/EM&gt;&lt;/img&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img&gt;&lt;EM&gt;Screenshot of the Threat Intelligence Insights tab under Threat Analytics in the Defender portal showing WHOIS records.&lt;/EM&gt;&lt;/img&gt;
&lt;H4&gt;MDTI Sentinel data connectors and APIs&lt;/H4&gt;
&lt;P&gt;Microsoft Threat Intelligence data that previously required the Premium MDTI connector is now available through the free Microsoft Threat Intelligence connector in Sentinel, enabling free and premium indicator feeds through one setup. MDTI APIs are also available by default to Microsoft Defender XDR and Microsoft Sentinel customers, without a separate MDTI license SKU, so teams can enrich investigations through Sentinel or external SIEM, SOAR, and automation tools.&lt;/P&gt;
&lt;P&gt;As a reminder, the API surface remains unchanged, and no customer migration is required. Customers do not need to perform endpoint mapping, code changes, tooling changes, or cutover activities.&lt;/P&gt;
&lt;H3&gt;Features previously released&lt;/H3&gt;
&lt;H4&gt;Threat Intelligence Library&lt;/H4&gt;
&lt;P&gt;Microsoft’s threat actor profiles, intelligence reports, OSINT articles, MSTIC and MTP research, and indicators of compromise (IoCs) are now available through &lt;A href="https://learn.microsoft.com/defender-xdr/threat-analytics" target="_blank" rel="noopener"&gt;Threat Analytics&lt;/A&gt; in the Defender portal, at no additional cost beyond the existing license.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img&gt;&lt;EM&gt;Screenshot of the Threat Analytics dashbaord in the Defender portal.&lt;/EM&gt;&lt;/img&gt;
&lt;H4&gt;Threat Analytics Enhancements&lt;/H4&gt;
&lt;P&gt;Reports now bring together embedded IoCs, MITRE ATT&amp;amp;CK mappings, targeted industries, actor origins, and automatic incident correlation, so defenders can move from reading intelligence to applying it in investigations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img&gt;&lt;EM&gt;Screenshot of the Threat Analytics page in the Defender portal showing actor profile overview.&lt;/EM&gt;&lt;/img&gt;
&lt;H4&gt;Case Linking&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Security teams can link investigation cases directly to relevant IoCs, making it easier to document findings, collaborate across response workflows, and show how intelligence informed action.&lt;/P&gt;
&lt;P&gt;Reference the table below to see the full list of features available with the MDTI convergence into Microsoft Defender XDR and Sentinel.&lt;/P&gt;
&lt;img&gt;&lt;EM&gt;Chart showing full list of MDTI capabilities converged into Defender XDR and Sentinel&lt;/EM&gt;&lt;/img&gt;
&lt;H3&gt;Actions for existing MDTI customers&lt;/H3&gt;
&lt;P&gt;Starting August 1, the standalone MDTI pages (Intel Profiles, Intel Explorer &amp;amp; Intel Projects) will be retired. All MDTI capabilities will be accessible via the Threat Analytics tab in the Defender portal instead of the Threat Intelligence tab. &lt;STRONG&gt;No migration action is needed&lt;/STRONG&gt;. Customers will now access the MDTI value via the Threat Analytics tab in the Defender portal instead of the Threat Intelligence tab. &lt;A href="https://learn.microsoft.com/defender-xdr/defender-threat-intelligence" target="_blank" rel="noopener"&gt;Explore our documentation&lt;/A&gt; for more details and reach out to your account team or partner if you need have questions or need assistance on how to reduce your current license and transition to this new unified threat intelligence experience in Defender XDR or Sentinel at no additional cost.&lt;/P&gt;
&lt;H3&gt;Get started&lt;/H3&gt;
&lt;P&gt;To access threat intelligence in the Microsoft Defender portal:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Go to the&amp;nbsp;&lt;A href="https://security.microsoft.com/" target="_blank" rel="noopener"&gt;Microsoft Defender portal&lt;/A&gt;&amp;nbsp;and sign in.&lt;/LI&gt;
&lt;LI&gt;Use the&amp;nbsp;&lt;STRONG&gt;Threat intelligence&lt;/STRONG&gt;&amp;nbsp;navigation menu to access Intelligence explorer and Intel profiles.&lt;/LI&gt;
&lt;LI&gt;Investigate entities enriched with threat intelligence by selecting IP addresses, domains, URLs, or files from incidents, alerts, or search results.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 29 Jul 2026 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/mdti-convergence-in-microsoft-sentinel-and-defender-xdr-is/ba-p/4541279</guid>
      <dc:creator>AmelieDarchicourt</dc:creator>
      <dc:date>2026-07-29T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Graph API Endpoint for the Vulnerability Profile</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/graph-api-endpoint-for-the-vulnerability-profile/m-p/4541551#M2741</link>
      <description>&lt;P&gt;I can use this endpoint to get threat reports via the graph api&amp;nbsp;&lt;/P&gt;&lt;P&gt;GET&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://graph.microsoft.com/beta/security/threatIntelligence/article&lt;/P&gt;&lt;P&gt;but threat Analytics reports that come in from defender that are category: vulnerability, aren't in there However they are written up in an article style. What endpoint do I need to hit to get these types of reports.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2026 12:02:06 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/graph-api-endpoint-for-the-vulnerability-profile/m-p/4541551#M2741</guid>
      <dc:creator>scottholland</dc:creator>
      <dc:date>2026-07-28T12:02:06Z</dc:date>
    </item>
    <item>
      <title>SmartScreen reputation issue for EV Code Signed Windows application</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/smartscreen-reputation-issue-for-ev-code-signed-windows/m-p/4537122#M2806</link>
      <description>&lt;P&gt;Hello Microsoft Defender Threat Intelligence Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are the developer of a legitimate Windows desktop application called "ShangJing".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recently, our users reported that Microsoft Defender SmartScreen displays the following warning when downloading and launching our application:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Microsoft Defender SmartScreen can't verify this file is safe."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The application is not malicious and has been digitally signed with a GlobalSign EV Code Signing Certificate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Application information:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Product Name:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ShangJing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Publisher:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Zhaoyi Information Technology (Shanghai) Co., Ltd.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Certificate:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GlobalSign EV Code Signing Certificate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;File:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;尚镜_2.0.0_platinum_setup.exe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Issue:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Users receive SmartScreen reputation warning when downloading our application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have already submitted the file through Microsoft Security Intelligence submission portal 7 days ago, but we have not received any update yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Submission ID:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;0c015296-b9cf-4130-9eaf-fc59cd145370&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file is distributed through our official website:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://www.changine.cn/downloads&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like to understand:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Is this caused by insufficient SmartScreen reputation for a newly released binary?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Is there any additional verification required from the software publisher side?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. How can we ensure our legitimate application gains proper SmartScreen reputation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our application is widely used for live streaming and camera-related workflows. It does not contain any malicious behavior.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would appreciate any guidance from the Microsoft team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2026 13:58:41 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/smartscreen-reputation-issue-for-ev-code-signed-windows/m-p/4537122#M2806</guid>
      <dc:creator>zyinfo</dc:creator>
      <dc:date>2026-08-11T13:58:41Z</dc:date>
    </item>
    <item>
      <title>Microsoft Defender now integrates with Dragos, Forescout, &amp; Armis for OT Security</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/microsoft-defender-now-integrates-with-dragos-forescout-armis/ba-p/4534936</link>
      <description>&lt;P&gt;Co-author(s): Amit Cohen and Hadar Shindler&lt;BR /&gt;&lt;BR /&gt;Operational technology (OT) environments are unlike anything else in cybersecurity. The systems that run our factories, power grids, water treatment plants, pipelines, and transportation networks weren’t built with modern threats in mind — and they can’t simply be patched, rebooted, or scanned the way IT systems can. A misstep doesn’t just create an alert backlog; it can stop a production line, disrupt critical services, or put physical safety at risk.&lt;/P&gt;
&lt;P&gt;To support customers in bringing their OT security solutions into their Security Operation (SOC) platform, we’re excited to announce an expansion of the Microsoft ecosystem with new OT security integrations from Dragos, Forescout, and Armis from ServiceNow. This gives customers greater flexibility to use the OT security solutions that best fit their environments.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Expanding OT coverage in Defender with new partner integrations&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;We’ve built new connectors for Dragos, Forescout and Armis that are now ready for customers to start using.&lt;/P&gt;
&lt;H4&gt;Dragos&lt;/H4&gt;
&lt;H6&gt;&lt;EM&gt;"Strong OT defense starts with knowing what is running in your operational environment, the vulnerabilities those assets carry, the threats targeting your systems, and the data to determine root cause. That kind of intelligence comes from years of operating inside OT environments and tracking the groups behind those threats. As OT threats continue to grow and AI accelerates how quickly adversaries can approach the OT boundary, integrating Dragos into Microsoft Defender strengthens how organizations see, understand, and defend their OT environments."&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;EM&gt;-Robert M. Lee, CEO and Co-Founder, Dragos, Inc.&lt;/EM&gt;&lt;/H6&gt;
&lt;H4&gt;Forescout&lt;/H4&gt;
&lt;H6&gt;&lt;EM&gt;"Our integration with Microsoft Defender represents a significant step forward in helping organizations defend their most critical operations against today's rapidly evolving cyber threats. By combining Forescout's industry-leading visibility and protection for IoT, OT, and network-connected assets with Microsoft's leadership in endpoint, identity, cloud, and security operations, we're delivering a more unified approach to cyber defense. Together, we're enabling healthcare providers, government agencies, critical infrastructure operators, and enterprises comprehensive visibility across IT and OT environments while empowering security teams to detect, investigate, and respond to threats faster and with greater confidence."&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;EM&gt;-Robert McNutt, Chief Strategy Officer, Forescout&lt;/EM&gt;&lt;/H6&gt;
&lt;H4&gt;Armis&lt;/H4&gt;
&lt;P&gt;“&lt;EM&gt;Fragmented security is no longer an option as threats to critical infrastructure evolve at machine speed. By deepening our integration with Microsoft, we are unifying visibility and context in complex OT and IoT environments. Integrating Armis Centrix™ with Microsoft Defender equips security teams with real-time, actionable insights to identify and mitigate risks across their entire operational footprint.”&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;EM&gt;-Nadir Izrael, Group Vice President, Armis from ServiceNow&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Bringing OT and IT Security Together&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;With these new integrations, signals, asset inventory and vulnerabilities from Dragos, Forescout, and Armis from ServiceNow flow directly into Microsoft Defender — giving security operations teams a single, unified view across IT, OT, and IoT.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What this means for customers:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Unified visibility across IT and OT. &lt;/STRONG&gt;OT assets and vulnerabilities surface alongside IT signals in Defender, so the SOC can see and reason about them in one place.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Cross-domain correlation. &lt;/STRONG&gt;Identity, endpoint, cloud, and OT signals are correlated automatically.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Streamlined investigation and response. &lt;/STRONG&gt;Analysts can pivot from an OT detection to related IT activity (and back) without switching tools or losing context.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Specialized depth, unified breadth. &lt;/STRONG&gt;Customers keep the deep OT expertise of their chosen partner platform and gain the enterprise-wide coverage of Defender.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Let’s take a look at some of new the user experience updates that showcase these integrations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P class="lia-align-center"&gt;&lt;EM&gt;Figure 1. Discovered devices by OT partner in device inventory&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Device Inventory now will show OT devices discovered through a new partner integration (see Figure 1). Industrial assets like substation relays and switches from vendors are automatically surfaced with rich context, criticality, vendor, model, firmware, and discovery source alongside built-in recommendations to classify critical assets and protect unmanaged OT devices. The result: unified visibility across IT and OT from a single view, so security teams can find, prioritize, and protect previously unseen devices faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P class="lia-align-center"&gt;&lt;EM&gt;Figure 2. Vulnerabilities and exposure across OT devices&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The Vulnerabilities view now includes a dedicated OT Partner CVEs tab, surfacing thousands of vulnerabilities on operational technology devices discovered through partner integrations. Every CVE is enriched with severity, CVSS score, age, active threats, and exposed device count, and the list is sorted by exposure so the most widespread, highest-impact risks rise to the top. Most importantly, security teams can now see OT vulnerabilities alongside IT in a single, prioritized view, making it faster to focus remediation where it matters most.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P class="lia-align-center"&gt;&lt;EM&gt;Figure 3. Discovered devices exposed by OT integration&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Selecting a CVE opens a detail panel with a dedicated&amp;nbsp;&lt;STRONG&gt;Exposed devices discovered by OT partner&lt;/STRONG&gt; tab, listing every affected device along with its OS platform and last seen date. For CVE-2024-7264, that means a clear view of all 75 exposed devices in one place, from OT controllers to sales workstations. The benefit is that security teams can move from a single vulnerability straight to the exact devices at risk, making it easy to scope impact and drive targeted remediation without leaving the view.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P class="lia-align-center"&gt;&lt;EM&gt;Figure 4. Discovered vulnerabilities by OT integration&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Drilling into a specific device, like the &lt;STRONG&gt;Substation-North-HMI2&lt;/STRONG&gt;&amp;nbsp;shown here, reveals a dedicated&amp;nbsp;&lt;STRONG&gt;Discovered vulnerabilities by OT partner&lt;/STRONG&gt; tab alongside the standard device views such as incidents, timeline, and security recommendations. It lists every vulnerability found on that device by the OT partner, complete with severity, CVSS score, publication and detection dates, and active threats. The benefit is a complete, device-level picture of OT risk right where analysts investigate, so they can see exactly what a single asset is exposed to and prioritize remediation without switching tools or context.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Built for customer choice and flexibility&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;We’re excited to expand our integration ecosystem, giving customers the flexibility to work with the OT solutions they already trust. These integrations help bring specialized OT context into broader security workflows, enabling SOC teams, risk managers, and security leaders to collaborate more effectively while using the tools that best fit their environment.&lt;/P&gt;
&lt;H1&gt;Get started&lt;/H1&gt;
&lt;P&gt;The Dragos, Forescout, and Armis integrations are available in public preview starting today. Customers can enable them through the Defender portal and begin ingesting OT signals from their partner platform of choice.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/security-exposure-management/ot-data-connectors" target="_blank" rel="noopener"&gt; Integrate the Dragos OT data connector in Microsoft Security Exposure Management - Microsoft Security Exposure Management | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/security-exposure-management/ot-data-connectors" target="_blank" rel="noopener"&gt; Integrate the Forescout OT data connector in Microsoft Security Exposure Management - Microsoft Security Exposure Management | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/security-exposure-management/armis-data-connector" target="_blank" rel="noopener"&gt;Integrate the Armis OT data connector in Microsoft Security Exposure Management - Microsoft Security Exposure Management | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 14 Jul 2026 13:46:58 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/microsoft-defender-now-integrates-with-dragos-forescout-armis/ba-p/4534936</guid>
      <dc:creator>Caroline_Lee</dc:creator>
      <dc:date>2026-07-14T13:46:58Z</dc:date>
    </item>
    <item>
      <title>Ask Microsoft Anything: Attack Disruption with Microsoft Defender on July 14</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/ask-microsoft-anything-attack-disruption-with-microsoft-defender/m-p/4534600#M2723</link>
      <description>&lt;P&gt;Hey Defender enthusiasts! Just wanted to remind you all that we are holding an AMA next week at 9AM PST on July 14 with the Attack Disruption team.&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN data-teams="true"&gt;Come learn about Attack Disruption—Microsoft Defender’s built‑in, AI-powered capability that stops in‑progress attacks at machine speed by analyzing attacker intent, identifying compromised assets, and containing threats before they spread. Bring your questions and hear directly from product experts on real‑world scenarios and best practices.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hope to see you there!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-teams="true"&gt;Event Link: &lt;A href="https://techcommunity.microsoft.com/event/microsoft-security-events/ask-microsoft-anything-microsoft-defender-attack-disruption/4531369" target="_blank"&gt;Ask Microsoft Anything: Microsoft Defender Attack Disruption | Microsoft Community Hub&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 18:55:19 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/ask-microsoft-anything-attack-disruption-with-microsoft-defender/m-p/4534600#M2723</guid>
      <dc:creator>TrevorRusher</dc:creator>
      <dc:date>2026-07-07T18:55:19Z</dc:date>
    </item>
    <item>
      <title>DefenderXDR "Preparing new space for data and connecting them" is stuck , and never finished !</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/defenderxdr-quot-preparing-new-space-for-data-and-connecting/m-p/4534587#M2722</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;BR /&gt;I am delivering SC-200 courses and on the lab environment of Skillable (or even free-tiers) when you have to "initiate" the data space for DefenderXDR, the process seems to be stuck .... never finished and we are "locked" in the page of a ...coffee cup and the phrase&lt;BR /&gt;"Hang on. We are preparing new spaces for your data and connecting them. "&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;does anyone else have same problem ?&amp;nbsp;&lt;BR /&gt;Any resolution , (I have already open a support ticket to Skillable support, but I haven't got resolution for over 1+day , and cannot open or continue the lab (for connecting or onboarding Microsoft Defender for Endpoint )&amp;nbsp; which is frustrating for the participants-students&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Panos&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 18:08:06 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/defenderxdr-quot-preparing-new-space-for-data-and-connecting/m-p/4534587#M2722</guid>
      <dc:creator>PanosGR191</dc:creator>
      <dc:date>2026-07-07T18:08:06Z</dc:date>
    </item>
    <item>
      <title>Looking for a simple deployment guide</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/looking-for-a-simple-deployment-guide/m-p/4534556#M2721</link>
      <description>&lt;P&gt;MS Learn is a great starting point, but it just doesn't seem to cover the steps needed to get up and running safely.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have concerns about adding or setting something that suddenly creates a vulnerability or exposure. Where is the installation guide that installs and configures the solution then tells you, "You are now protected". Do I really want to set my own policies? Why aren't the default set of rules good enough, safe enough. I can't have a solution that is so complicated I need to hire a team to manage it 24 hours a day. I am okay investigating an alert and helping a user solve a pop-up question. Why is every major corporation around the world required to re-invent the same or similar policies the company next door is creating to make this tool work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to onboard all of our Intune devices and monitor anything that CAN'T be stopped by default security measures. Just the fact that Sentinel appears to be changing as an embedded tool within Defender gives me hope that this will be getting closer to a more manageable tool. But that still seems a way off.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am ready to do the reading and research to get this set up but I am hoping for a guide that is specific enough to achieve a final result.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank for understanding my challenges here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 16:17:36 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/looking-for-a-simple-deployment-guide/m-p/4534556#M2721</guid>
      <dc:creator>MeatBear11</dc:creator>
      <dc:date>2026-07-07T16:17:36Z</dc:date>
    </item>
    <item>
      <title>Feature Request: Manual Invocation Mode for Embedded Security Copilot Experiences to reduce cost !</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/feature-request-manual-invocation-mode-for-embedded-security/m-p/4533804#M2716</link>
      <description>&lt;P&gt;Hello, I see that Copilot for Security in XDR dashboards , if used in embedded mode (I mean whenever you are opening a case to investigate) you get AUTOMATICALLY a summary of the incident , and you are consuming SCU costs.&lt;/P&gt;&lt;P&gt;I want a way either globally as a tenant option, or through a pwsh to be able to DISABLE this, or be able to PRESS the AI button AND THEN generate the AI reply (and consume SCU credits ..)&lt;/P&gt;&lt;P&gt;Current behavior:&lt;/P&gt;&lt;P&gt;Open Incident --&amp;gt; Copilot automatically generates Incident Summary --&amp;gt; SCUs ARE consumed&lt;/P&gt;&lt;P&gt;Desired behavior:&lt;/P&gt;&lt;P&gt;Open Incident --&amp;gt; No AI execution --&amp;gt; Click "Generate Summary" MANUALLY --&amp;gt; SCUs consumed&lt;/P&gt;&lt;P&gt;I am not talking about RBAC controls to assign WHO of my admins can use Security Copilot, I have set that, BUT I want my admin to decide IF they want AI to help them (and consume - pay for that SCU credits-costs) OR NOT !!&lt;/P&gt;&lt;P&gt;At the moment I havent found any solution, except to educate my admin to press CANCEL the moment he/she opens such an XDR dashboard ! :)&lt;/P&gt;&lt;P&gt;Does anyone knows something ?&lt;/P&gt;&lt;P&gt;Regards, Panos&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jul 2026 16:32:54 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/feature-request-manual-invocation-mode-for-embedded-security/m-p/4533804#M2716</guid>
      <dc:creator>PanosGR191</dc:creator>
      <dc:date>2026-07-05T16:32:54Z</dc:date>
    </item>
    <item>
      <title>Monthly news - July 2026</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/monthly-news-july-2026/ba-p/4532402</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Microsoft Defender&lt;/STRONG&gt;&lt;BR /&gt;Monthly news - July 2026 Edition&lt;/P&gt;
&lt;P&gt;This is our monthly "What's new" blog post, summarizing product updates and various new assets we released over the past month across our Defender products. In this edition, we are looking at all the goodness from June 2026. We are now including news related to Defender for Cloud in the Defender portal. For all other Defender for Cloud news, have a look at the dedicated Defender for Cloud Monthly News&amp;nbsp;&lt;A class="lia-internal-link lia-internal-url lia-internal-url-content-type-blog" href="https://techcommunity.microsoft.com/blog/microsoftdefendercloudblog/microsoft-defender-for-cloud-customer-newsletter/4525656" target="_blank" rel="noopener" data-lia-auto-title="here" data-lia-auto-title-active="0"&gt;here&lt;/A&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;🚀 New Virtual Ninja Show episode:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://youtu.be/17qtl8RSFKA?si=_O1CgQpNJtQgk_dY" target="_blank" rel="noopener"&gt; Redefining identity security for the modern enterprise&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://youtu.be/I24oxM6rL6E?si=rgXUPok9_jVu0SsQ" target="_blank" rel="noopener"&gt; One policy engine to govern them all: Securing agentic AI with Microsoft Purview&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://youtu.be/q_7IXnBwv8c?si=94-NKofzzGx-3HkG" target="_blank" rel="noopener"&gt; Building a modern detection pipeline with ContentOps&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://youtu.be/SzTEY3sY3lA?si=HJV1MKD8tJ63_EQT" target="_blank" rel="noopener"&gt;Securing local AI agents with Microsoft Defender&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://youtu.be/AnQiZZkZO0s?si=xOnPdLRegN-RHbyh" target="_blank" rel="noopener"&gt;Microsoft Defender: Extending critical protection for emerging threats in Team&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Weekly Security News:&amp;nbsp;&lt;/STRONG&gt;We publish a short 1ish minute video every week with updates across our Microsoft Security stack. Subscribe to our&amp;nbsp;&lt;A href="https://www.youtube.com/@MicrosoftSecurityCommunity/shorts" target="_blank" rel="noopener"&gt;YouTube channel&lt;/A&gt;, so you don't miss the next episode.&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Actionable threat insights&lt;/STRONG&gt; (find all of them &lt;A class="lia-external-url" href="https://www.microsoft.com/en-us/security/blog/content-type/research/?ep_filter_topic=actionable-threat-insights" target="_blank" rel="noopener"&gt;here&lt;/A&gt;)&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.microsoft.com/en-us/security/blog/2026/06/30/securing-ai-agents-ai-tools-move-from-reading-acting/" target="_blank" rel="noopener"&gt;Securing AI agents: When AI tools move from reading to acting&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.microsoft.com/en-us/security/blog/2026/06/29/chromium-extension-uses-airelated-branding-redirect-browser-search/" target="_blank" rel="noopener"&gt;Chromium extension uses AI‑related branding to redirect browser search&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.microsoft.com/en-us/security/blog/2026/06/25/photo-zip-campaign-targeting-hospitality-industry-delivers-node-js-implant-persistent-access/" target="_blank" rel="noopener"&gt;Photo ZIP campaign targeting hospitality industry delivers Node.js implant for persistent access&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Microsoft Defender&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Two Workbooks capabilities in the unified Microsoft Defender portal moved to GA:
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Advanced Hunting connector &lt;/STRONG&gt;- build custom dashboards directly on top of Advanced Hunting (XDR) dat. Query XDR tables and visualize them in Workbooks for richer investigations and reports.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Workspace filter / multi-workspace experience&lt;/STRONG&gt; - scope and filter workbooks by workspace, with workspace selection integrated into the workbook itself rather than relying on the global selector.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;MTO Tenant Groups&lt;/STRONG&gt; let MSSPs and large enterprises organize their multitenant view in Microsoft Defender by grouping tenants logically (e.g., by region, business unit, or customer cohort). Learn more &lt;A class="lia-internal-link lia-internal-url lia-internal-url-content-type-blog" href="https://techcommunity.microsoft.com/blog/microsoftthreatprotectionblog/organize-your-multitenant-view-with-tenant-groups-in-microsoft-defender/4522992" target="_blank" rel="noopener" data-lia-auto-title="here" data-lia-auto-title-active="0"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Custom Detections support in Microsoft Sentinel Repositories&lt;/STRONG&gt;. Custom Detections can now be managed as code in Microsoft Sentinel Repositories, the same way customers already manage analytic rules, playbooks, parsers and workbooks. Detection engineers connect a GitHub or Azure DevOps repo to their workspace; Custom Detections placed in the repo are reconciled on every commit. A standalone Bicep path via the Microsoft Security Bicep extension lets teams deploy from any CI/CD pipeline (ADO Pipelines, GitHub Actions, custom runners).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;(General Availability) The following advanced hunting schema tables are now generally available:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt;The &lt;/SPAN&gt;&lt;EM style="color: rgb(30, 30, 30);"&gt;CloudAuditEvents&lt;/EM&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt; table contains information about cloud audit events for various cloud platforms protected by the organization's Defender for Cloud.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The&amp;nbsp;&lt;EM&gt;CloudDnsEvents&lt;/EM&gt; table contains information about DNS activity events from cloud infrastructure environments.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The&amp;nbsp;&lt;EM&gt;CloudProcessEvents&lt;/EM&gt; table contains information about process events in multicloud hosted environments.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;(Public Preview) The &lt;EM&gt;AgentsInfo &lt;/EM&gt;table in advanced hunting is now available in preview. The &lt;STRONG&gt;&lt;EM&gt;AIAgentsInfo &lt;/EM&gt;table is transitioning to this new table&lt;/STRONG&gt;, which provides a unified schema that supports agent inventory and governance for all agent types, including Copilot Studio, Microsoft Foundry, Microsoft 365 Copilot, third-party, and endpoint-discovered agents. &lt;STRONG&gt;Microsoft Agent 365 customers should use the AgentsInfo table today.&lt;/STRONG&gt; The &lt;EM&gt;AIAgentsInfo &lt;/EM&gt;table remains accessible until July 1, 2026. Update your queries to use AgentsInfo before this date. For more information, see &lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/defender-xdr/advanced-hunting-agentsinfo-table" target="_blank" rel="noopener"&gt;Advanced hunting schema - Naming changes&lt;/A&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;For all other Sentinel News, have a look at the "&lt;A class="lia-internal-link lia-internal-url lia-internal-url-content-type-blog" href="https://techcommunity.microsoft.com/blog/microsoftsentinelblog/what%E2%80%99s-new-in-microsoft-sentinel-june-2026/4531902" target="_blank" rel="noopener" data-lia-auto-title="What's new in Microsoft Sentinel blog post - June edition" data-lia-auto-title-active="0"&gt;What's new in Microsoft Sentinel blog post - June edition&lt;/A&gt;"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Identity Security&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;(Public Preview)&amp;nbsp;&lt;STRONG&gt;The Identity Security dashboard now includes a new Human identities card&lt;/STRONG&gt; that shows your human identities by source (Entra ID, SaaS, and on-premises), giving you a single view of where your human identities live. For more information, see &lt;A href="https://learn.microsoft.com/en-us/defender-for-identity/dashboard" target="_blank" rel="noopener"&gt;Identity Security dashboard&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;img&gt;Identity Security dashboard overview&lt;/img&gt;
&lt;UL&gt;
&lt;LI&gt;(Public Preview) On the Coverage and maturity page, the &lt;STRONG&gt;Review and improve coverage side panel&lt;/STRONG&gt; for SaaS Identities now includes an &lt;STRONG&gt;Observed column &lt;/STRONG&gt;and a &lt;STRONG&gt;Show Only Observed Applications&lt;/STRONG&gt; toggle. By default, the panel shows only SaaS applications detected in your environment. Turn off the toggle to see other supported SaaS applications you can onboard to expand your identity coverage. For more information, see &lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/defender-xdr/identity-security/coverage-maturity" target="_blank" rel="noopener"&gt;Coverage and maturity&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;New alerts were added to the Defender for Identity security alerts related to Microsoft Entra ID, Active Directory as well as other identity providers. For a full list of those new alerts, check out &lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/defender-for-identity/whats-new#new-defender-for-identity-security-alerts" target="_blank" rel="noopener"&gt;our documentation&lt;/A&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Recent ShinyHunters attacks on Salesforce show how OAuth tokens and connected apps are being weaponized to bypass MFA at scale. &lt;STRONG&gt;The upgraded Salesforce connector for Defender for Cloud Apps&lt;/STRONG&gt; helps detect these attacks faster, with richer connected-app context and investigation-ready signals. Customers already using the connector are advised to enable the additional events in the Salesforce console for tighter protection, and eligible customers not yet using it are advised to connect Salesforce. &lt;A class="lia-external-url" href="https://learn.microsoft.com/defender-cloud-apps/release-notes#salesforce-connector-enhancements-preview" target="_blank"&gt;Learn more.&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Microsoft Defender for Endpoint / Microsoft Defender Vulnerability Management&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;(Public Preview) &lt;STRONG&gt;Local AI agent discovery&lt;/STRONG&gt;: as part of the Defender AI agents experience, Microsoft Defender now automatically discovers supported local AI agents running on onboarded Windows &amp;amp; macOS devices. Discovered agents appear as assets in the AI agent inventory, exposure map, and advanced hunting, giving security teams visibility into local AI agent usage across the organization. For more information, see&amp;nbsp;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/defender-endpoint/local-agent-discovery-overview" target="_blank" rel="noopener"&gt;Discover local AI agents&lt;/A&gt;.&lt;/P&gt;
&lt;img&gt;AI Assets page&lt;/img&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;(Preview) &lt;STRONG&gt;Local AI agent runtime protection&lt;/STRONG&gt; on Windows endpoints is now available in public preview. Microsoft Defender inspects the agent loop (user prompts, tool calls, and tool responses) and can block risky activity before it executes, helping stop prompt injection and unsafe agent actions at the device level. Blocked and audited events appear as alerts in Microsoft Defender to support incident correlation and investigation workflows.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The &lt;STRONG&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/defender-endpoint/defender-deployment-tool-windows" target="_blank" rel="noopener"&gt;new version of the Defender deployment tool&lt;/A&gt;&lt;/STRONG&gt; for Windows streamlines onboarding and enhances security by:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Bundling the onboarding package directly into the tool's executable.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Generating a key during deployment package creation that is required for running the tool.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Enabling users to configure an expiry date for the package to reduce the risk of unauthorized use. &lt;BR /&gt;In addition:&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;You have the option of downloading the package as either an .exe or a .zip file, whichever best suits your organization's needs.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;A new Deployment packages page in the Defender portal facilitates management of downloaded packages by providing centralized visibility into all the packages and their current status.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Now generally available: &lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/defender-endpoint/restrict-response-actions-high-value-assets" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Selective Response Actions&lt;/STRONG&gt;&lt;/A&gt; enables organizations to tailor high-impact security operations on devices during onboarding. It provides precise control over how response actions are applied on Tier-0 systems and other high-value assets, helping maintain operational stability while delivering strong protection.&lt;/P&gt;
&lt;img&gt;Enable selective response actions&lt;/img&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The &lt;STRONG&gt;new exposure score model &lt;/STRONG&gt;in Defender Vulnerability Management is now generally available. This model improves risk prioritization and recommendation impact accuracy by incorporating exploit prediction data (EPSS) and asset context factors such as internet-facing status and criticality. More details &lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/defender-vulnerability-management/tvm-exposure-score?tabs=preview-customers#exposure-score-model-updates-transition-overview" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Microsoft Secure Score now includes the &lt;STRONG&gt;Reduce unnecessary inbound internet exposure on internet-facing devices&lt;/STRONG&gt; recommendation, which helps identify devices that are accessible from the public internet and may represent unnecessary attack surface. This recommendation provides centralized visibility into internet-facing devices across the environment.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Many predefined SaaS application classification rules were added to the critical assets list. Have a look at &lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/security-exposure-management/whats-new#new-predefined-classifications" target="_blank"&gt;our documentation&lt;/A&gt; for the full list. These classifications require onboarding to Microsoft Defender for Cloud Apps.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 01 Jul 2026 09:30:09 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/monthly-news-july-2026/ba-p/4532402</guid>
      <dc:creator>HeikeRitter</dc:creator>
      <dc:date>2026-07-01T09:30:09Z</dc:date>
    </item>
    <item>
      <title>Defender of XDR - Quarantine - Lack of filter/search options</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/defender-of-xdr-quarantine-lack-of-filter-search-options/m-p/4532370#M2711</link>
      <description>&lt;P&gt;Hi Microsoft,&lt;/P&gt;&lt;P&gt;I love what you're doing with the Defender XDR portal, but could you please show some love to the Quarantine section soon?&lt;/P&gt;&lt;P&gt;On a daily basis, I have to review emails caught in quarantine for false positives, and the lack of search and filtering options is appalling.&lt;/P&gt;&lt;P&gt;As a company based in Denmark, 99% of legitimate emails come from .dk domains. Yet there is &lt;STRONG&gt;no way&lt;/STRONG&gt; to search for or filter on something this simple.&lt;/P&gt;&lt;P&gt;If I type .dk into the search box, I get 0 results, even though I can clearly see .dk sender addresses on the page. The filter options only allow me to enter full sender or recipient email addresses, which is of course almost useless in a quarantine-review context.&lt;/P&gt;&lt;P&gt;Some examples of filters that would be extremely useful:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sender domain ends with .dk&lt;/LI&gt;&lt;LI&gt;Sender domain contains .dk&lt;/LI&gt;&lt;LI&gt;URL domain filtering&lt;/LI&gt;&lt;LI&gt;Attachment name filtering&lt;/LI&gt;&lt;LI&gt;Saved filter views&lt;/LI&gt;&lt;LI&gt;More flexible search across message properties&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The Quarantine experience could be made dramatically better with relatively little effort.&lt;/P&gt;&lt;P&gt;So please, pretty please, give the Quarantine portal some attention. It's often the part of Defender that security teams interact with every single day.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2026 05:55:09 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/defender-of-xdr-quarantine-lack-of-filter-search-options/m-p/4532370#M2711</guid>
      <dc:creator>DarkingDK</dc:creator>
      <dc:date>2026-07-01T05:55:09Z</dc:date>
    </item>
    <item>
      <title>Need information on generating sample events for Threat Intelligence" (both duplicate posts)</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/need-information-on-generating-sample-events-for-threat/m-p/4531085#M2805</link>
      <description>&lt;P&gt;Two things are tripping this up, and they're common mix-ups:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;First — Attack Simulation Training doesn't generate Threat Intelligence events.&lt;/STRONG&gt; If you used the built-in phishing simulator, its logs only show up under &lt;STRONG&gt;Email &amp;amp; collaboration → Attack simulation training → Simulations&lt;/STRONG&gt; — they're intentionally excluded from real Threat Intelligence telemetry. That's likely why nothing's showing up even though you ran a campaign.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Second — your EICAR test should actually work&lt;/STRONG&gt;, but check the right place: not the generic Office 365 Management Activity API's AuditLogRecordType page in isolation — go specifically to the &lt;STRONG&gt;RecordType values used for Defender for Office 365 threat events&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;28 = ThreatIntelligence (phishing/malware events)&lt;/LI&gt;&lt;LI&gt;41 = ThreatIntelligenceUrl (Safe Links time-of-click/block events)&lt;/LI&gt;&lt;LI&gt;Plus ThreatIntelligenceAtpContent, ThreatFinder, MSTIC&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To reliably generate one:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Confirm Purview &lt;STRONG&gt;audit logging is enabled&lt;/STRONG&gt; for the tenant first — if it isn't, nothing downstream gets logged regardless of what you trigger.&lt;/LI&gt;&lt;LI&gt;From an &lt;STRONG&gt;external&lt;/STRONG&gt; mailbox, send a test user the EICAR string as a .txt attachment (exact 68-byte string, see Microsoft's anti-malware testing doc). Defender for Office 365 should detect and quarantine it.&lt;/LI&gt;&lt;LI&gt;Verify it landed first in the portal UI: &lt;STRONG&gt;Email &amp;amp; collaboration → Explorer → Malware tab&lt;/STRONG&gt; — if it's there, the underlying ThreatIntelligence record exists and the Management API call should return it (allow a short delay; these aren't instant).&lt;/LI&gt;&lt;LI&gt;For the Safe Links side, send a known-safe-but-flagged test URL (Microsoft publishes test URLs for this) to trigger ThreatIntelligenceUrl.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If it shows up in Explorer but still doesn't appear via the Management API, that's usually an API subscription/permission issue (you need an active subscription to the DLP.All or relevant Office 365 Management API content type, not just Graph permissions) — worth checking separately from the detection side.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2026 13:58:39 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/need-information-on-generating-sample-events-for-threat/m-p/4531085#M2805</guid>
      <dc:creator>gokhantatar</dc:creator>
      <dc:date>2026-08-11T13:58:39Z</dc:date>
    </item>
    <item>
      <title>Can the Microsoft Defender portal show the server details as per security group?</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/can-the-microsoft-defender-portal-show-the-server-details-as-per/m-p/4531083#M2804</link>
      <description>&lt;P&gt;Yes — this is exactly what Device Groups + RBAC are designed for in Microsoft Defender (assuming you're managing these servers through Defender for Endpoint, which is the typical path for cross-vendor server monitoring).&lt;/P&gt;&lt;P&gt;The model:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Device groups&lt;/STRONG&gt; are the scoping unit (not Entra security groups directly) — create one per vendor/company (e.g., "Company A Servers", "Company B Servers"), using a matching rule (tag, OS, name pattern, etc.) to auto-assign devices.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;RBAC roles&lt;/STRONG&gt; then get tied to an Entra security group and granted access to &lt;EM&gt;only&lt;/EM&gt; specific device groups. So: Company A's people go in an Entra group → that group is assigned an MDE role scoped to "Company A Servers" only → they only ever see those devices, alerts, and incidents in the portal.&lt;/LI&gt;&lt;LI&gt;You as admin keep your existing Global Admin/Security Admin role (or get added to both device groups' RBAC scope), so you retain visibility across both.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Path: &lt;STRONG&gt;Settings → Endpoints → Permissions → Device groups&lt;/STRONG&gt; to create the groups, then &lt;STRONG&gt;Permissions → Roles&lt;/STRONG&gt; to create a role and tie it to your Entra security group with that device group as the scope.&lt;/P&gt;&lt;P&gt;One thing to verify before committing to this design: this RBAC model affects what shows in alerts, incidents, advanced hunting (scoped automatically), and inventory — but make sure nobody from Company A/B also needs &lt;EM&gt;organization-wide&lt;/EM&gt; Defender features like global threat analytics, since those aren't scopable the same way.&lt;/P&gt;&lt;P&gt;If you're actually talking about servers monitored via &lt;STRONG&gt;Defender for Cloud&lt;/STRONG&gt; (Azure subscription-based, not MDE-onboarded), the equivalent mechanism is Azure RBAC at the subscription/resource group level (assign Security Reader scoped to the RG containing Company A's VMs) — different mechanism, same outcome. Worth clarifying which portal/product this is so the right one gets recommended.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2026 13:58:34 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/can-the-microsoft-defender-portal-show-the-server-details-as-per/m-p/4531083#M2804</guid>
      <dc:creator>gokhantatar</dc:creator>
      <dc:date>2026-08-11T13:58:34Z</dc:date>
    </item>
    <item>
      <title>Microsoft Defender Incident – Handling incident severity change</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/microsoft-defender-incident-handling-incident-severity-change/m-p/4531082#M2707</link>
      <description>&lt;P&gt;There's no dedicated history/audit endpoint for field-level transitions (like "this incident went from Low → High at timestamp X") in the /security/incidents Graph API — the incident object only exposes the &lt;EM&gt;current&lt;/EM&gt; severity plus a lastUpdateDateTime, not a change log. So this isn't something you're missing; it genuinely doesn't exist as a queryable history today.&lt;/P&gt;&lt;P&gt;Also worth knowing before you build around it: &lt;STRONG&gt;Graph change notifications (webhooks) are not documented as supported for /security/incidents&lt;/STRONG&gt; — subscription/webhook support is only documented for the legacy /security/alerts resource, and that resource is deprecated with removal expected around April 2026. So polling is currently the only supported pattern for incidents specifically, not a limitation of your approach — there's no webhook alternative to fall back to yet.&lt;/P&gt;&lt;P&gt;Given that, the fix is in your polling strategy, not in finding a hidden feature: instead of filtering once at creation time and then ignoring the incident, poll using $filter=lastUpdateDateTime gt {last_poll_timestamp}. Since lastUpdateDateTime bumps on &lt;STRONG&gt;any&lt;/STRONG&gt; property change — including a severity escalation — this catches incidents that started as Low/Informational and later got escalated, without re-fetching everything.&lt;/P&gt;&lt;P&gt;A pattern that works well in practice:&lt;/P&gt;&lt;P&gt;GET /security/incidents?$filter=lastUpdateDateTime gt {last_poll_time}&amp;amp;$orderby=lastUpdateDateTime asc&lt;/P&gt;&lt;P&gt;Then in your own store, diff the incoming severity against what you last recorded for that id to detect the transition yourself — you're effectively reconstructing the history client-side since the API won't give it to you natively. Store (incidentId, severity, lastUpdateDateTime) on each poll and compare.&lt;/P&gt;&lt;P&gt;One gotcha: this still won't tell you the &lt;STRONG&gt;exact moment&lt;/STRONG&gt; the severity changed if multiple fields changed between polls — only that it changed sometime between your last two poll timestamps. If you need second-level precision on transition timing, you'd need to poll more frequently (your 5-minute interval is probably fine for SOC triage purposes, but not for precise SLA timestamping).&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2026 20:27:49 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/microsoft-defender-incident-handling-incident-severity-change/m-p/4531082#M2707</guid>
      <dc:creator>gokhantatar</dc:creator>
      <dc:date>2026-06-25T20:27:49Z</dc:date>
    </item>
    <item>
      <title>Is "Endpoint Security Policies" available to us? (error getting Intune policies)</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/is-quot-endpoint-security-policies-quot-available-to-us-error/m-p/4531003#M2706</link>
      <description>&lt;P&gt;Question&lt;/P&gt;&lt;P&gt;We'd like to use Defender \ Endpoint Security Policies.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible for my tenant's environment?&lt;/P&gt;&lt;P&gt;Getting below error on "Defender \ Endpoint Security Policies" page&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"There seems to be an issue getting your Intune policies"&lt;/P&gt;&lt;P&gt;Details of our environment&lt;/P&gt;&lt;P&gt;Purpose of defender&lt;/P&gt;&lt;P&gt;To protect our server fleet that's running outside of Azure&lt;/P&gt;&lt;P&gt;Tenant&amp;nbsp;&lt;/P&gt;&lt;P&gt;GCC - Moderate Scoped&lt;/P&gt;&lt;P&gt;Region&lt;/P&gt;&lt;P&gt;Commercial Azure East US 2&lt;/P&gt;&lt;P&gt;Subscription&lt;/P&gt;&lt;P&gt;Microsoft Defender for Servers Plan 1&lt;/P&gt;&lt;P&gt;(No other subscription, etc.)&lt;/P&gt;&lt;P&gt;Defender Client OS&lt;/P&gt;&lt;P&gt;Windows 2016, 2019, 2022&lt;/P&gt;&lt;P&gt;RHEL8, 9&lt;/P&gt;&lt;P&gt;(No desktops\laptops)&lt;/P&gt;&lt;P&gt;Agents installed on each Windows and Linux server&lt;/P&gt;&lt;P&gt;Defender is onboarded&lt;/P&gt;&lt;P&gt;Arc is onboarded&lt;/P&gt;&lt;P&gt;Configured Settings and Errors&lt;/P&gt;&lt;P&gt;Defender \ Settings \ Configuration management \ Enforcement scope&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://security.microsoft.com/securitysettings/endpoints/configuration_management2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error at top of page&lt;/P&gt;&lt;P&gt;"Intune is not configured to allow Microsoft Defender for Endpoint to manage security configuration settings."&lt;/P&gt;&lt;P&gt;Use MDE to enforce security configuration settings from Intune&lt;/P&gt;&lt;P&gt;Set to ON&lt;/P&gt;&lt;P&gt;Enable configuration management&lt;/P&gt;&lt;P&gt;Windows Server devices&lt;/P&gt;&lt;P&gt;On tagged devices&lt;/P&gt;&lt;P&gt;Windows Server Domain Controller devices&lt;/P&gt;&lt;P&gt;On tagged devices&lt;/P&gt;&lt;P&gt;Linux devices&lt;/P&gt;&lt;P&gt;On tagged devices&lt;/P&gt;&lt;P&gt;Security settings management for Microsoft Defender for Cloud onboarded devices.&lt;/P&gt;&lt;P&gt;Set to ON&lt;/P&gt;&lt;P&gt;Manage Security settings using Configuration Manager&lt;/P&gt;&lt;P&gt;Set to OFF&lt;/P&gt;&lt;P&gt;Defender \ Settings \ Configuration management \ Intune Permissions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://security.microsoft.com/securitysettings/endpoints/intune_permissions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Getting error&lt;/P&gt;&lt;P&gt;"Access needed&lt;/P&gt;&lt;P&gt;You don't have the right permissions in AAD to view this information (in addition to those you already have in MDE). To adjust your permissions, go to the AAD portal."&lt;/P&gt;&lt;P&gt;Defender \ Endpoint Security Policies&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://security.microsoft.com/policy-inventory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On main page, getting below error&lt;/P&gt;&lt;P&gt;There seems to be an issue getting your Intune policies&lt;/P&gt;&lt;P&gt;If I try to make a new policy&lt;/P&gt;&lt;P&gt;There seems to be an issue loading the policy authoring wizard.&lt;/P&gt;&lt;P&gt;Intune \ Endpoint security&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://intune.microsoft.com/#view/Microsoft_Intune_Workflows/SecurityManagementMenu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Getting Error&lt;/P&gt;&lt;P&gt;You don't have access&lt;/P&gt;&lt;P&gt;Intune roles | My permissions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://intune.microsoft.com/#view/Microsoft_Intune_DeviceSettings/RolesLandingMenuBlade/~/myPermissions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're an administrator with full permissions to all Microsoft Intune resources.&lt;/P&gt;&lt;P&gt;Intune roles | Administrator Licensing&lt;/P&gt;&lt;P&gt;https://intune.microsoft.com/#view/Microsoft_Intune_DeviceSettings/RolesLandingMenuBlade/~/administratorLicensing&lt;/P&gt;&lt;P&gt;Allow admins without an Intune license to access Intune. Their scope of access is determined by the Intune roles you've assigned them.&lt;/P&gt;&lt;P&gt;I've clicked the box "Allow access to unlicensed admins"&lt;/P&gt;&lt;P&gt;Alternatives&lt;/P&gt;&lt;P&gt;If Defender \ Endpoint Security Policies isn't available, as alternatives, I guess we could use&lt;/P&gt;&lt;P&gt;SCCM Antimalware policies to manage Windows servers&lt;/P&gt;&lt;P&gt;Deploying a central mdatp_managed.json to manage Linux servers&lt;/P&gt;&lt;P&gt;However, it would be greatly preferred to use the Defender \ Endpoint Security Policies feature for Windows and Linux&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2026 14:28:35 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr/is-quot-endpoint-security-policies-quot-available-to-us-error/m-p/4531003#M2706</guid>
      <dc:creator>goslackware</dc:creator>
      <dc:date>2026-06-25T14:28:35Z</dc:date>
    </item>
    <item>
      <title>Securing the invisible workforce</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/securing-the-invisible-workforce/ba-p/4528611</link>
      <description>&lt;P&gt;Non-human identities are now the majority of the identity estate in most enterprises. Service principals access organizational resources across SharePoint, Azure, and Microsoft 365, Service accounts run critical business processes on-premises, OAuth apps move data across SaaS boundaries, and AI agents increasingly operate autonomously at machine speed.&lt;/P&gt;
&lt;P&gt;As NHIs have grown in number and importance, so to have the threats targeting them. &lt;A href="https://www.microsoft.com/en-us/security/blog/2024/01/25/midnight-blizzard-guidance-for-responders-on-nation-state-attack/" target="_blank" rel="noopener"&gt;Midnight Blizzard&lt;/A&gt; showed how damaging compromised NHI can be. Attackers moved laterally across cloud resources and accessed sensitive data without ever triggering user-centric controls like MFA. The challenge many security teams are faced with however is that they simply do not have the visibility into what NHI’s even exist within their organization. Unlike their human counterparts, NHI can vary drastically in purpose, behaviour and risk profile. The one consistency is that most organizations lack a formal process for their creation, management and governance. For instance, while these identities often carry high and standing privileges, those permissions are typically granted at creation and never revisited. They authenticate programmatically so they cannot be enrolled in, or benefit from the protections of multi-factor authentication.&lt;/P&gt;
&lt;P&gt;As AI adoption accelerates, this issue has become even more urgent. Every AI agent needs an identity to function. That identity accesses data, invokes APIs, and takes action, autonomously, continuously, and at an unprecedented velocity. &amp;nbsp;But because AI tooling has moved faster than guidance, many agents were never given identities of their own, many riding on existing Service Principles. This means that those ordinary app registrations may in fact represent autonomous agents making decisions and taking action. This new reality further compresses the window between compromise and impact and makes securing non-human identities a prerequisite for safely deploying AI at enterprise scale.&lt;/P&gt;
&lt;P&gt;Today, I am excited to share more about the non-human identity protection available within Microsoft Defender. These capabilities bring NHIs into the same unified platform where security teams already work and protect human identities with purpose-built experiences for discovery, risk assessment, business context, governance, threat detection, and attack disruption.&lt;/P&gt;
&lt;H2&gt;The Challenge:&lt;/H2&gt;
&lt;P&gt;We hear consistently from customers that they cannot answer fundamental questions about their NHI estate:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How many non-human identities exist? &lt;/STRONG&gt;Across Entra ID, Active Directory, and SaaS applications, the true count consistently exceeds expectations, often by an order of magnitude.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Which ones are still in use? &lt;/STRONG&gt;NHIs accumulate over time. Decommissioning is rare and dormant identities retain active permissions indefinitely.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Which ones hold more access than they need? &lt;/STRONG&gt;Permissions are granted broadly at provisioning and seldom revisited. Over-privilege is not the exception—it is the default state.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Who is responsible for them? &lt;/STRONG&gt;Without established ownership, remediating a risky NHI requires significant manual effort just to identify the right person to engage.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Which ones are powering AI agents? &lt;/STRONG&gt;Many agents ride on NHIs created long before the agent existed, making them indistinguishable from routine integrations.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These are the questions that drive the capabilities we are delivering.&lt;/P&gt;
&lt;H2&gt;Raising the bar for NHI protection with Defender&lt;/H2&gt;
&lt;P&gt;Microsoft Defender helps protect non-human identities through six integrated focus areas:&amp;nbsp;Visibility, Risk analysis, relationships and access mapping, governance policies, AI Agent awareness and Detection and Disruption. Together, these areas help organizations discover NHI risk, understand relationships and permissions, enforce governance, identify AI-driven identity activity, and detect or disrupt threats before they escalate.&lt;/P&gt;
&lt;H4&gt;1. Visibility:&lt;/H4&gt;
&lt;P&gt;When Entra service principals, Active Directory service accounts, and SaaS-connected OAuth apps are managed in separate consoles with separate workflows, security teams cannot form a coherent picture of NHI exposure. These gaps in visibility translate directly into gaps in protection.&lt;/P&gt;
&lt;P&gt;Defender delivers a unified identity inventory for both human and non-human identities within a single view and investigation workflow. For non-human identities, coverage includes:&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 100%; height: 131px; border-width: 1px;"&gt;&lt;colgroup&gt;&lt;col style="width: 50%" /&gt;&lt;col style="width: 50%" /&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style="height: 26px;"&gt;&lt;td class="lia-align-center" style="height: 26px;"&gt;
&lt;P&gt;&lt;STRONG&gt;Source&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-center" style="height: 26px;"&gt;&lt;STRONG&gt;Coverage&lt;/STRONG&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 35px;"&gt;&lt;td style="height: 35px;"&gt;&lt;STRONG&gt;Microsoft Entra ID&lt;/STRONG&gt;&lt;/td&gt;&lt;td style="height: 35px;"&gt;All service principals&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 35px;"&gt;&lt;td style="height: 35px;"&gt;&lt;STRONG&gt;Active Directory&lt;/STRONG&gt;&lt;/td&gt;&lt;td style="height: 35px;"&gt;All service accounts&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 35px;"&gt;&lt;td style="height: 35px;"&gt;&lt;STRONG&gt;SaaS Apps&lt;/STRONG&gt;&lt;/td&gt;&lt;td style="height: 35px;"&gt;All OAuth-connected apps&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;img&gt;&lt;U&gt;Unified visibility across all non-human identities in a single pane of glass&lt;/U&gt;&lt;/img&gt;
&lt;P&gt;This consolidated inventory is the foundation that security insights, risk scoring, business context, governance, and threat detection all build on. Security teams work from one place, using the same investigation workflows they already use for human identities, across the entire NHI population.&lt;/P&gt;
&lt;H3&gt;2. Risk insights and analysis:&lt;/H3&gt;
&lt;P&gt;Visibility into what exists is the starting point. What security teams need next is a clear understanding of which identities carry risk, what kind of risk, and how they should prioritize. Similar to how we review risk signals for human identities, Defender continuously evaluates the NHI estate and surfaces findings across key risk pivots:&lt;/P&gt;
&lt;img&gt;Actionable insights into your unique NHI footprint&lt;/img&gt;
&lt;H6&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class="lia-text-color-15"&gt;Unused Identities&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/H6&gt;
&lt;P&gt;NHIs that have not authenticated over extended periods but retain active permissions. These identities serve no current business purpose while remaining fully available for misuse if compromised.&lt;/P&gt;
&lt;H6&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class="lia-text-color-15"&gt;Over-Privileged Identities&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/H6&gt;
&lt;P&gt;NHIs whose granted permissions significantly exceed their observed usage. Defender analyses the gap between what an identity &lt;EM&gt;can&lt;/EM&gt; do and what it &lt;EM&gt;actually does&lt;/EM&gt;, identifying where privilege can be safely reduced without impacting operations.&lt;/P&gt;
&lt;H6&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class="lia-text-color-15"&gt;High-Privileged Identities&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/H6&gt;
&lt;P&gt;Some NHI’s however require elevated roles or broad permissions to perform their intended use. These NHIs pose the highest lateral movement risk if compromised. For context, these privileges can sometimes exceed the access held by admins in the organization.&lt;/P&gt;
&lt;H6&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class="lia-text-color-15"&gt;Identity Risk Score for NHIs&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/H6&gt;
&lt;P&gt;The new Identity Risk Score within Defender also extends to NHI. Ever NHI now has a dynamic risk score , informed by Microsoft’s global threat intelligence, exposure indicators, and observed activity patterns.&lt;/P&gt;
&lt;P&gt;The score is fully explainable. For every NHI, Defender shows the specific factors that contributed—what combination of privilege, exposure, and activity drove the assessment, and why. Analysts see the reasoning directly: an identity scored high because it is unused, holds broad directory permissions, and is published by an unverified publisher. This means analysts can act on the score with confidence, without needing to conduct a separate investigation to understand what it means.&lt;/P&gt;
&lt;P&gt;These insights allow teams to rank their entire NHI estate by risk and systematically focus investigation where it matters most.&lt;/P&gt;
&lt;img&gt;Risk insights for NHI for effective prioritization&lt;/img&gt;
&lt;H3&gt;3. Relationship mapping:&lt;/H3&gt;
&lt;P&gt;Knowing that an NHI is risky is necessary but not sufficient for remediation. Security teams need business context: what application depends on this identity, who owns it, what resources can it access, and with what permissions.&lt;/P&gt;
&lt;P&gt;Without this information, even a critical finding stalls. Can we disable this identity, or will it break a production workflow? Who do we contact to coordinate? What is the scope of exposure if this identity is compromised?&lt;/P&gt;
&lt;P&gt;Defender introduces a Graph for NHIs that visually maps these relationships directly.&lt;/P&gt;
&lt;img&gt;Graph connecting risk to business context for faster remediation&lt;/img&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;What application depends on this NHI?&amp;nbsp;&lt;/STRONG&gt;Understanding downstream dependencies before taking remediation action.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Who owns it? &lt;/STRONG&gt;Identifying the owner for coordinated response.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;What resources or crown jewels does it access, and with what permissions? &lt;/STRONG&gt;Determining the sensitivity of accessed resources to assess actual severity.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;With this context directly available in the investigation experience, security teams can assess risk, evaluate business impact, and coordinate remediation without switching tools or conducting manual discovery.&lt;/P&gt;
&lt;H3&gt;4. Governance policies&lt;/H3&gt;
&lt;P&gt;When we extrapolate this out to enterprise scale, with thousands to tens of thousands of NHIs, manual remediation simply cannot keep pace with the rate at which risk accumulates. Organizations need governance policies that enforce decisions automatically and consistently.&lt;/P&gt;
&lt;P&gt;Defender enables this through governance policies. Organizations can define policies that leverage the insights Defender surfaces like unused timeframe, privilege level, risk score, over-privilege status, AI agent association and then map them to automated disablement of identities that exceed acceptable risk.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Example: &lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;An NHI that has been unused for 90+ days, holds high-privilege roles, and carries a risk score above 70 exceeds the organization’s risk tolerance → disable the identity.&lt;/EM&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;img /&gt;&lt;img&gt;Automated governance policies that turn risk insights into enforcement at scale&lt;/img&gt;
&lt;P&gt;This shifts NHI security from periodic audit cycles to continuous posture management. The NHI estate stays within organizational risk tolerance because policy enforces the standard automatically, at the scale the environment demands.&lt;/P&gt;
&lt;H3&gt;5. AI Agent awareness&lt;/H3&gt;
&lt;P&gt;Agents built on platforms like Copilot Studio, Azure AI Foundry, and third-party frameworks require identities to authenticate, access data, and take action. In practice, many agents operate using traditional NHI that were provisioned for other workloads, making them indistinguishable from routine integrations at the identity layer.&lt;/P&gt;
&lt;P&gt;The risk profile, however, is materially different:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Agents are autonomous. &lt;/STRONG&gt;They make decisions and execute actions without human approval at each step.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Agents are high-velocity. &lt;/STRONG&gt;They perform hundreds of operations per minute across multiple systems.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Agents interact with sensitive data. &lt;/STRONG&gt;They access documents, query databases, read communications, and invoke APIs, often with broad permissions to support flexible workflows.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;When a misconfigured identity backs an AI agent, the risk compounds significantly because the agent continues to operate autonomously, with legitimate access, at machine speed, across whatever resources it can reach.&lt;/P&gt;
&lt;P&gt;Defender infers which NHIs are used by AI agents and surfaces this signal directly in the inventory, risk insights, and assessment. This enables security teams to prioritize investigation of agent-backed NHIs and apply differentiated governance like stricter controls, shorter review cycles, and tighter privilege boundaries for identities backing&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img&gt;Visibility into service principals powering AI agents and their associated risk&lt;/img&gt;
&lt;H3&gt;6. Detection and disruption&lt;/H3&gt;
&lt;P&gt;Posture and governance reduce the attack surface. But when an attacker compromises a non-human identity, detection speed and response automation determine whether the attack is contained or succeeds.&lt;/P&gt;
&lt;P&gt;Microsoft Defender brings the same detection and disruption capabilities that protect human identities to the non-human estate.&lt;/P&gt;
&lt;H6&gt;&lt;STRONG&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;EM&gt;Threat Detection for NHIs&lt;/EM&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H6&gt;
&lt;P&gt;Defender detects anomalous and malicious activity involving non-human identities using behavioral analytics and Microsoft’s global threat intelligence. Detections are purpose-built for how NHIs operate because the signals indicating compromise in a NHI is fundamentally different from those in a human account, and our detection models reflect that.&lt;/P&gt;
&lt;img&gt;Detecting anomalous and suspicious activities on non-human identities&lt;/img&gt;
&lt;P&gt;Every alert is enriched with full context from the identity inventory, risk insights, and graph. Analysts see not just what happened, but which identity was involved, what it can reach, who owns it, and how critical it is immediately, without manual correlation.&lt;/P&gt;
&lt;H6&gt;&lt;STRONG&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;EM&gt;Disrupting Attacker Persistence&lt;/EM&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H6&gt;
&lt;P&gt;We are introducing new disruption capabilities designed to address the persistence techniques attackers use against non-human identities. These capabilities focus on the specific actions that turn a legitimate non-human Identity &amp;nbsp;into an attack path, such as adding credentials for off-tenant use or modifying permissions and role assignments to expand access.&lt;/P&gt;
&lt;P&gt;Rather than broad remediation, the approach targets the exact moves attackers use to establish and maintain control. By directly addressing actions like unauthorized credential additions and privilege expansion, these capabilities help remove attacker access while preserving legitimate application functionality.&lt;/P&gt;
&lt;H2&gt;Why This Maters&lt;/H2&gt;
&lt;P&gt;Every AI agent requires an identity. As organizations scale agent deployments, the NHI estate grows with them and inherits every existing gap: over-privilege, absent ownership, insufficient monitoring.&lt;/P&gt;
&lt;P&gt;What has changed is speed. An AI agent with a compromised identity operates autonomously and never sleeps. The window between compromise and impact has compressed to the point where periodic manual review is no longer adequate. Automated visibility, continuous risk assessment, policy-driven governance, and real-time detection and disruption are now requirements.&lt;/P&gt;
&lt;P&gt;The organizations investing in NHI protection today are building the security foundation their AI strategy depends on.&lt;/P&gt;
&lt;H2&gt;Getting Started&lt;/H2&gt;
&lt;P&gt;Non-human identity protection is available in Microsoft Defender today:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Visit the unified identity inventory &lt;/STRONG&gt;in Defender to see all NHIs across Entra ID, Active Directory, and SaaS.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Review risk insights &lt;/STRONG&gt;to identify unused, over-privileged, high-risk NHIs, and NHIs used by agents.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Explore the identity graph &lt;/STRONG&gt;to understand business context, ownership, and resource access.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Configure risk-based governance policies &lt;/STRONG&gt;to enforce organizational risk tolerance at scale.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These capabilities are integrated into the same platform and workflows security teams already use for human identity protection—no separate tools, no additional deployment. Learn more about the NHI protections provided by Defender within our &lt;A href="https://learn.microsoft.com/en-us/defender-xdr/investigate-non-human-identities" target="_blank" rel="noopener"&gt;docs here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2026 12:35:52 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/securing-the-invisible-workforce/ba-p/4528611</guid>
      <dc:creator>Nagaraj Venkatesh</dc:creator>
      <dc:date>2026-06-17T12:35:52Z</dc:date>
    </item>
  </channel>
</rss>

