-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makes use of `asset.kind` and `azure.subscription.authorization`
- Loading branch information
1 parent
54bc47f
commit 99211ed
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
packs: | ||
- uid: mondoo-asset-inventory-azure | ||
name: Azure Asset Inventory Pack | ||
version: 1.0.1 | ||
version: 1.1.0 | ||
authors: | ||
- name: Mondoo, Inc | ||
email: [email protected] | ||
|
@@ -13,7 +13,7 @@ packs: | |
The Azure Asset Inventory by Mondoo query pack retrieves information about Azure subscriptions for asset inventory. | ||
filters: | ||
asset.platform == "azure" | ||
platform.kind == "api" | ||
asset.kind == "api" | ||
queries: | ||
- uid: mondoo-asset-inventory-azure-subscription-id | ||
title: Retrieve Azure subscription ID | ||
|
@@ -32,7 +32,7 @@ packs: | |
docs: | ||
desc: | | ||
This query retrieves data for all Role definitions in the subscription | ||
mql: azure.subscription.authorizationService.roleDefinitions | ||
mql: azure.subscription.authorization.roleDefinitions | ||
- uid: mondoo-asset-inventory-azure-cloudDefender | ||
title: Retrieve data for all Azure CloudDefender | ||
docs: | ||
|