Skip to content
Auto-Generated Documentation

This set of documentation is automatically generated from source, and will help ensure any change to functionality will always be documented and available on release.

CodeSignature

These fields contain information about binary code signatures.

Field Type Description Required Default
digest_algorithm Enum The hashing algorithm used to sign the process.
Values:
"md5", "sha1", "sha256", "sha384", "sha512"
Optional None
exists Boolean Boolean to capture if a signature is present. Optional None
signing_id Keyword The identifier used to sign the process. Optional None
status Keyword Additional information about the certificate status. Optional None
subject_name Keyword Subject name of the code signer. Optional None
team_id Keyword The team identifier used to sign the process. Optional None
timestamp Date Date and time when the code signature was generated and signed. Optional None
trusted Boolean Stores the trust status of the certificate chain. Optional None
valid Boolean Boolean to capture if the digital signature is verified against the binary content. Optional None