rubeus_describe
Parse and display detailed information about Kerberos tickets. Decrypt ticket contents with the appropriate key for analysis.
Instructions
Parse and display detailed information about a Kerberos ticket.
Can decrypt ticket contents if the appropriate key is provided. Useful for analyzing captured tickets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticket | Yes | Base64 encoded ticket or path to .kirbi file | |
| servicekey | No | Service key for decryption | |
| krbkey | No | Kerberos key for decryption | |
| asrepkey | No | AS-REP key for decryption | |
| serviceuser | No | Service user context | |
| servicedomain | No | Service domain context |