Skip to content

Commit

Permalink
Refresh automation library documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc authored Jan 22, 2024
1 parent 3d9baf5 commit 817577c
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
52 changes: 52 additions & 0 deletions _shared_content/automate/library/zscaler.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Zscaler

![Zscaler](/assets/playbooks/library/zscaler.png){ align=right width=150 }

Integrates with Zscaler

## Configuration

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `base_url` | `string` | Zscaler Base Url (ex: zscalerone.net, zscaler.net, zscloud.net) |
| `username` | `string` | Email ID of the API admin |
| `password` | `string` | Password for the API admin |
| `api_key` | `string` | API key |

## Actions

### Zscaler Block IoC

Block the provided IOCs: IP / domain

**Arguments**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `IoC` | `string` | The value of the IoC to block |

### Zscaler Push IOCs for detection

Block the provided IOCs: IP / domain / Url

**Arguments**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `stix_objects_path` | `string` | Filepath of the STIX objects fetched from the collection |
| `sekoia_base_url` | `string` | [Optional] Sekoia base url, used to generate direct links to IOCs |

### Zscaler UnBlock IoC

UnBlock the provided IOCs: IP / domain

**Arguments**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `IoC` | `string` | The value of the IoC to unblock |


## Extra

Module **`Zscaler` v0.1.3**
Binary file added docs/assets/playbooks/library/zscaler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ nav:
- VirusTotal: xdr/features/automate/library/virustotal.md
- Whois: xdr/features/automate/library/whois.md
- WithSecure: xdr/features/automate/library/withsecure.md
- Zscaler: xdr/features/automate/library/zscaler.md
- Debug playbooks: xdr/features/automate/debug-playbooks.md
- External integrations:
- FortiSOAR: xdr/features/integrations/fortisoar.md
Expand Down Expand Up @@ -519,6 +520,7 @@ nav:
- VirusTotal: tip/features/automate/library/virustotal.md
- Whois: tip/features/automate/library/whois.md
- WithSecure: tip/features/automate/library/withsecure.md
- Zscaler: tip/features/automate/library/zscaler.md
- Develop:
- Overview: tip/develop/index.md
- Guides:
Expand Down

0 comments on commit 817577c

Please sign in to comment.