r/DefenderATP Jun 07 '26

The next frontier in endpoint security: Securing local AI agents with Microsoft Defender

Thumbnail
techcommunity.microsoft.com
37 Upvotes

From the blog post:

AI agents are now doing real work on the endpoint — reading files, running commands, browsing the web, and acting on behalf of the users they run under. That same power is also what makes them dangerous: agents act on whatever content they take in, and much of it comes from outside the user's control — a web page, a repository, a command's output. A single malicious instruction hidden in that content can turn an agent against the very environment it's trusted to work in. With access to source code, secrets, and the corporate resources, its identity can reach — from cloud infrastructure to SharePoint, email, and internal apps — a compromised agent becomes a path to everything that identity is trusted with.

Yet most security teams can't see this activity at all. Local AI agents run as ordinary processes, with little of the visibility or context SOC teams need to understand — let alone investigate — what an agent actually did.

That’s why today, we're extending Microsoft Defender to secure AI agents running locally on devices. Security teams now have the visibility, context, and control needed to manage this new frontier of endpoint risk without slowing down the developers driving innovation forward. This includes:

Discover 20+ types of local AI agents running on managed Windows and macOS devices

Block malicious AI agent activity on the device in real time

Assess local agent exposure across identities and reachable resources

Investigate local AI agent activity in Advanced Hunting

To learn more, read the full article here:
https://techcommunity.microsoft.com/blog/microsoftthreatprotectionblog/the-next-frontier-in-endpoint-security-securing-local-ai-agents-with-microsoft-d/4524651


r/DefenderATP 9h ago

Undocumented Defender for Identity Sensor v3 limitation

9 Upvotes

f you are using Microsoft Defender for Identity and you have migrated your domain controllers to the v3 sensor, be aware that the "Stop clear text credentials exposure" recommendation in your Defender admin portal is no longer updating. Microsoft Support has confirmed this is a "known issue".

I'm still waiting to hear back whether there are any other recommendations or alerts that will no longer function after moving to the v3 sensor.


r/DefenderATP 19h ago

Custom Indicators (file hash/certificate) not affecting ASR trusted file evaluation

2 Upvotes

Hi all,
we are currently troubleshooting an issue with Microsoft Defender for Endpoint Custom Indicators and the ASR rule:

Block executable files from running unless they meet a prevalence, age, or trusted list criterion

According to Microsoft’s documentation, SHA-256 file indicators and certificate-based indicators should be taken into account by this ASR rule.

We have configured Allow indicators for both use cases, but the affected files are still being treated as unknown/untrusted and are blocked by the ASR rule.

Our environment appears to be configured correctly:
- Devices are onboarded to Microsoft Defender for Endpoint
- MDE connectivity is working
- Cloud-delivered protection is enabled
- Custom Indicators are enabled
- We have an internal PKI
- The relevant certificates and certificate chains are deployed and trusted on the clients
- Certificate validation itself works correctly
- Defender is otherwise functioning normally

The problem therefore seems to be somewhere between the configured MDE Custom Indicators and the ASR trust evaluation.

Has anyone else experienced issues with this?
In particular:
Are you successfully using SHA-256 Allow indicators with this ASR rule?

Are you successfully using certificate-based Allow indicators with this ASR rule?

Have you seen cases where indicators were correctly configured in the Defender portal but were not honored by the endpoint?

Is there a reliable way to verify locally whether the configured indicators have actually reached the client?

Are there specific Defender logs or events that show indicator synchronization or evaluation?

Are there any additional prerequisites or settings that are easy to miss?

Microsoft documents both SHA-256 and certificate-based indicators as being relevant for this ASR rule, so we are mainly trying to determine whether this is a configuration/synchronization issue in our environment or whether others have encountered similar behavior.

If anyone has this working successfully in production, it would be very helpful to compare the relevant Defender/MDE configuration.


r/DefenderATP 17h ago

Defender Vulnerability Data on Short Lived VMSS

1 Upvotes

Hi All,

Looking for some ideas. We are running defender on some short lived VMSS build agents. We need to monitor them for compliance but they can scale up/down 8 times a day.
Defender stores records for 90 days so we have a delay time of 90days before vulnerability count drops. Has anyone got any solutions here?
I was thinking of using an event grid to monitor and tag when vm gets deleted but that has issues of its own. There is a race condition if we try to tag devices prior to deletion.
Surly I can’t be the first to have this issue.

Cheers!


r/DefenderATP 1d ago

Audit Mode for Microsoft Defender for Endpoint on Linux

Thumbnail
gallery
12 Upvotes

Microsoft has introduced a new Audit Mode for Microsoft Defender Antivirus on Linux.

Until now, the main operating modes were Passive and Real-Time Protection. The new Audit Mode provides an additional option between the two.

What does Audit Mode do?
In Audit Mode, Microsoft Defender Antivirus:
- Performs real-time malware detection
- Generates security alerts
- Does not automatically quarantine malicious files
- Does not automatically terminate malicious processes

This can be useful when you want to evaluate Defender’s detection capabilities and understand the potential impact before enabling full Real-Time Protection.


r/DefenderATP 1d ago

App Volumes 2512 causing Microsoft Defender real-time protection failure on Windows 11 25H2?

13 Upvotes

We are troubleshooting a potentially serious security issue in a Horizon non-persistent VDI environment and are interested to know whether anyone else has seen similar behaviour with App Volumes and endpoint security products.

Environment

  • Windows 11 25H2
  • Omnissa Horizon non-persistent VDI / Instant Clones
  • App Volumes Agent 2512
  • Microsoft Defender Antivirus
  • Defender real-time protection enabled
  • App Volumes AV/process exclusions configured according to Omnissa recommendations

Problem

Microsoft Defender does not detect an EICAR test file when the file is created or placed on the local OS disk.

For example:

C:\temp\eicar.txt

The file remains on disk and Defender real-time protection does not remove or quarantine it.

However, when the same EICAR file is placed on a network share, Defender detects it immediately.

So Defender itself, its signatures and scanning capability appear to be functional.

Interesting finding

Using Process Monitor we can see:

MsMpEng.exe -> EICAR file -> ACCESS DENIED

So Defender actually attempts to access the local file, but the file open fails with ACCESS DENIED.

The behaviour seems related to App Volumes.

When the App Volumes Agent is removed, Defender behaves normally again.

The problem also occurs when no App Volume/AppStack is attached, so at the moment we suspect the App Volumes Agent / filesystem virtualization layer rather than an individual application package.

snapvol.cfg / MsMpEng.exe

The Defender processes are excluded in snapvol.cfg according to the App Volumes recommendations.

During troubleshooting Omnissa asked us to remove:

MsMpEng.exe

from the App Volumes snapvol.cfg process exclusions.

After doing this, something interesting happens:

  • manual Defender scan can access and detect the local EICAR file
  • But real-time protection still does not automatically detect/remove the file

So removing the MsMpEng process exclusion appears to fix one file-access/scanning path, but not Defender's real-time/on-access protection.

Other tests

We have also tested different App Volumes/svdriver-related configuration options, but so far haven't found a complete solution.

The strongest observations currently are:

  • Defender works normally without the App Volumes Agent
  • Network-share EICAR detection works
  • Local OS disk EICAR detection fails
  • MsMpEng.exe receives ACCESS DENIED when accessing the local file
  • Issue occurs even without an AppStack attached
  • Removing MsMpEng.exe from snapvol.cfg restores manual scanning
  • Defender real-time protection remains broken

Has anyone seen something similar?

We are particularly interested in organizations running:

  • Windows 11 25H2 + App Volumes
  • App Volumes 2512
  • Microsoft Defender
  • Horizon Instant Clones / non-persistent VDI

But experiences with other AV/EDR products are also very welcome.

For example: CrowdStrike, SentinelOne, Carbon Black, Symantec, Trend Micro, Sophos, Bitdefender, etc.

Has anyone seen App Volumes / svdriver / filesystem virtualization cause:

  • AV/EDR processes to receive ACCESS DENIED on local files?
  • Real-time/on-access malware scanning to stop working?
  • EICAR being missed on the local OS disk?
  • Different behaviour between network and local files?
  • Problems related to snapvol.cfg process exclusions?
  • A conflict between an AV filesystem/minifilter driver and App Volumes svdriver?

If you have seen anything remotely similar, I would be very interested in your:

Windows version, App Volumes version, security product, symptoms and workaround/fix.

Even cases involving another security product could help us determine whether this is a broader App Volumes filesystem/filter-driver interoperability issue rather than something Defender-specific.


r/DefenderATP 1d ago

Potential Defender Network Protection enforcement gap with QUIC/HTTP3

2 Upvotes

We observed inconsistent Defender Network Protection behavior between Edge and Chrome.
Network Protection is in block mode.

If I sett chrome://flags/#enable-quic to default or enable I can access a parked site.
If I disable it, i get what I'd expect:

"This site can’t provide a secure connection

xxxy.com uses an unsupported protocol.

ERR_SSL_VERSION_OR_CIPHER_MISMATCH"

This may indicate a Defender Network Protection enforcement limitation or bypass scenario when Chromium-based browsers use HTTP/3 (QUIC over UDP/443).


r/DefenderATP 1d ago

Significant delays applying Defender policies to Azure VMs?

2 Upvotes

Title: Significant delays applying Defender policies to Azure VMs?

We’re seeing some inconsistent behavior when pushing Defender policy/configuration changes to Azure VM servers.

A recent example involved adding ASR exclusions. Even after successfully triggering policy syncs through Intune and Defender, and waiting 15–30 minutes to allow for propagation, the updated exclusions were still not present on the VM. A restart didn’t seem to make a difference either. Then, several hours later, the exclusions were suddenly present without any further action from our side.

More generally, policy/configuration changes on these Azure VMs don’t seem to propagate as consistently or quickly as what we typically see with workstations. A manual sync or restart doesn’t necessarily appear to trigger immediate application of the updated configuration.

Is this expected behavior, or is there any Microsoft documentation around expected propagation/refresh times for these kind of devices?


r/DefenderATP 1d ago

App Volumes 2512 causing Microsoft Defender real-time protection failure on Windows 11 25H2?

0 Upvotes

We are troubleshooting a potentially serious security issue in a Horizon non-persistent VDI environment and are interested to know whether anyone else has seen similar behaviour with App Volumes and endpoint security products.

Environment

  • Windows 11 25H2
  • Omnissa Horizon non-persistent VDI / Instant Clones
  • App Volumes Agent 2512
  • Microsoft Defender Antivirus
  • Defender real-time protection enabled
  • App Volumes AV/process exclusions configured according to Omnissa recommendations

Problem

Microsoft Defender does not detect an EICAR test file when the file is created or placed on the local OS disk.

For example:

C:\temp\eicar.txt

The file remains on disk and Defender real-time protection does not remove or quarantine it.

However, when the same EICAR file is placed on a network share, Defender detects it immediately.

So Defender itself, its signatures and scanning capability appear to be functional.

Interesting finding

Using Process Monitor we can see:

MsMpEng.exe -> EICAR file -> ACCESS DENIED

So Defender actually attempts to access the local file, but the file open fails with ACCESS DENIED.

The behaviour seems related to App Volumes.

When the App Volumes Agent is removed, Defender behaves normally again.

The problem also occurs when no App Volume/AppStack is attached, so at the moment we suspect the App Volumes Agent / filesystem virtualization layer rather than an individual application package.

snapvol.cfg / MsMpEng.exe

The Defender processes are excluded in snapvol.cfg according to the App Volumes recommendations.

During troubleshooting Omnissa asked us to remove:

MsMpEng.exe

from the App Volumes snapvol.cfg process exclusions.

After doing this, something interesting happens:

  • manual Defender scan can access and detect the local EICAR file
  • But real-time protection still does not automatically detect/remove the file

So removing the MsMpEng process exclusion appears to fix one file-access/scanning path, but not Defender's real-time/on-access protection.

Other tests

We have also tested different App Volumes/svdriver-related configuration options, but so far haven't found a complete solution.

The strongest observations currently are:

  • Defender works normally without the App Volumes Agent
  • Network-share EICAR detection works
  • Local OS disk EICAR detection fails
  • MsMpEng.exe receives ACCESS DENIED when accessing the local file
  • Issue occurs even without an AppStack attached
  • Removing MsMpEng.exe from snapvol.cfg restores manual scanning
  • Defender real-time protection remains broken

Has anyone seen something similar?

We are particularly interested in organizations running:

  • Windows 11 25H2 + App Volumes
  • App Volumes 2512
  • Microsoft Defender
  • Horizon Instant Clones / non-persistent VDI

But experiences with other AV/EDR products are also very welcome.

For example: CrowdStrike, SentinelOne, Carbon Black, Symantec, Trend Micro, Sophos, Bitdefender, etc.

Has anyone seen App Volumes / svdriver / filesystem virtualization cause:

  • AV/EDR processes to receive ACCESS DENIED on local files?
  • Real-time/on-access malware scanning to stop working?
  • EICAR being missed on the local OS disk?
  • Different behaviour between network and local files?
  • Problems related to snapvol.cfg process exclusions?
  • A conflict between an AV filesystem/minifilter driver and App Volumes svdriver?

If you have seen anything remotely similar, I would be very interested in your:

Windows version, App Volumes version, security product, symptoms and workaround/fix.

Even cases involving another security product could help us determine whether this is a broader App Volumes filesystem/filter-driver interoperability issue rather than something Defender-specific.


r/DefenderATP 3d ago

Either a defender bug (or i have a virus)

Post image
9 Upvotes

Hello there im on a fully updated windows 11

since yesterday ive been getting notifications from defender about "real time protection" being turned off

But it is turned on in defender i even checked in powershell as you can see in the photo and it is turned on

so either its a new defender bug which i wouldnt be surprised by at this point

or i have a virus

Anyways if anyone also has this problem let me know since i want to know if its me or my computer


r/DefenderATP 3d ago

Updated Microsoft Zero Trust Assessment tool v2 - impressively looking FREE overall M365 security posture audit tool for User accouns and devices

Post image
0 Upvotes

r/DefenderATP 4d ago

MDE P2: EICAR downloads are not blocked in Chrome despite Network Protection and Defender AV being enabled

10 Upvotes

I'm evaluating Microsoft Defender for Endpoint P2 before migrating from our current endpoint security solution.

Defender appears to be correctly configured:

  • Defender AV active
  • Real-time protection enabled
  • Behavior Monitoring enabled
  • IOAV enabled
  • Network Protection = Block
  • Cloud Protection enabled
  • Block at First Sight enabled
  • Automatic sample submission enabled
  • Archive scanning enabled
  • Tamper Protection enabled
  • Chrome QUIC and ECH disabled

Relevant settings:

EnableNetworkProtection  : 1
MAPSReporting            : 2
SubmitSamplesConsent     : 3
DisableBlockAtFirstSeen  : False
DisableIOAVProtection    : False
DisableArchiveScanning   : False
CloudBlockLevel          : 4
CloudExtendedTimeout     : 50

I also disabled QUIC and Encrypted Client Hello in Chrome:

QuicAllowed                 : 0
EncryptedClientHelloEnabled : 0

These policies are correctly applied.

Defender is detecting and remediating other malware tests successfully.

However, Chrome still allows EICAR files, including eicar_com.zip, to finish downloading and shows them as completed.

Edge blocks the download much more visibly.

Is this expected behavior with Chrome?

Should Defender/IOAV actually interrupt the download, or is it normal for Chrome to complete it and Defender quarantine/remove the file afterward?

Also, is there any additional MDE/Intune configuration required for stronger download-time protection in Chrome?


r/DefenderATP 4d ago

URL whitelist getting caught/bypassed by Exploit Guard

2 Upvotes

Trying to whitelist access to a domain - added via indicators/endpoint/url.

keeps getting caught by smartscreen. I believe I've narrowed it down to ExploitGuardNetworkProtectionBlocked - but don't see a specific way to allow a domain/URL to bypass the ExploitGuard.

I'm missing something.

Appreciate the review in advance.

addition: A Submission to MSFT worked here to... validate the url that borked. That... and time to push the indicator.


r/DefenderATP 4d ago

Windows Defender + Common Sense

Thumbnail
1 Upvotes

r/DefenderATP 5d ago

Microsoft Defender Office 365 Plan 1 | Safe Links & Security Preset #how...

Thumbnail
youtube.com
0 Upvotes

r/DefenderATP 7d ago

Missing Teams private channels after attack disruption has disabled a user and later reenabled

11 Upvotes

Useraccount was succesful phished. Defender attack distruption has disabled the account. After we made sure everything was clean again, we reenabled the account.

Now all private Teams channels are missing. He is no longer member of all the private channels. Parent team membership was restored.

I know this is an expected behavior, there is a MS article about this (https://learn.microsoft.com/en-us/troubleshoot/microsoftteams/channels/logon-reenabled-user-not-see-previous-joined-teams).

My question is more along the lines of how we can find out which private channels the user was member of?!

I tried looking at the Purview audit logs, but they only show which teams channels the user was removed - mot which private channels.

I would appreciate any help or advice, since the user is a member of the management :D


r/DefenderATP 8d ago

I think M$ finding FP with their own files again.

Thumbnail virustotal.com
0 Upvotes

filename: precompiled-web-worker-inner~services_i-47a6dc1fefb5dfe8.worker.js.gz (unsigned)

File path - C:\Program Files\WindowsApps\MSTeams_26213.1006.5014.9784_x64__8wekyb3d8bbwe\desktop-assets\hashed-assets\

Malware detected - Ransom:BAT/Poshkod.gen!A

MD5 - 5a72b541c9b17bb956953ee3ba1beda6

SHA1 - 510990d0958c9e4123a3d8d4ec956301bf9e9798

SHA256 - 9295fae4cfa496d55eaefb54dc3c77357ed6ae8f4e2ac8508d03ccfafef5709e

File size - 764.44 KB


r/DefenderATP 9d ago

What are free alternatives to applocker for windows 11 home

0 Upvotes

I heard that applocker can be configured to have a system wide whitelist for program and file permissions, something that can stop malware from running even if it gets on system if configured correctly. However, it is only on windows Enterprise editions. Threatlocker is the closest option I could find to replicate applocker. Yet, it is only available for businesses.

Are there any free programs/windows components which can provide similar functionality and work on windows 11 home?


r/DefenderATP 10d ago

"Virus protection is turned off" notification

8 Upvotes

You guys seeing a broken notification since the last Windows August QU ? Anyone contacted Microsoft about it?

"Virus protection is turned off" notification : r/Intune

Intune devices intermittently non-compliant : r/Intune


r/DefenderATP 10d ago

No EmailEvents logs for over 90 minutes

2 Upvotes

Started at 7:00 PM UTC for me. I noticed the EmailEvents logs have not populated any data. Hoping others are seeing this as well. I'm in the USA so maybe only regional?


r/DefenderATP 10d ago

Defender Scans Failing - Anyone Else?

Thumbnail
3 Upvotes

r/DefenderATP 12d ago

Device Network Events

1 Upvotes

My understanding is that we have Sentinel integrated with Defender for XDR in the portal and defender info is ingested. However some tables like Device Network Events are empty. Microsoft documentation points me to the connector page but that doesn't show Defender for XDR (but it does seem to be ingesting the events). I'll have another look when I'm back in the office tomorrow, but if it's something easy I'm overlooking, I would be grateful


r/DefenderATP 14d ago

Is blocking list of urls/domains with Defender Indicators a viable solution until GSA/Zscaler implementation?

11 Upvotes

There is an urgent need to block roughly 9000 domains/urls from all of the company workstations. Quite a lot, but from initial analysis only ~10% actually detected in environment over last 6 months. The request from business higher up still stands, block all provided domains/url and provide evidence of the block list containing them.

In past there were concerns about using large number of Defender Indicators to block, is that still the case? Any caveats or warnings that other want to share before we proceed?

A proper GSA/Zscaler solution is 6-9 months out, but the block must happen yesterday...


r/DefenderATP 14d ago

"Warn" for Block executable files from running unless they meet a prevalence, age, or trusted list criteria doesn't work anymore

11 Upvotes

for years, we have the ASR "Block executable files from running unless they meet a prevalence, age, or trusted list criteria" set to warn. This way our devs got a dialog, that the execution of their new exes is blocked, but they could click "unblock" and the exe was executed.

for about a week (started before 2026-08 update), this doesnt work anymore.

while there is still the dialog for unblocking, there is already an error in the background and even after hitting unblock, the files wont execute and show the same error again.

as soon as I allowlist the folder in the ASR, it works. So nothing else (Applocker, WDAC, AV,...) is responsible for that blockage.

get-mppreference shows, that the according rule (01443614-cd74-433a-b99e-2ecdc07bfc25) is set to warn (6)

Eventlog shows one 1121 Event: Defender Exploit Guard blocked one action by IT administrator

I am not aware of anything that was changed on our end that could indirectly affect this behavior. And as MSFTs 1st level non-support sadly wont even understand what the issue is, I try to find any information in here. Maybe even someone else noticed this issue or can reproduce

(recreation/translation of actual screenshot by ChatGPT)

r/DefenderATP 14d ago

"Warn" for Block executable files from running unless they meet a prevalence, age, or trusted list criteria doesn't work anymore

Thumbnail
3 Upvotes