AUE_BIOS_FIRMWARE_VERSIONS - Jamf Protect Dokumentation

Jamf Protect Dokumentation

Solution
Application
Content Type
Technische Dokumentation
Utilities & Services
ft:locale
de-DE
BIOS- und Firmware-Version
Die BIOS- und Firmware-Protokolldaten enthalten Informationen zu den System-BIOS- und Firmware-Versionen des Host-Computers. Das Ereignis wird immer dann generiert, wenn die BIOS- und Firmware-Protokolldaten Informationen zu den System-BIOS- und -Firmware-Versionen des Host-Computers enthalten. Das Ereignis wird bei jeder Initialisierung des Jamf Protect Agenten generiert. Die Protokollinformationen unterscheiden sich geringfügig je nach Hardware-Marke.Jamf Protect Agent initialisiert. Die Protokollinformationen unterscheiden sich geringfügig je nach Hardware-Marke.
Protokollebene
Erfordert die Einstellung „Verbose (Ausführlich)“

Beispiel für Apple Chip Prozessor

{
  "architecture": "arm64",
  "bios_firmware_versions": {
    "version": "iBoot-7459.121.3",
    "system-firmware-version": "iBoot-8419.0.42.11.3"
  },
  "header": {
    "event_name": "BIOS_FIRMWARE_VERSIONS",
    "time_seconds_epoch": 1571164227
  },
  "host_info": {
    "host_name": "Test_macbook_pro",
    "host_uuid": "ABCE4B3A-9285-4E7E-9A0C-C3B62DC379DF",
    "osversion": "Version 10.15 (Build 19A582a)",
    "primary_mac_address": "38:f9:e8:15:5a:82",
    "serial_number": "XYZXY889JHG3"
  }
}

Beispiel für Intel Prozessor

{
  "architecture": "x86_64",
  "bios_firmware_versions": {
    "firmware-version": "1731.120.10.0.0 (iBridge: 19.16.15071.0.0,0)",
    "vendor": "Apple Inc.",
    "firmware-features": 51534622830,
    "release-date": "04/24/2022",
    "rom-size": 8388608,
    "booter-version": "540.120.3~6"
  },
  "header": {
    "event_name": "BIOS_FIRMWARE_VERSIONS",
    "time_seconds_epoch": 1571164227
  },
  "host_info": {
    "host_name": "Test_macbook_pro",
    "host_uuid": "ABVCE4B3A-9285-4E7E-9A0C-C3B62DC379DF",
    "osversion": "Version 10.15 (Build 19A582a)",
    "primary_mac_address": "38:f9:e8:15:5a:82",
    "serial_number": "XYZXY889JHG3"
  }
}