Skip to content

Commit

Permalink
add machine queries to windows pack
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Münch <[email protected]>
  • Loading branch information
atomic111 committed Jan 5, 2024
1 parent 92b7f3d commit d5c605d
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions core/mondoo-windows-inventory.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
packs:
- uid: mondoo-windows-asset-inventory
name: Windows Asset Inventory Pack
version: 1.4.0
version: 1.5.0
license: BUSL-1.1
authors:
- name: Mondoo, Inc
Expand Down Expand Up @@ -97,9 +97,21 @@ packs:
- uid: mondoo-windows-windows-event-audit-policy
title: Windows local Event Audit security policy
mql: secpol.eventaudit
- uid: mondoo-windows-manual-windows-registery-values-policy
- uid: mondoo-windows-registery-values-policy
title: Windows local Registry Values security policy
mql: secpol.registryvalues
- uid: mondoo-windows-manual-windows-privilige-rights-policy
- uid: mondoo-windows-privilige-rights-policy
title: Windows local Privilege Rights security policy
mql: secpol.privilegerights
- uid: mondoo-windows-smbios-baseboard
title: Retrieve SMBIOS baseboard (or module) information
mql: machine.baseboard { manufacturer version serial assetTag product }
- uid: mondoo-windows-smbios-bios
title: Retrieve SMBIOS BIOS information
mql: machine.bios { vendor version releaseDate }
- uid: mondoo-windows-smbios-system
title: Retrieve SMBIOS System information
mql: machine.system { sku serial family version product uuid manufacturer }
- uid: mondoo-windows-smbios-system
title: Retrieve SMBIOS Chassis information
mql: machine.chassis { manufacturer serial version assetTag }

0 comments on commit d5c605d

Please sign in to comment.