
보이지 않는 Windows 계정을 관리자 권한으로 생성하며, 직접 SAM 조작 및 RID 하이재킹을 통해 표준 사용자 관리 API 및 이벤트 로깅을 우회하여 은밀한 지속성을 확보합니다.

당신만 알게 될 Windows 계정을 생성하는 간단한 프로그램입니다 :)
net user 또는 Windows OS 사용자 관리 애플리케이션(예: netapi32::netuseradd) 없이 보이지 않는 로컬 계정 생성관리자 권한으로 보이지 않는 머신 계정을 생성하며, 그 생성을 보고하는 성가신 Windows 이벤트 로거를 호출하지 않습니다!
Black Hat USA 2022: Suborner: 보이지 않는 지속성을 위한 Windows 뇌물에서 공개
@inproceedings{10.1145/3689934.3690839,
author = {Castro, Sebasti\'{a}n R. and C\'{a}rdenas, Alvaro A.},
title = {Ghost in the SAM: Stealthy, Robust, and Privileged Persistence through Invisible Accounts},
year = {2024},
isbn = {9798400712302},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3689934.3690839},
doi = {10.1145/3689934.3690839},
pages = {59–72},
numpages = {14},
}
git clone https://github.com/r4wd3r/Suborner/최신 릴리스를 다운로드하고 해킹하세요!
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
88
.d88888b. S U B O R N E R
d88P 88"88b
Y88b.88 The Invisible Account Forger
"Y88888b. by @r4wd3r
88"88b v1.0.1
Y88b 88.88P
"Y88888P" https://r4wsec.com
88
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Description:
A stealthy tool to create invisible accounts on Windows systems.
Parameters:
USERNAME: Username for the new suborner account. Default = <HOSTNAME>$
Syntax: /username:[string]
PASSWORD: Password for the new suborner account. Default = Password.1
Syntax: /password:[string]
RID: RID for the new suborner account. Default = Next RID available
Syntax: /rid:[decimal int]
RIDHIJACK: RID of the account to impersonate. Default = 500 (Administrator)
Syntax: /ridhijack:[decimal int]
TEMPLATE: RID of the account to use as template for the new account creation. Default = 500 (Administrator)
Syntax: /template:[decimal int]
MACHINEACCOUNT: Forge as machine account for extra stealthiness. Default = yes
Syntax: /machineaccount:[yes/no]
DEBUG: Enable debug mode for verbose logging. Default = disabled
Syntax: /debug
이 공격은 다음 분들의 훌륭한 연구가 없었다면 불가능했을 것입니다:
해킹 행성을 매수하라!