Skip to content

Commit

Permalink
Deprecating block url generic (#29453)
Browse files Browse the repository at this point in the history
* 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
ArikDay and Content Bot authored Sep 6, 2023
1 parent f60ea0e commit 2dc1df6
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 25 deletions.
3 changes: 3 additions & 0 deletions Packs/CommonPlaybooks/.pack-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ ignore=RM106
[file:playbook-Block_Indicators_-_Generic_v2_README.md]
ignore=RM106

[file:playbook-Block_URL_-_Generic_README.md]
ignore=RM106

[file:playbook-Block_Indicators_-_Generic_v2_5_5_README.md]
ignore=RM106

Expand Down
11 changes: 3 additions & 8 deletions Packs/CommonPlaybooks/Playbooks/playbook-Block_URL_-_Generic.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
id: block_url_-_generic
version: -1
name: Block URL - Generic
description: |-
This playbook blocks malicious URLs using all integrations that are enabled.
Supported integrations for this playbook:
* Palo Alto Networks Minemeld
* Palo Alto Networks PAN-OS
* Zscaler
description: Deprecated. Use 'Block URL - Generic v2' instead.
starttaskid: "0"
tasks:
"0":
Expand Down Expand Up @@ -565,4 +559,5 @@ tests:
- block_indicators_-_generic_-_test
marketplaces:
- xsoar
- marketplacev2
- marketplacev2
deprecated: true
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)
6 changes: 6 additions & 0 deletions Packs/CommonPlaybooks/ReleaseNotes/2_4_1.md
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.
2 changes: 1 addition & 1 deletion Packs/CommonPlaybooks/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Playbooks",
"description": "Frequently used playbooks pack.",
"support": "xsoar",
"currentVersion": "2.4.0",
"currentVersion": "2.4.1",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 2dc1df6

Please sign in to comment.