Skip to content

Create Custom.Windows.ADCS.CertificateAuthority.EDB.yaml - #1275

Open
sec-pc wants to merge 4 commits into
Velocidex:masterfrom
sec-pc:master
Open

Create Custom.Windows.ADCS.CertificateAuthority.EDB.yaml#1275
sec-pc wants to merge 4 commits into
Velocidex:masterfrom
sec-pc:master

Conversation

@sec-pc

@sec-pc sec-pc commented Jun 12, 2026

Copy link
Copy Markdown

Parses the Active Directory Certificate Services (ADCS) ESE database directly from disk. Reads the CA database at C:\Windows\System32\CertLog\*.edb using the ntfs accessor to handle the file lock while CertSvc is running. Returns all certificate requests with key forensic fields including disposition (issued/revoked/failed/pending), requester and caller identity, subject DN, template, timestamps, and serial number. Joins the Requests, Certificates, and RequestAttributes tables on RequestID to produce a single complete row per certificate.

sec-pc added 4 commits June 12, 2026 18:05
Parses the Active Directory Certificate Services (ADCS) ESE database directly from disk.
Reads the CA database at C:\Windows\System32\CertLog\*.edb using the ntfs accessor to handle the file lock while CertSvc is running.
Returns all certificate requests with key forensic fields including disposition (issued/revoked/failed/pending), requester and caller
identity, subject DN, template, timestamps, and serial number.
Joins the Requests, Certificates, and RequestAttributes tables on
RequestID to produce a single complete row per certificate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant