Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
RvbbitSafe — A next-generation multi-echelon anti-ransomware fortress for Windows, combining hypervisor, eBPF, AI deception, and hardware-enforced security. | Kitploit
Tools/GitHubGitHub/buter-chkalova/rvbbitsafe
Defensive ToolsData RecoveryThreat IntelligenceMachine LearningLearning & Education
GitHubbuter-chkalova/rvbbitsafe

RvbbitSafe

A next-generation multi-echelon anti-ransomware fortress for Windows, combining hypervisor, eBPF, AI deception, and hardware-enforced security.

View Repository
84 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

RvbbitSafe: The Hacker's Nightmare – A Six-Fortress Anti-Ransomware Architecture for Windows

License: MIT Platform: Windows 11 Status: Alpha

🛡️ Overview

RvbbitSafe is a research prototype demonstrating a paradigm shift in ransomware defense. It's an active, multi-layered fortress that combines hardware virtualization, AI-driven deception, low-level data recovery, decentralized threat intelligence, and a Neuro-Symbolic AI engine to make successful ransomware attacks economically and technically unviable.

This project is the result of integrating cutting-edge academic research into a single, practical framework, designed to be a hacker's worst nightmare and a blueprint for the next generation of cybersecurity.

✨ Six Fortresses of Innovation

FortressCore InnovationTechnical Implementation
1. Pre-Execution FortressHypervisor-Based Process IsolationA lightweight hypervisor (src/hypervisor/) intercepts process creation and driver loading, verifying signatures and blocking BYOVD attacks before the OS kernel executes them.
2. Runtime Deception FortressLLM-Powered Dynamic Deception MeshA local DeBERTa model (src/user/llm_deception_engine/) generates convincing honeyfiles. An eBPF driver (src/kernel/rvbbit_ebpf_driver.c) redirects ransomware I/O to these traps.
3. Post-Breach Resilience FortressSSD Semantic Recovery (SrFTL)A kernel driver (src/kernel/rvbbit_ssd_recovery.c) bypasses the file system to directly query the SSD's FTL, instantly recovering "deleted" files from unerased physical blocks.
4. Threat Intelligence MeshBlockchain-Federated Learning (BFL)RvbbitSafe nodes participate in a decentralized network (src/user/blockchain_comm/) to collaboratively train a threat detection model without sharing private data.
5. Anti-Tampering FortressHardware-Enforced Security (VBS Enclaves)Core logic runs inside a Windows VBS Enclave (src/user/service/), protected by Intel CET/AMD Shadow Stack. It is immune to attacks from a compromised OS kernel.
6. Proactive Neuro-Symbolic AnalyticsExplainable & Predictive AI DefenseThis fortress combines a neural anomaly detector with a symbolic rules engine (src/user/neuro_symbolic_engine/). It can detect zero-day threats and explain its reasoning, a critical feature for security analysts.

🚀 Build & Deployment (Research Environment)

Prerequisites:

  • OS: Windows 11 Build 26100.2314+ (with VBS/HVCI enabled).
  • CPU: Intel 11th Gen+ (for CET) / AMD Zen 3+ (for Shadow Stack).
  • Software: Visual Studio 2022, Windows Driver Kit (WDK), eBPF-for-Windows SDK, ONNX Runtime.

Build: Run scripts/build_all.bat from a Developer Command Prompt for VS 2022.

Deploy: Run scripts/deploy_full.ps1 as Administrator.

⚠️ WARNING: This is an alpha research prototype. It includes kernel drivers and a hypervisor. Use only on a dedicated virtual machine or test hardware.

🧪 Alpha Testing

We welcome community testing! See TESTING.md for instructions on how to safely evaluate RvbbitSafe.

📚 Full Technical Whitepaper

For a complete architectural deep dive, see the Technical Whitepaper.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer: This project is for educational and research purposes only.

Download Tool