Request TGT with FAST (Invoke-RubeusAsktgtfast)

Description

Requests a Kerberos TGT using FAST (Flexible Authentication Secure Tunneling) armoring.

Overview

Requests a Kerberos TGT using FAST (Flexible Authentication Secure Tunneling) armoring. FAST provides an additional layer of protection for Kerberos pre-authentication exchanges by encapsulating them within a secure tunnel.

Arguments

Parameter Type Description
User string The username to request the TGT for.
Armor string The base64-encoded armor TGT.
ArmorKey string The session key from the armor TGT.
Domain string The target domain.
DC string The domain controller to target.
AES256 string The AES256 key for authentication.
Ptt switch Pass the ticket into the current session.

Additional Parameters

  • RC4: RC4/NTLM hash for authentication.
  • AES128: AES128 key for authentication.

Dependencies

  • AD

Operating Systems

  • Windows
Scroll to Top