Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_hack_adcspwn.yml
T

24 lines
684 B
YAML
Raw Normal View History

2021-07-31 10:18:21 +02:00
title: ADCSPwn Hack Tool
id: cd8c163e-a19b-402e-bdd5-419ff5859f12
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
2022-03-07 12:39:51 +01:00
status: test
2021-07-31 10:18:21 +02:00
author: Florian Roth
references:
- https://github.com/bats3c/ADCSPwn
date: 2021/07/31
tags:
- attack.credential_access
- attack.t1557.001
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains|all:
- ' --adcs '
- ' --port '
condition: selection
falsepositives:
2022-03-16 14:16:10 +01:00
- Unlikely
2021-07-31 10:18:21 +02:00
level: critical