This section provides detailed information extracted from the SMBIOS (System Management BIOS), which is essential for identifying the system's firmware and hardware configuration. The audit includes:
| {{key}} | {{value}} |
|---|
| Vendor | {{value.BIOS_Information.Vendor}} |
|---|---|
| Version | {{value.BIOS_Information.Version}} |
| Release Date | {{value.BIOS_Information.Release_Date}} |
| ROM Size | {{value.BIOS_Information.ROM_Size}} |
| Characteristics |
{{#value.BIOS_Information.Characteristics}}
{{.}}
{{/value.BIOS_Information.Characteristics}}
|
| UUID | {{value.System_Information.UUID}} |
|---|---|
| Manufacturer | {{value.System_Information.Manufacturer}} |
| Product Name | {{value.System_Information.Product_Name}} |
| Version | {{value.System_Information.Version}} |
| Serial Number | {{value.System_Information.Serial_Number}} |
| Family | {{value.System_Information.Family}} |
| Manufacturer | {{value.Chassis_Information.Manufacturer}} |
|---|---|
| Type | {{value.Chassis_Information.Type}} |
| Serial Number | {{value.Chassis_Information.Serial_Number}} |
| Version | {{value.Chassis_Information.Version}} |
| Manufacturer | {{value.Base_Board_Information.Manufacturer}} |
|---|---|
| Product Name | {{value.Base_Board_Information.Product_Name}} |
| Version | {{value.Base_Board_Information.Version}} |
| Serial Number | {{value.Base_Board_Information.Serial_Number}} |
| Features |
{{#value.Base_Board_Information.Features}}
{{.}}
{{/value.Base_Board_Information.Features}}
|