Bypassing Defender with Exclusion List

Objective

Add your malware to Defender's exclusion list. So it wont be scanned in the feature.

Requirements

This action requires administrator privileges. And also you should be able to use powershell.

Idea

Infiltrate into computer physically and/or send a dropper which is able to elavate its privileges then drop the real malware.

Scenario / Action

  • Send a dropper via spear pishing.

  • Elevate privileges via UAC bypass or other exploits.

  • Create a folder in the victims computer.

  • Add created folder into Windows Defender's exclusion list.

  • Drop real malware into created folder.

  • Execute the malware.

Powershell Command

 Add-MpPreference -ExclusionPath "Path of folder or file"
Windows Defenders Exclusion List

References

Last updated

Was this helpful?