--- title: "Wiz" slug: "wiz" updated: 2026-06-30T00:36:05Z published: 2026-06-30T00:36:05Z canonical: "help.nucleussec.com/wiz" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.nucleussec.com/llms.txt > Use this file to discover all available pages before exploring further. # Wiz ## Overview Nucleus enables you to ingest your Wiz data directly into your Nucleus console using an automated connector. The connector uses the APIs provided by Wiz to seamlessly sync data into your Nucleus project for use in analysis, triage, automation, and reporting. The Wiz connector supports importing findings in the following situations: - Vulnerabilities for all active virtual machines on a daily schedule - Immediate ingestion of vulnerabilities for active virtual machines for one or more subscriptions - Vulnerabilities for container images that are currently running on a daily schedule - Configuration findings for cloud resources on a daily schedule Availability The Wiz Cloud Resources ingestion connector is now generally available. ## Connector Setup ### Connector Setup Checklist Follow the steps in this checklist to successfully set up this connector: 1. **API Access** Generate a client id and secret key with the appropriate permissions. 2. **Connector Configuration** Create and configure the connector in your Nucleus project. 3. **Data Ingestion** Create a vulnerability scan ingest rules to ingest vulnerabilities or configuration findings from Wiz. ### 1. API Access 1. Navigate to Wiz and setup access using the following URL ([direct link](https://docs.wiz.io/docs/nucleus-security-integration)) 1. Wiz API Scopes required for API key permissions 1. Create:reports 2. read:cloud_configuration 3. read:cloud_configuration_finding 4. read:cloud_configuration_rule 5. read:projects 6. read:reports 7. read:resources 8. read:vulnerabilities 9. update:reports 1. Identify your **Instance URL** by first retrieving your **Tenant Data Center**: 1. At the top right of your Wiz portal, click the user icon > **Tenant info** ([direct link](https://app.wiz.io/tenant-info/general)). 2. At the left side, click **Data Center and Regions** ([direct link](https://app.wiz.io/tenant-info/data-center-and-regions)). 3. Make a note of your **Tenant Data Center**. 4. Your **Instance URL** can now be constructed according to the table below: | Tenant | Instance URL | | --- | --- | | Wiz Commercial | https://api..app.wiz.io | | Wiz for Gov (FedRAMP) | https://api..app.wiz.us | | Wiz GovCloud | https://api..gov.wiz.io | 2. Identify your **Auth URL:** | Tenant | Auth URL | | --- | --- | | Wiz Commercial | https://auth.app.wiz.io | | Wiz for Gov (FedRAMP) | https://auth.app.wiz.us | | Wiz GovCloud | https://auth.gov.wiz.io | ### 2. Connector Configuration
  1. Open Nucleus and go to Integration Hub > Connector Setup.
  2. Under the Scanners section, click the Wiz icon. You will see the following popup:
  3. In the Setup Wiz Connector popup, enter the following information:
FieldDescription
Name(Optional) Enter a name for your connector. If left blank, this will default to Wiz.
Description(Optional) Enter a description for your connector.
Instance URLEnter the Instance URL identified in API Access Step 2 above. Do not include /graphql in the URL. 
Auth URLEnter the Auth URL identified in API Access Step 3 above.
API KeyEnter the Client ID from API Access Step 1 above.
API SecretEnter the Client Secret from API Access Step 1 above.
  1. Click Verify Credentials.
  2. Click Save.
### 3. Vulnerability Data Ingestion
  1. Go to Integration Hub > Import via Connector.
  2. Select the Wiz connector you just created.
  3. Select the method of import: VMs, Running Container Images or Cloud Resources.
  4. Select the import method (All, or Subscription for VMs)
  5. Select a schedule to ingest data into Nucleus, or import immediately if selecting subscriptions.
  6. Click Save & Finish.
###