You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConsoleConfig.DisplayHeader("Executing Anti Virtualization Tricks");
107
107
ConsoleConfig.DisplayResult("Checking For Triage: ",AntiVirtualization.TriageCheck(),"Checks if Triage is present through disk.");
108
108
ConsoleConfig.DisplayResult("Checking For Qemu: ",AntiVirtualization.CheckForQemu(),"Checks if running under Qemu.");
109
+
ConsoleConfig.DisplayResult("Checking For Parallels: ",AntiVirtualization.CheckForParallels(),"Checks if running under Parallels.");
109
110
ConsoleConfig.DisplayResult("Checking For Sandboxie Module in Current Process: ",AntiVirtualization.IsSandboxiePresent(),"Checks if Sandboxie is present.");
110
111
ConsoleConfig.DisplayResult("Checking For Comodo Sandbox Module in Current Process: ",AntiVirtualization.IsComodoSandboxPresent(),"Checks if Comodo Sandbox is present.");
111
112
ConsoleConfig.DisplayResult("Checking For Cuckoo Sandbox Module in Current Process: ",AntiVirtualization.IsCuckooSandboxPresent(),"Checks if Cuckoo Sandbox is present.");
ConsoleConfig.DisplayHeader("Executing Anti DLL Injection Tricks");
131
132
ConsoleConfig.DisplayResult("Patching LoadLibraryA To Prevent DLL Injection..... ",AntiDllInjection.PatchLoadLibraryA(),"Patches LoadLibraryA to prevent DLL injection.");
132
133
ConsoleConfig.DisplayResult("Patching LoadLibraryW To Prevent DLL Injection..... ",AntiDllInjection.PatchLoadLibraryW(),"Patches LoadLibraryW to prevent DLL injection.");
133
-
ConsoleConfig.DisplayResult("Taking Advantage of Binary Image Signature Mitigation Policy to Prevent Non-Microsoft Binaries From Being Injected..... ",AntiDllInjection.BinaryImageSignatureMitigationAntiDllInjection(),"Enforces binary image signature mitigation policy.");
134
+
ConsoleConfig.DisplayResult("Taking Advantage of Binary Image Signature Mitigation Policy to Prevent Non-Microsoft Binaries From Being Injected..... ",AntiDllInjection.SetDllLoadPolicy(),"Enforces binary image signature mitigation policy.");
134
135
ConsoleConfig.DisplayResult("Checking if any injected libraries are present (simple DLL path whitelist check): ",AntiDllInjection.IsInjectedLibrary(),"Checks for injected libraries.");
0 commit comments