RODC Golden tickets
Theory
With administrative access to an RODC, it is possible to dump all the cached credentials, including those of thekrbtgt_XXXXX account. The hash can be used to forge a "RODC golden ticket" for any account in the msDS-RevealOnDemandGroup and not in the msDS-NeverRevealGroup attributes of the RODC. This ticket can be presented to the RODC or any accessible standard writable Domain Controller to request a Service Ticket (ST).
When presenting a RODC golden ticket to a writable (i.e. standard) Domain Controller, it is not worth crafting the PAC because it will be recalculated by the writable Domain Controller when issuing a service ticket (ST).
Practice
Impacket's ticketer.py can forge RODC golden tickets with the -rodcNo flag, but this ships in an open pull request (#2169) that is not merged yet, so it must be run from that branch.
The secret ingredient for making an RODC golden ticket viable is including the correct key version number in the kvno field of the ticket.
(By Elad Shamir on specterops.io)