SecureBoot

Whether Secureboot is enabled:

Query

select * from registry where key='HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot\State\UEFISecureBootEnabled'

Additional Query Info

  • Interval: 86400

JSON

{
  "queries": {
    "SecureBoot": {
      "query": "select * from registry where key='HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot\State\UEFISecureBootEnabled'",
      "interval": "86400",
      "platform": "",
      "version": "",
      "description": "Whether Secureboot is enabled",
      "value": ""
    }
  }
}