Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is Windows 10 still blocking me from running malware? #442

Open
jcrosby10 opened this issue Mar 10, 2023 · 4 comments
Open

Why is Windows 10 still blocking me from running malware? #442

jcrosby10 opened this issue Mar 10, 2023 · 4 comments
Labels
❔ discussion Further discussion is needed

Comments

@jcrosby10
Copy link

I am analyzing some malware on Windows 10. I installed FLARE VM, disabled tamper protection and disabled the virus scanner in the registry. However when I attempt to run a malware, Windows is still preventing me from running it. What am I missing to get this to work?

I disabled it by adding DisableAntiSpyware to HKLM/Software/Policies/Microsoft/Windows Defender and setting it to 1.

Untitled

@mr-tz
Copy link
Contributor

mr-tz commented Mar 17, 2023

Unfortunately for us, this is hard to properly disable in newer Windows versions. We share our current best experience in the installation section https://github.com/mandiant/flare-vm#installation. However, this may take several attempts and reboots (it's good to test with the EICAR test virus). I've had the best results with the GPO modifications.

@Ana06 Ana06 added the ❔ discussion Further discussion is needed label Apr 28, 2023
@keks411
Copy link

keks411 commented Jun 4, 2023

What worked for me several times is the following workflow:

  1. Install Windows up to 21H2 (anything newer will result in malware still getting blocked, tried with mimikatz)
  2. Run the script "Privacy over security > Disable Windows Defender" from https://privacy.sexy
  3. Reboot and then upgrade to 22H2
  4. Disable updates
  5. Install flare

@chupocro
Copy link

chupocro commented Jun 9, 2023

Defender Control by Sordum Team can disable the Defender even on latest Windows 10 22H2. But the problem is #461

@R3P41RM4N
Copy link

R3P41RM4N commented Aug 20, 2023

The following walks you through disabling defender permanently for Windows 10.

Quick Steps:

Open Regedit (as user) -->go to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender

Right click and add a DWORD (32 bit) Value - name it "DisableAntiSpyware"

Right click new entry select modify; change hexidecimal from 0 to 1. Close regedit

Defender is permanently disabled.

Video Walkthrough below; Found on YouTube. This is not my video and all credit goes to the author. I have successfully integrated this process into the Windows 10 ISO provided by this repo

https://www.youtube.com/watch?v=KhzSBwhqX_w&t=85s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❔ discussion Further discussion is needed
Projects
None yet
Development

No branches or pull requests

6 participants