Get list of DLLs and check if they are signed

We have a security concern over an APP and we need to scan some DLLs and see if they are digitally signed.

I can provide the folder the DLLs are in, I just need to sort through them and see if they are digitally signed.

Any way this can be done with BigFix and using Relevance only, instead of a script then analysis?

I don’t see a way with relevance alone. With actionscript, you could prompt for the folder path and run a bat or ps1 to use scantool to look at the files and return an exit code if they are not signed.

We had a team member write a PS script. We will just pull the data into an analysis.

Thanks for the help