-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecating block url generic (#29453)
* Release Notes * enhance * RN * validation fix * fix * Bump pack from version CommonPlaybooks to 2.5.0. * fix * fix * fix --------- Co-authored-by: Content Bot <[email protected]>
- Loading branch information
Showing
6 changed files
with
41 additions
and
25 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
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
44 changes: 28 additions & 16 deletions
44
Packs/CommonPlaybooks/Playbooks/playbook-Block_URL_-_Generic_README.md
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 |
---|---|---|
@@ -1,39 +1,51 @@ | ||
Blocks malicious URLs using all integrations that are enabled. | ||
|
||
Supported integrations for this playbook: | ||
* Palo Alto Networks Minemeld | ||
* Palo Alto Networks PAN-OS | ||
* Zscaler | ||
Deprecated. Use 'Block URL - Generic v2' instead. | ||
|
||
## Dependencies | ||
|
||
This playbook uses the following sub-playbooks, integrations, and scripts. | ||
|
||
## Sub-playbooks | ||
### Sub-playbooks | ||
|
||
* PAN-OS - Block URL - Custom URL Category | ||
* Add Indicator to Miner - Minemeld | ||
* PAN-OS - Block IP and URL - External Dynamic List | ||
* Add Indicator to Miner - Palo Alto MineMeld | ||
|
||
### Integrations | ||
|
||
## Integrations | ||
This playbook does not use any integrations. | ||
|
||
## Scripts | ||
### Scripts | ||
|
||
This playbook does not use any scripts. | ||
|
||
## Commands | ||
### Commands | ||
|
||
* zscaler-blacklist-url | ||
|
||
## Playbook Inputs | ||
|
||
--- | ||
|
||
| **Name** | **Description** | **Required** | | ||
| --- | --- | --- | | ||
| URLBlacklistMiner | The name of the URL block list Miner in Minemeld. | Optional | | ||
| URL | The array of malicious URLs to block. | Optional | | ||
| **Name** | **Description** | **Default Value** | **Required** | | ||
| --- | --- | --- | --- | | ||
| URLBlacklistMiner | The name of the URL block list Miner in Minemeld. | | Optional | | ||
| URL | Array of malicious URLs to block. | | Optional | | ||
| URLListName | URL list from the instance context with which to override the remote file. | Demisto Remediation - URL EDL | Optional | | ||
| LogForwarding | Log Forwarding object name. | | Optional | | ||
| EDLServerIP | EDL server IP address. | | Optional | | ||
| AutoCommit | This input establishes whether to commit the configuration automatically.<br/>Yes - Commit automatically.<br/>No - Commit manually. | No | Optional | | ||
| CustomURLCategory | Custom URL Category name. | Demisto Remediation - Malicious URLs | Optional | | ||
| type | Custom URL category type. Insert "URL List"/ "Category Match". | | Optional | | ||
| device-group | Device group for the Custom URL Category \(Panorama instances\). | | Optional | | ||
| categories | The list of categories. Relevant from PAN-OS v9.x. | | Optional | | ||
|
||
## Playbook Outputs | ||
|
||
--- | ||
There are no outputs for this playbook. | ||
|
||
## Playbook Image | ||
|
||
--- | ||
![Block_URL_Generic](https://raw.githubusercontent.com/demisto/content/1bdd5229392bd86f0cc58265a24df23ee3f7e662/docs/images/playbooks/Block_URL_Generic.png) | ||
|
||
![Block URL - Generic](../doc_files/Block_URL_-_Generic.png) |
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,6 @@ | ||
|
||
#### Playbooks | ||
|
||
##### Block URL - Generic | ||
|
||
- Deprecated. Use 'Block URL - Generic v2' instead. |
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