-
Notifications
You must be signed in to change notification settings - Fork 161
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
"Check Real Time protection is enabled" error #4
Comments
No you didnt misunderstand. The fact that you generated the AV alert when you passed it "AMSIScanbuffer" proves that real time protection is on - which it needs to be. What it doesnt help with is why AMSITrigger thinks that real time protection is switched off, because its effectively doing exactly that. Do you have any exceptions in place maybe for that d:\ drive ? |
Yes I did add Exclusion path, else the Invoke-Mimikatz would automatically be removed by Defender when I run AMSITrigger
![image](https://user-images.githubusercontent.com/23732360/98142089-561bf300-1f02-11eb-866d-1c0fdd62eb0b.png)
|
Sure - my question was more about is there an exclusion for the folder where the AMSITrigger assembly is, rather than the target. |
could you try copying invoke-mimikatz.ps1 to another (non-excluded) folder with a different name, eg. invoke-mimi.ps1 and then try AMSITrigger on that file. |
No exclusions in my home folder, renamed, showed something slightly diff this round |
which version of AMSITrigger you running - just so we have like-for-like |
I was running the build v2 x86 for prior examples. I just figured out what triggers the Check realtime protection message. |
yeah - I understand that 2nd case as defender is quite-rightly removing the malicious file before AMSITrigger tries to open it. |
Could you look at the properties of this file: |
It might be worth matching up your version with this line. Just change the |
Let me know how that goes. |
so change to powershell.exe_10.0.19041.546 |
Got it, will revert when I managed to compile. Didn't realise the VS I was using was Professional and the trial period expired - getting the Community version installer now |
Just put the |
Pretty sure that's been tried S3curTh1sSh1t but happy to try anything at this point.. |
So I guess the fix is to whitelist the folder that AMSITrigger is running from Thank you RythmStick (for spending time to diagnose) & S3cur3Th1sSh1t for the suggestion |
Instead you could also "obfuscate" Amsitrigger by changing the namespace and class names before compilation but the exclusion is the easiest way so far. 🚀 |
Just glad it's working 😊 thanks S3cur3Th1sSh1t |
Even if this issue is considered closed, I'd like to add something for Win 10/11 22H2 builds and the according Defender versions: |
Any idea which version of Windows this tool can still work with? |
Hi, I tried the release binary, and downloading the sourcecode to compile and run it
I tested with a Powershell script, but I can only see the "[+] Check Real Time protection is enabled" error, while my Windows Defender protection is all turned on.
I tried --inputfile and -u, but still same error, for the v2 release binary, and v3 selfcompile
Is there a way for me to diagnose further what could be the issue? Thanks!
The text was updated successfully, but these errors were encountered: