DU
04/16/2020, 1:17 PMhardware_xxx
from system_info
e.g.
hardware_model
Actual: Super Server
Expect: X11SSH-F
hardware_version
Actual: 0123456789
Expect: 1.01
hardware_serial
Actual: 0123456789
Expect: WM199xxxxxxx
after checking osquery/tables/system/linux/system_info.cpp
, I find out it matches type 1 (System Information )
only. And the expect value is from type 2 (Base Board or Module Information)
.
I would like to propose several new columns to system_info
table, i.e. board_vendor
, board_model
, board_version
and board_serial
, which is similar to hardware_xxx
.
What do you think?theopolis
DU
04/17/2020, 3:09 PMtheopolis
communitybridge-easycla
and it should redirect you to a page where you can sign as a corporation or individualDU
04/18/2020, 3:46 AMAnalysis failed (could not build the base commit (62f9938))
62f9938
is the commit of master branch