Forum Discussion

ramal's avatar
ramal
Copper Contributor
Jul 28, 2022
Solved

EICAR file is not blocked by Defender for Endpoint

I have enrolled some Mac Devices and deployed Defender for Endpoint via Intune 

Defender for Endpoint is properly configured, but when i download the EICAR file it doesn't automatically get blocked / I didn't even receive an alert 

 

Platform : MacOS Version 12.4 (21F79)

 

 

 

 

7 Replies

  • Tiennes's avatar
    Tiennes
    Brass Contributor
    Hi ramalabey,

    For Microsoft Defender for Endpoint to work properly on a macOS device, you need to make sure that MDE has the proper permissions to the file system on a macOS. Please check in the settings of your macOS, please check this article: https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/mac-install-manually?view=o365-worldwide.
  • Hi ramal,

    In MEM (Intune) I'm assuming that you followed these instructions:
    https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/mac-preferences?view=o365-worldwide#intune-full-profile

    There is a section, that showcases, how to allow a treat, in case if it's a False Positive (FP).

    <key>allowedThreats</key>
    <array>
    <string>EICAR-Test-File (not a virus)</string>
    </array>

    Needs to be changed to:

    <key>allowedThreats</key>
    <array>
    <string></string>
    </array>

    Thanks,
    Yong Rhee - MSFT

    • ramal's avatar
      ramal
      Copper Contributor

      Hi yongrheemsft

       

      As advised i have modified the xml file as profile deployed, but it still isn't getting blocked / detected 

      Please refer below screenshot

       

       

       

       

Resources