Forum Discussion
mikhailf
Dec 01, 2024Iron Contributor
Anti-malware policy doesn't block files
Hello Microsoft Community, We have recently found that Anti-malware policy doesn't block files that are set to be blocked by the policy. For example, when we send an *.ics file with a cmd/exe/js...
Andres-Bohren
Jan 29, 2025Iron Contributor
Hi mikhailf
So i guess, you have blocked it via the MalwareFilterPolicy
Get-MalwareFilterPolicy -Identity Default | select -ExpandProperty FileTypes
Did you try the "BlockExecutableAttachment" Transport Rule?
Kind Regards
Andres