The cross-forest trust from the target domain to the source domain has a weak SID filtering configuration (SpoofSIDHistoryBlocked = False).
sid::patch
followed by sid::add
, but sid::patch
does not work on Windows Server 2016 and later. It is possible to modify the SID History attribute using the DSInternals command Add-ADDBSidHistory
, but this requires stopping and restarting the NTDS service, which is not recommended in a production environment.
The second and third options are safer. The following example demonstrates the second option.
ticketer.py
command saves the Golden Ticket as a .ccache
file. To use it with tools supporting Kerberos authentication, set the KRB5CCNAME
environment variable: