Resource-Based
Last updated
Was this helpful?
Last updated
Was this helpful?
The trust is configured on the servive that receives delegated credentials (msDS-AllowsToActOnBehalfOfOtherIdentity
), in this case, sql01
instead of web01
(Figure 1). We configure sql01
to trust web01
which means that the latter will be able to access the former on behalf of anyone; web01
has GenericAll
over sql01
.
A domain account with WRITE
access to the target SPN account for setting the msDS-AllowedToActOnBehalfOfOtherIdentity
attribute to it.
Permission to create a SPN account (MachineAccountQuota
).
Create a fake computer.
Set msDS-AllowedToActOnBehalfOfOtherIdentity
property of the target.
Request impersonated Service Tickets (S4U
) for the target computer.
We need the value of the password md4-encrypted for Rubeus.
Although the ticket is generated, it does not work locally. Copy paste the b64 encoded block locally, decode it, convert it, and then use it.
For an example of the above process check .