Description: Easily get CPU, Memory, Hardware vendor and Hostname from osquery
SQL:
SELECT hostname, uuid, cpu_type, cpu_subtype, cpu_brand,
cpu_physical_cores,cpu_logical_cores, cpu_microcode,
physical_memory, hardware_vendor, hardware_model,
hardware_version, hardware_serial, board_vendor, board_model,
board_version, board_serial, computer_name, local_hostname
FROM system_info;
Operating Systems: Windows, Linux, Apple, FreeBSD
Reference:
#system_info