Skip to content

Commit

Permalink
⭐️ colllect all public ips for Azure subscription (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Sep 29, 2023
1 parent f29ff1f commit 2594512
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"
queries:
Expand Down Expand Up @@ -144,6 +144,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 2594512

Please sign in to comment.