https://github.com/brosck/frosty
γπ§γRing 3 Rootkit for Windows 10
https://github.com/brosck/frosty
dll frosty malware ring3 rootkit service windows
Last synced: 4 months ago
JSON representation
γπ§γRing 3 Rootkit for Windows 10
- Host: GitHub
- URL: https://github.com/brosck/frosty
- Owner: brosck
- License: gpl-3.0
- Created: 2023-10-13T21:52:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T01:53:32.000Z (over 1 year ago)
- Last Synced: 2025-04-02T11:53:48.920Z (11 months ago)
- Topics: dll, frosty, malware, ring3, rootkit, service, windows
- Language: C
- Homepage:
- Size: 425 KB
- Stars: 59
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
γπ§γ About Frosty

Frosty is a sophisticated rootkit malware developed specifically for Windows operating systems, with an emphasis on its compatibility and effectiveness with Windows 10.
A notable feature of Frosty is its use of Microsoft's Detours library. This strategic choice allows the malware to engage the Windows Native API (NTAPI), the application programming interfaces essential to the operating system's functions. Manipulating NTAPI allows Frosty to bypass conventional security measures and avoid detection by traditional methods.
## Features
* Hide Processes
* Hide Services
* Hide Directory
* AMSI Bypass
## Install
### Requirements
* Operating System: Windows 10.
* Software: Microsoft Visual Studio 2022.
* Tools, Compilers: MSVC v143 Build Tools, C++ Build Insights, MSBuild.exe.
### Commands
```
git clone https://github.com/brosck/Frosty.git
cd Frosty
notepad config.h # customize the macros
.\builder.ps1 (x64 or x86)
ls build/
```
Execute the `build/Deployer.exe` file to automatically deploy the rootkit to the machine and execute `build/Uninstall.exe` on the machine to uninstall the Frosty rootkit.
## PoC Video
[](https://www.youtube.com/watch?v=Ji12eh6LR78)
## Note
The Frosty rootkit is in its early development phase, so we are in beta. We welcome feedback on the rootkit so we can improve it.
This is one of my ambitious projects, as much as it is a ring 3 rootkit, it was a project in which I learned more internally about the Windows operating system. So if you find any bugs, please report them in `issues` so we can reach a final point and fix them.
## Changelog (v0.2b)
* Added suffix that allow user to customize their settings.
* New macro in `config.h` called `RK_SERVICE_DESCRIPTION` used to set the service description (if you want to change it).
* Hook the `AmsiScanBuffer` function from `amsi.dll` for evasion.
## Buy me a coffee?