nsacyber / BAM

The Binary Analysis Metadata tool gathers information about Windows binaries to aid in their analysis. #nsacyber
Other
147 stars 27 forks source link

Retrieve signature information #2

Open iadgovuser1 opened 5 years ago

iadgovuser1 commented 5 years ago

Retrieve signature information for pe files. Need to handle embedded signatures and files that are catalog signed. Some random links:

iadgovuser1 commented 5 years ago

Could also call powershell.exe with a script block that parses the certificate and outputs JSON to the console.

iadgovuser8 commented 5 years ago

25f2f7a should minimally meet this enhancement. This component could be expanded further in the future. Leaving this issue open as it is an open-ended component.