Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
uefi_bootkit_softlanding — First public analysis of SoftLanding UEFI bootkit: Ring -2 implant, CVE-2025-7029, 240+ Gigabyte boards, GPU AI evasion, dual C2. YARA + Sigma + Suricata included. | Kitploit
उपकरण/GitHubGitHub/ares-sys/uefi_bootkit_softlanding
Defensive ToolsIndicator of Compromise (IOC) ManagementMalware AnalysisDigital ForensicsThreat IntelligenceIntrusion DetectionIncident ResponseFirmware Analysis

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
GitHub
ares-sys/uefi_bootkit_softlanding

uefi_bootkit_softlanding

First public analysis of SoftLanding UEFI bootkit: Ring -2 implant, CVE-2025-7029, 240+ Gigabyte boards, GPU AI evasion, dual C2. YARA + Sigma + Suricata included.

रिपॉजिटरी देखें
81 महीना पहलेअभी तक समीक्षित नहीं
साझा करें
अनुरोधित भाषा में सामग्री उपलब्ध नहीं है। अंग्रेज़ी संस्करण दिखाया जा रहा है।

SOFTLANDING UEFI BOOTKIT — ARES-2026-0001

Classification TLP Affected

The first public documentation of the SoftLanding UEFI DXE bootkit — a multi-agent, cross-platform firmware implant that persists in SPI flash (Ring -2), deploys kernel and userland agents, and survives OS reinstallation and BIOS updates.


⚡ QUICK CHECK — ARE YOU INFECTED?

root@kitploit:~
# Linux (or Live USB for Win/Mac)
sudo efibootmgr | grep -i "VenHw"
sudo find /boot/efi -name "mach_kernel"
sudo find /boot/efi -name "SystemVersion.plist"

# Check for C2 traffic
ss -tunap | grep -E "4145|5678|1080"

ANY output = investigate immediately. Reinstalling your OS will not help.
The implant survives disk formatting, OS reinstallation, and BIOS updates.


🔴 WHAT THIS IS

This is a UEFI DXE firmware bootkit installed in the SPI flash chip on your motherboard — a physical hardware component. It executes at Ring -2 BEFORE any operating system loads, making it invisible to:

  • All antivirus and EDR software
  • OS-level security tools (firewalls, ACLs, iptables)
  • Secure Boot and BitLocker
  • Disk formatting and OS reinstallation

It survives: Disk formatting | OS reinstall | BIOS Q-Flash | AV scans | Apple diagnostics

It does NOT survive: Physical SPI flash reprogramming (CH341A)

+## ✅ WHAT TO DO + +If you are NOT infected: +1. Update your BIOS to the latest firmware — patches CVE-2025-7029 +2. Enable Secure Boot + +If you ARE infected: +→ Go to REMEDIATION/CH341A_flash_guide.md

  • BIOS updates and OS reinstall will NOT help.

📦 REPOSITORY CONTENTS

root@kitploit:~
├── ADVISORY_SoftLanding_TECHNICAL.md  ← Full technical advisory
├── README.md                          ← YOU ARE HERE
├── DETECTION/
│   ├── yara_rules.yar                 ← Firmware/disk/memory rules
│   ├── snort_suricata.rules           ← Network IDS/IPS rules
│   └── sigma_rules.yml                ← SIEM detection rules
├── REMEDIATION/
│   └── CH341A_flash_guide.md          ← Step-by-step SPI flash recovery
└── LICENSE

🔑 KEY FINDINGS


🔬 ADDITIONAL RESEARCH

Additional findings discovered during this research are under responsible disclosure. Full advisories will be published after coordinated disclosure windows complete.


🤝 I WANT TO HELP

If you found this useful:

  • Star this repo
  • Share it with your network

If you found this bootkit on your system:

  1. DO NOT reinstall your OS — it won't help
  2. Read REMEDIATION/CH341A_flash_guide.md
  3. Send your firmware dump to help research
  4. Report to abuse.ch / AlienVault OTX with tag ARES-2026-0001

"Trust nothing. Verify everything. The enemy is not in your OS. It is in your firmware." — ares-sys, July 2026

टूल डाउनलोड करें
FieldDetail
First seenJuly 2026
Infection vectorSEO-poisoned installers + social engineering
Firmware exploitCVE-2025-7029 — Gigabyte OverClockSmiHandler SMM corruption
DXE driver GUID99E275E7-75A0-4B37-A2E6-C5385E6C00CB
Affected hardware240+ Gigabyte motherboard models (Binarly BRLY-2025-009)
Models affectedAll boards with OverClockSmiHandler SMI handler
Persistence levelRing -2 (SPI flash, DXE phase)
Cross-platformWindows, Linux, macOS (DXE driver is OS-agnostic)
Multi-agentFirmware implant → kernel agent → userland agent
Dual C2Memory exfiltration channel + operational control
AI/ML evasionGPU-accelerated code obfuscation