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