Skip to main content

Cloud Resource Inventory Reports

Ingests cloud resource metadata from Wiz for asset discovery and environment mapping.

Sync Type: Snapshot

Requirements

  • Before connecting Monad to Wiz, you need to obtain API credentials (Client ID and Client Secret). These credentials allow access to the Wiz API to fetch cloud resource inventory.
  • Ensure that your Wiz credentials have the appropriate permissions to access the necessary API endpoints. To access Cloud resource inventory specifically, make sure your credentials have create:reports, update:reports and read:resources
  • To generate incremental cloud resource inventory data (which does not generate reports), you can also use the incremental version of this input.

Details

Monad connects to the Wiz API to collect cloud resource inventory data. The connector operates on a user specified cron, where the connector creates a new Cloud Resource Inventory report. It waits for the report generation to complete, and processes the resulting CSV data and sends it forward. The connector also supports filtering by cloud platform and entity type.

Configuration

The following configuration defines the input parameters. Each field's specifications, such as type, requirements, and descriptions, are detailed below.

Settings

SettingTypeRequiredDescription
Endpoint URLstringYesEndpoint URL to connect to Wiz.
Cloud PlatformArrayNoFilter cloud resources by cloud platform.
Entity TypeArrayYesThe cloud-managed resource object(s) to generate a report for.
Backfill Start TimestringNoThe date to start fetching data from. If not specified, no past records will be fetched.
CronstringYesCron string for scheduling tasks. Ex: '0 0 * * *' for daily execution at midnight.

Secrets

SecretTypeRequiredDescription
Client IDstringYesClient ID for the CrowdStrike API. This is required to authenticate requests.
Client SecretstringYesClient Secret for the CrowdStrike API. This is required to authenticate requests.