signature

File (executable, bundle, installer, disk) code signing status.

Platform support

Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: signature

  • Mac OSX

Table schema

Name Type Description
path TEXT Must provide a path or directory
signed INTEGER 1 If the file is signed else 0
identifier TEXT The signing identifier sealed into the signature
cdhash TEXT SHA1 hash of the application Code Directory
team_identifier TEXT The team signing identifier sealed into the signature
authority TEXT Certificate Common Name

Query examples

select * from signature where path = '/bin/ls'