-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refresh automation library documentation
- Loading branch information
Showing
3 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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** |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters