Apr 28 2023 12:04 PM
I'm trying to troubleshoot some office plugin which aren't functioning and I'm trying to determine whether it's the various Office block settings, which I've enumerated below. When Attack Surface Reduction blocks these events are they logged and if so where are those events located?
Apr 28 2023 12:20 PM
May 07 2023 04:44 AM - edited May 07 2023 04:45 AM
Have you checked in the dashboard Reports -> Attack Surface Reduction Rules? This is typically where you audit within the console for audits/blocks and adding exclusions.
May 18 2023 08:06 PM - edited May 18 2023 08:07 PM
Hi dperusich,
Not sure if this helps, but if you go to the Hunting > Advanced hunting tab in the Defender portal and run this query:
DeviceEvents
| where ActionType contains "asr"
It will show all ASR events and whether they were blocked or audited, plus filename, folderpath etc. The default timescale is 7 days, but you can change this to 30 days.
It helped us identify issues and files/paths to add to our ASR exclusions list in Endpoint Manager/Intune.
You can also export the data, as it's easier to analyse in Excel, in my opinion.
I also found this, which may or may not be helpful:
https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/troubleshoot-asr-rules?vi...