Last updated
Last updated
Scheduled Tasks can save credentials so that they can run under the context of a user without them having to be logged on. If we have local admin privileges on a machine, we can decrypt them in much the same way. The blobs are saved under C:\Windows\System32\config\systemprofile\AppData\Local\Microsoft\Credentials\
.
dpapi::cred
can tell us the GUID of the master key used to encrypt each one.
sekurlsa::dpapi
to dump cached keys.
And then decrypt.