Source: Cyber Security News
Author: Guru Baran
URL: https://cybersecuritynews.com/edr-freeze-tool/
ONE SENTENCE SUMMARY:
EDR-Freeze is a tool that suspends EDR and antivirus processes using Windows functions, enabling stealthy system compromise.
MAIN POINTS:
- EDR-Freeze places EDR and antivirus in a suspended state using Windows functions.
- Avoids using vulnerable drivers, reducing detection risk.
- Utilizes MiniDumpWriteDump to suspend process threads indefinitely.
- Bypasses Protected Process Light via WerFaultSecure.exe’s high privilege.
- Initiates a race-condition attack to prolong process suspension.
- Requires only Process ID and suspension duration as parameters.
- Allows attacker actions without permanent disabling of security software.
- Tested successfully on Windows Defender’s MsMpEng.exe process.
- Demonstration released to showcase the technique.
- Detection requires monitoring unusual WerFaultSecure.exe activity on sensitive PIDs.
TAKEAWAYS:
- EDR-Freeze exploits legitimate Windows components for stealthy attacks.
- Reduces dependency on vulnerable drivers for disabling security.
- Security tools must monitor specific executions for potential threats.
- Demonstrates sophisticated manipulation of Windows functions.
- Highlights the need for vigilance against advanced attack techniques.