Cryptonite icon indicating copy to clipboard operation
Cryptonite copied to clipboard

Disable Windows Defender Script needed!

Open CYBERDEVILZ opened this issue 4 years ago • 15 comments

The ransomware is all built and running smooth. The final obstacle between Cryptonite and total destruction is the native Antivirus of Windows. Yeah, the windows defender. I am looking for a script that either disables the windows defender completely or adds an exclusion to a path so that I can safely execute the Ransomware from that folder. Anybody willing to contribute are absolutely welcome !

CYBERDEVILZ avatar Aug 09 '21 11:08 CYBERDEVILZ

I already have a script but unfortunately, in certain Windows version, it gets detected.

CYBERDEVILZ avatar Aug 09 '21 11:08 CYBERDEVILZ

could run a vm and find different versions of the script to disable defender on different versions of windows and check winver before doing any sketch shit to find which script to run.

Lasagne123 avatar Oct 14 '21 10:10 Lasagne123

https://github.com/leonv024/RAASNet

This guy code is able to bypass any antivirus detection. Maybe have a look at it?

chicabenjamin82 avatar Jan 01 '22 07:01 chicabenjamin82

I have already taken a look at it. The thing is, ransomwares has to be executable files and not python scripts. Even in my case, Cryptonite.py can run without getting detected by Windows Defender, or other antivirus programs. But the moment we convert Cryptonite into an exe file, it gets detected. Hence, to battle this problem we need a script that can either disable windows defender completely or a script that can execute our exe file without letting windows defender catch it. Anyways, thanks :)

CYBERDEVILZ avatar Jan 01 '22 08:01 CYBERDEVILZ

Same observation. Python scripts generally avoid detection, but executables get caught.

P0intMaN avatar Jan 01 '22 08:01 P0intMaN

https://github.com/swagkarna/Defeat-Defender-V1.2

@CYBERDEVILZ @P0intMaN how about this? the script will completely disable windefend Services. Once it has disabled then we can get Cryptonite exe to run

chicabenjamin82 avatar Jan 01 '22 13:01 chicabenjamin82

Swagkarna! This guy is awesome. He creates awesome programs related to hacking. Unfortunately, this script is not FUD anymore. I tried it myself a couple of days back.

CYBERDEVILZ avatar Jan 01 '22 17:01 CYBERDEVILZ

I guess Microsoft caught up to it? That's not good.

Are we able to run Cryptonite as a script?

chicabenjamin82 avatar Jan 02 '22 05:01 chicabenjamin82

Yes, we can run it as a script. Just fill in the necessary information inside Cryptonite.py like NGROK URL, BTC_AMOUNT etc and you are good to go.

CYBERDEVILZ avatar Jan 03 '22 05:01 CYBERDEVILZ

@CYBERDEVILZ @P0intMaN have you read this article? https://www.bleepingcomputer.com/news/security/stealthy-blister-malware-slips-in-unnoticed-on-windows-systems/

Maybe can get some insight from it.

TLDR: Blister uses valid code-signing certificates to disguise its code as secure .exe. Possibly bypasses smartscreen and google alerts.

chicabenjamin82 avatar Jan 09 '22 18:01 chicabenjamin82

Ah, the certificates! I've been researching about this for a while. Could be a viable solution but an expensive one ( checkout this stackoverflow query ) @chicabenjamin82 do you happen to know any site from where one can download certificates (more specifically, leaked certificates)?

P0intMaN avatar Jan 10 '22 03:01 P0intMaN

Yes, the certificate signing is an expensive process. You gotta either steal it (illegal) or obtain a valid one from a company.

CYBERDEVILZ avatar Jan 10 '22 05:01 CYBERDEVILZ

@P0intMaN I have some idea where to look for ones. Let me search and let you guys know

chicabenjamin82 avatar Jan 10 '22 06:01 chicabenjamin82

https://github.com/swagkarna/Defeat-Defender-V1.2

@CYBERDEVILZ @P0intMaN how about this? the script will completely disable windefend Services. Once it has disabled then we can get Cryptonite exe to run

Don't worry Defeat-Dedendor-V3 in python will be released soon

swagkarna avatar Jan 28 '22 18:01 swagkarna

https://github.com/swagkarna/Defeat-Defender-V1.2 @CYBERDEVILZ @P0intMaN how about this? the script will completely disable windefend Services. Once it has disabled then we can get Cryptonite exe to run

Don't worry Defeat-Dedendor-V3 in python will be released soon

Nice... Cheers, Meep.

meepmaster360 avatar May 11 '22 19:05 meepmaster360