https://github.com/osquery/osquery logo
Title
a

ag4ve

10/03/2017, 6:49 AM
1. Is it possible to show firmware version (and how reliable is that - obviously if you're owned all bets are off but is versioning reliable here too) I need to Google some (though if the group has looked into this...
t

theopolis

10/03/2017, 9:19 PM
Yes, use
platform_info
to collect the platform firmware versions, this is BIOS/UEFI/etc. This collects information from SMBIOS normally. On macOS
platform_info
uses IOKit to look for data too. On macOS you can also use
device_firmware
which performs a search of IOKit to find devices reporting firmware versions.
a

ag4ve

10/04/2017, 8:14 AM
Thanks