30 lines
858 B
YAML
30 lines
858 B
YAML
title: ADCSPwn Hack Tool
|
|
author: Florian Roth
|
|
date: 2021/07/31
|
|
description: Detects command line parameters used by ADCSPwn, a tool to escalate privileges
|
|
in an active directory network by coercing authenticate from machine accounts
|
|
and relaying to the certificate service
|
|
detection:
|
|
SELECTION_1:
|
|
EventID: 1
|
|
SELECTION_2:
|
|
CommandLine: '* --adcs *'
|
|
SELECTION_3:
|
|
CommandLine: '* --port *'
|
|
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3)
|
|
falsepositives:
|
|
- unlikely
|
|
id: cd8c163e-a19b-402e-bdd5-419ff5859f12
|
|
level: critical
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
references:
|
|
- https://github.com/bats3c/ADCSPwn
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1557.001
|
|
yml_filename: win_hack_adcspwn.yml
|
|
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/process_creation
|
|
|