Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Wiz Issues integration #2181

Merged
merged 6 commits into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
uuid: e54b4831-4d56-4270-962d-4943b16230d9
name: Wiz Cloud Configuration Findings
type: intake
---

## Overview

- **Supported environment**: SaaS
- **Detection based on**: Alerts
- **Supported application or feature**:
- Cloud Configuration Findings

!!! Warning
Important note - This format is currently in beta. We highly value your feedback to improve its performance.

## Configure

### Pre-requisite

To setup the integration, you need to have access to `Wiz Console`.

### Create Client ID and Client Secret

- Log in the Wiz console
- Go to `Settings` > `Service Accounts`
- Type a name for the new service account. e.g: [Sekoia.io](http://Sekoia.io) Integration
- Select `read:cloud_configuration` permission
- Click `Add Service Account`
- Copy the Client ID and the Client Secret

### Create the intake

Go to the [intake page](https://app.sekoia.io/operations/intakes) and create a new intake from the format **Wiz Cloud Configuration Findings**.

{!_shared_content/operations_center/integrations/generated/e54b4831-4d56-4270-962d-4943b16230d9_sample.md!}

{!_shared_content/integration/detection_section.md!}

{!_shared_content/operations_center/detection/generated/suggested_rules_e54b4831-4d56-4270-962d-4943b16230d9_do_not_edit_manually.md!}

{!_shared_content/operations_center/integrations/generated/e54b4831-4d56-4270-962d-4943b16230d9.md!}
42 changes: 42 additions & 0 deletions docs/integration/categories/network_security/wiz_issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
uuid: de3bfaa0-8ed4-4b5a-b3fa-bd82b7744a9a
name: Wiz Issues
type: intake
---

## Overview

- **Supported environment**: SaaS
- **Detection based on**: Alerts
- **Supported application or feature**:
- Issues

!!! Warning
Important note - This format is currently in beta. We highly value your feedback to improve its performance.

## Configure

### Pre-requisite

To setup the integration, you need to have access to `Wiz Console`.

### Create Client ID and Client Secret

- Log in the Wiz console
- Go to `Settings` > `Service Accounts`
- Type a name for the new service account. e.g: [Sekoia.io](http://Sekoia.io) Integration
- Select `read:issues` permission
- Click `Add Service Account`
- Copy the Client ID and the Client Secret

### Create the intake

Go to the [intake page](https://app.sekoia.io/operations/intakes) and create a new intake from the format **Wiz Issues**.

{!_shared_content/operations_center/integrations/generated/de3bfaa0-8ed4-4b5a-b3fa-bd82b7744a9a_sample.md!}

{!_shared_content/integration/detection_section.md!}

{!_shared_content/operations_center/detection/generated/suggested_rules_de3bfaa0-8ed4-4b5a-b3fa-bd82b7744a9a_do_not_edit_manually.md!}

{!_shared_content/operations_center/integrations/generated/de3bfaa0-8ed4-4b5a-b3fa-bd82b7744a9a.md!}
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,8 @@ nav:
- Varonis Data Security: integration/categories/network_security/varonis_data_security.md
- Vectra Cognito Detect: integration/categories/network_security/vectra.md
- WatchGuard Firebox: integration/categories/network_security/watchguard_firebox.md
- Wiz Cloud configuration findings: integration/categories/network_security/wiz_cloud_configuration_findings.md
- Wiz Issues: integration/categories/network_security/wiz_issues.md
- Zscaler Internet Access: integration/categories/network_security/zscaler_zia.md
- List of Playbooks Actions:
- Overview: integration/action_library/overview.md
Expand Down
Loading