Skip to content

ZeroMemoryEx/Chaos-Rootkit

Repository files navigation

Chaos-Rootkit

Image Description

  • Chaos-Rootkit is an x64 Ring 0 rootkit with capabilities for process hiding, privilege escalation, protecting and unprotecting processes, and restricting access to files except for whitelisted processes. It can bypass file integrity checks and protect it against anti-malware, and swap the driver in memory and on disk with a signed Microsoft driver, working seamlessly on the latest Windows versions

  • Gui version

image

Buy Me A Coffee

Features

  • Hide process: This feature allows you to hide processes from listing tools via DKOM.

  • Elevate specific process privileges : This feature enables you to elevate specific processes privilege .

  • Swap the driver on disk and in memory with a Microsoft driver: All credit for this implementation goes to IDontCode for his exceptional work, I've also handled the unload and shutdown routines for this feature so that the rootkits driver doesn’t get corrupted or crash at some point.

  • Restrict file access for user-mode applications except for the provided process ID

  • Spawn elevated process: launch command prompt with elevated privileges .

  • Bypass the file integrity check and protect it against anti-malware : this work by redirecting file operations to a legitimate file, making our file appear authentic and signed with a valid certificate also if an anti-malware attempting to scan it, the rootkit will immediately kill the anti-malware process.

  • Unprotect all processes

  • Protect a specific process with any given protection level (WinSystem, WinTcb, Windows, Authenticode, Lsa, Antimalware) .