Skip to content

Commit

Permalink
Add query for all public IP addresses
Browse files Browse the repository at this point in the history
We need this for SOC2

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Sep 28, 2023
1 parent c868a48 commit e008c3d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion core/mondoo-azure-inventory.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packs:
mondoo.com/category: best-practices
docs:
desc: |
The Azure Asset Inventory by Mondoo query pack retrieves information about Azure subscriptions for asset inventory.
The Azure Asset Inventory by Mondoo query pack retrieves information about Azure subscriptions and resources for asset inventory.
filters:
asset.platform == "azure"
asset.kind == "api"
Expand Down Expand Up @@ -145,6 +145,12 @@ packs:
desc: |
This query retrieves data for all network security groups
mql: azure.subscription.network.securityGroups
- uid: mondoo-asset-inventory-azure-publicip
title: Retrieve data for all public IP addresses
docs:
desc: |
This query retrieves all public IP addresses in your subscription
mql: azure.subscription.networkService.publicIpAddresses{ name location ipAddress }
- uid: mondoo-asset-inventory-azure-virtualmachines
title: Retrieve data for all Azure virtual machines
docs:
Expand Down

0 comments on commit e008c3d

Please sign in to comment.