(imported topic written by Techadmin)
can someone help me out by suggesting the possible relevance code for network adapter type and manufacturer of network adapter for linux endpoints??
(imported topic written by Techadmin)
can someone help me out by suggesting the possible relevance code for network adapter type and manufacturer of network adapter for linux endpoints??
(imported comment written by cstoneba)
this isn’t quite what you’re looking for, but might get you on the right track. For Linux, it will pull back the descriptions of the network adapters (i.e. eth0, eth1, etc)
if (name of operating system as lowercase contains “win”) then ((description of it) of adapters whose (address of it as string != “0.0.0.0”) of network) else (names whose (it as string != “lo”) of adapters of network)
(imported comment written by jgstew)
This is related, but does not have network adapter info:
http://bigfix.me/analysis/details/2994601
I’m not sure if SMBIOS has network info, but if so it would make a good addition to that analysis.
These are the tables I get from SMBIOS on Windows using the smbios inspector:
bios_information
system_information
base_board_information
system_enclosure_or_chassis
processor_information
processor_information
oem_strings
physical_memory_array
memory_device
memory_device
memory_array_mapped_address
memory_array_mapped_address
memory_device_mapped_address
memory_device_mapped_address
system_boot_information
end_of_table
There is a DMI inspector: Linux Inspector Guide:
http://support.bigfix.com/fixlet/documents/Linux%20Inspectors%2081_110706.pdf
(imported comment written by Techadmin)
Thanks jgstew and cstoneba.
I checked all these already, But for Network adapter (Linux) im not getting anything!
(imported comment written by jgstew)
How would you find this information in linux through the command line?
Is the info found in a file?