fbprogmbh / Audit-Test-Automation

FBPro Audit Test Automation Package allows you to create compliance reports for your systems. The resulting HTML-reports provide a transparent overview of your devices' security configuration compared to international security standards and hardening guides.
https://fb-pro.com/audit-test-automation-package-audit-tap/
BSD 3-Clause "New" or "Revised" License
86 stars 27 forks source link

Evaluate possibility to integrate immune collector #252

Open flobroeder opened 1 year ago

flobroeder commented 1 year ago

Think about possibility to integrate open source tool "immune collector" for checking hardware related integrity...

https://github.com/immune-gmbh/agent

flanfly commented 1 year ago

Hi. I looked into using Powershell for talking with the TPM to get a quick PoC off the ground. Sadly the interface exposed to Powershell is kind of useless. It only allows querying the self test result. As far as I understand Powershell can call C functions from dlls (C# Assemblies?). Calling the tbs.{dll,h} functions this way could allow a script to do more useful stuff with the TPM. I literally know nothing about powershell, C# or Windows though.