Wiz
Wiz Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
Agentless, context-aware and full-stack security and compliance for AWS, Azure and GCP. This integration was integrated and tested with Wiz
#
Configure Wiz on Cortex XSOARNavigate to Settings > Integrations > Servers & Services.
Search for Wiz. Click Add instance to create and configure a new integration instance.
Parameter Description Required name Integration Name. Default: Wiz_instance_1
True said Service Account ID True sasecret Service Account Secret True api_endpoint API Endpoint. Default: https://api.us1.app.wiz.io/graphql
To find your API endpoint URL:
1. Log in to Wiz, then open your user profile
2. Copy the API Endpoint URL to use here.True first_fetch First fetch timestamp ( <number>
<time unit>
, e.g., 12 hours, 7 days)False streaming_type Issue Streaming type.
EitherWiz
(to push live Issues) orXSOAR
(to constantly pull Issues)False max_fetch Max Issues to fetch False proxy Use system proxy settings False Click Test to validate the API Endpoint, Service Account and connection.
#
CommandsYou can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook or War Room. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
wiz-get-issuesGet the issues on cloud resources
Base Command
wiz-get-issues
Input
Argument Name | Description | Required |
---|---|---|
issue_type | The type of Issue to get. | Optional |
resource_id | Get Issues of a specific resource_id. Expected input: providerId | Optional |
severity | Get Issues of a specific severuty. Expected input: CRITICAL , HIGH , MEDIUM , LOW or INFORMATIONAL .The chosen severity and above will be fetched | Optional |
Either issue_type
or resource_id
are required.
Context Output
Path | Type | Description |
---|---|---|
Wiz.Manager.Issues | String | All Issues |
#
Command Example#
wiz-get-resourceGet Details of a resource.
Base Command
wiz-get-resource
Input
Argument Name | Description | Required |
---|---|---|
resource_id | Resource provider id | Required |
Context Output
Path | Type | Description |
---|---|---|
Wiz.Manager.Resource | String | Resource details |