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.

查看仓库
61个月前尚未审核
内容在请求的语言中不可用。显示英文版本。

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