Skip to content

Commit 55799e7

Browse files
ArikDayContent Bot
authored andcommitted
Deprecating block url generic (demisto#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]>
1 parent 7857090 commit 55799e7

File tree

6 files changed

+41
-25
lines changed

6 files changed

+41
-25
lines changed

Diff for: Packs/CommonPlaybooks/.pack-ignore

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ ignore=RM106
8181
[file:playbook-Block_Indicators_-_Generic_v2_README.md]
8282
ignore=RM106
8383

84+
[file:playbook-Block_URL_-_Generic_README.md]
85+
ignore=RM106
86+
8487
[file:playbook-Block_Indicators_-_Generic_v2_5_5_README.md]
8588
ignore=RM106
8689

Diff for: Packs/CommonPlaybooks/Playbooks/playbook-Block_URL_-_Generic.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
id: block_url_-_generic
22
version: -1
33
name: Block URL - Generic
4-
description: |-
5-
This playbook blocks malicious URLs using all integrations that are enabled.
6-
7-
Supported integrations for this playbook:
8-
* Palo Alto Networks Minemeld
9-
* Palo Alto Networks PAN-OS
10-
* Zscaler
4+
description: Deprecated. Use 'Block URL - Generic v2' instead.
115
starttaskid: "0"
126
tasks:
137
"0":
@@ -565,4 +559,5 @@ tests:
565559
- block_indicators_-_generic_-_test
566560
marketplaces:
567561
- xsoar
568-
- marketplacev2
562+
- marketplacev2
563+
deprecated: true
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,51 @@
1-
Blocks malicious URLs using all integrations that are enabled.
2-
3-
Supported integrations for this playbook:
4-
* Palo Alto Networks Minemeld
5-
* Palo Alto Networks PAN-OS
6-
* Zscaler
1+
Deprecated. Use 'Block URL - Generic v2' instead.
72

83
## Dependencies
4+
95
This playbook uses the following sub-playbooks, integrations, and scripts.
106

11-
## Sub-playbooks
7+
### Sub-playbooks
8+
129
* PAN-OS - Block URL - Custom URL Category
13-
* Add Indicator to Miner - Minemeld
1410
* PAN-OS - Block IP and URL - External Dynamic List
11+
* Add Indicator to Miner - Palo Alto MineMeld
12+
13+
### Integrations
1514

16-
## Integrations
1715
This playbook does not use any integrations.
1816

19-
## Scripts
17+
### Scripts
18+
2019
This playbook does not use any scripts.
2120

22-
## Commands
21+
### Commands
22+
2323
* zscaler-blacklist-url
2424

2525
## Playbook Inputs
26+
2627
---
2728

28-
| **Name** | **Description** | **Required** |
29-
| --- | --- | --- |
30-
| URLBlacklistMiner | The name of the URL block list Miner in Minemeld. | Optional |
31-
| URL | The array of malicious URLs to block. | Optional |
29+
| **Name** | **Description** | **Default Value** | **Required** |
30+
| --- | --- | --- | --- |
31+
| URLBlacklistMiner | The name of the URL block list Miner in Minemeld. | | Optional |
32+
| URL | Array of malicious URLs to block. | | Optional |
33+
| URLListName | URL list from the instance context with which to override the remote file. | Demisto Remediation - URL EDL | Optional |
34+
| LogForwarding | Log Forwarding object name. | | Optional |
35+
| EDLServerIP | EDL server IP address. | | Optional |
36+
| AutoCommit | This input establishes whether to commit the configuration automatically.<br/>Yes - Commit automatically.<br/>No - Commit manually. | No | Optional |
37+
| CustomURLCategory | Custom URL Category name. | Demisto Remediation - Malicious URLs | Optional |
38+
| type | Custom URL category type. Insert "URL List"/ "Category Match". | | Optional |
39+
| device-group | Device group for the Custom URL Category \(Panorama instances\). | | Optional |
40+
| categories | The list of categories. Relevant from PAN-OS v9.x. | | Optional |
3241

3342
## Playbook Outputs
43+
3444
---
3545
There are no outputs for this playbook.
3646

3747
## Playbook Image
48+
3849
---
39-
![Block_URL_Generic](https://raw.githubusercontent.com/demisto/content/1bdd5229392bd86f0cc58265a24df23ee3f7e662/docs/images/playbooks/Block_URL_Generic.png)
50+
51+
![Block URL - Generic](../doc_files/Block_URL_-_Generic.png)

Diff for: Packs/CommonPlaybooks/ReleaseNotes/2_4_1.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Playbooks
3+
4+
##### Block URL - Generic
5+
6+
- Deprecated. Use 'Block URL - Generic v2' instead.
158 KB
Loading

Diff for: Packs/CommonPlaybooks/pack_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Common Playbooks",
33
"description": "Frequently used playbooks pack.",
44
"support": "xsoar",
5-
"currentVersion": "2.4.0",
5+
"currentVersion": "2.4.1",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)