Microsoft Authenticode on Linux and macOS
2022-4-14 16:0:9 Author: blog.cerbero.io(查看原文) 阅读量:30 收藏

Skip to content

With the upcoming releases customers with commercial licenses for Cerbero Suite Advanced and Cerbero Engine can verify Microsoft Authenticode signatures on Linux and macOS. Our Authenticode support includes full-chain certificate and time-stamp verification.

In conjunction with our newly improved support for certificate file formats, this provides complete support for inspecting signed Portable Executable binaries.

The only required step to verify Authenticode signatures on non-Windows systems is to install our “Microsoft Authenticode” package from Cerbero Store.

Cerbero Suite has been using its own implementation of Microsoft Authenticode since the very beginning back in 2012 for performance reasons. However, thanks to the recently introduced Cerbero Store we can now offer this feature on other platforms than Windows.

We have also exposed Authenticode validation to our Python SDK.

from Pro.PE import *

print(PE_VerifyAuthenticode(obj))

Alternatively, scan hooking extensions can check the generated report for the validation scan entries.


文章来源: https://blog.cerbero.io/?p=2378
如有侵权请联系:admin#unsafe.sh