Describe Ticket (Invoke-RubeusDescribe)

Description

Parses and describes the contents of a Kerberos ticket.

Overview

Parses and displays detailed information about a base64-encoded Kerberos ticket, including the client, server, encryption type, flags, timestamps, and PAC data. Can optionally decrypt the ticket if the appropriate key is provided.

Arguments

Parameter Type Description
Ticket string The base64-encoded ticket to describe.
ServiceKey string The service key to decrypt the ticket.
KrbKey string The krbtgt key to decrypt the PAC.

Additional Parameters

  • AsRepKey: Key to decrypt AS-REP encrypted part.

Dependencies

  • AD

Operating Systems

  • Windows
Scroll to Top