Files
hayabusa/rules/sigma/windows/process_creation/win_hack_adcspwn.yml
2021-11-22 08:45:44 +09:00

28 lines
711 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