Skip to content

Commit 1e237ba

Browse files
committed
Changed the folder structure for playbook and images
1 parent ec3f2e3 commit 1e237ba

File tree

23 files changed

+1838
-1873
lines changed

23 files changed

+1838
-1873
lines changed

Solutions/CiscoUmbrella/Data/Solution_CiscoUmbrella.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"Parsers/Cisco_Umbrella.yaml"
3838
],
3939
"Playbooks": [
40-
"Playbooks/CiscoUmbrellaEnforcementAPIConnector/azuredeploy.json",
41-
"Playbooks/Playbooks/CiscoUmbrella-AddIpToDestinationList/azuredeploy.json",
42-
"Playbooks/Playbooks/CiscoUmbrella-AssignPolicyToIdentity/azuredeploy.json",
43-
"Playbooks/Playbooks/CiscoUmbrella-BlockDomain/azuredeploy.json",
44-
"Playbooks/Playbooks/CiscoUmbrella-GetDomainInfo/azuredeploy.json"
40+
"Playbooks/CustomConnector/EnforcementAPICustomConnector/azuredeploy.json",
41+
"Playbooks/CiscoUmbrellaPlaybooks/CiscoUmbrella-BlockDomain/azuredeploy.json",
42+
"Playbooks/CiscoUmbrellaPlaybooks/CiscoUmbrella-AddIpToDestinationList/azuredeploy.json",
43+
"Playbooks/CiscoUmbrellaPlaybooks/CiscoUmbrella-AssignPolicyToIdentity/azuredeploy.json",
44+
"Playbooks/CiscoUmbrellaPlaybooks/CiscoUmbrella-GetDomainInfo/azuredeploy.json"
4545
],
4646
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\CiscoUmbrella",
4747
"Version": "3.0.3",
-40 Bytes
Binary file not shown.

Solutions/CiscoUmbrella/Package/mainTemplate.json

Lines changed: 1796 additions & 1814 deletions
Large diffs are not rendered by default.

Solutions/CiscoUmbrella/Playbooks/Playbooks/CiscoUmbrella-AddIpToDestinationList/commentOnIncident.png renamed to Solutions/CiscoUmbrella/Playbooks/CiscoUmbrellaPlaybooks/CiscoUmbrella-AddIpToDestinationList/Images/commentOnIncident.png

File renamed without changes.

Solutions/CiscoUmbrella/Playbooks/Playbooks/CiscoUmbrella-AddIpToDestinationList/playbook_screenshot.png renamed to Solutions/CiscoUmbrella/Playbooks/CiscoUmbrellaPlaybooks/CiscoUmbrella-AddIpToDestinationList/Images/playbook_screenshot.png

File renamed without changes.

Solutions/CiscoUmbrella/Playbooks/Playbooks/CiscoUmbrella-AddIpToDestinationList/teams_screenshot.png renamed to Solutions/CiscoUmbrella/Playbooks/CiscoUmbrellaPlaybooks/CiscoUmbrella-AddIpToDestinationList/Images/teams_screenshot.png

File renamed without changes.

Solutions/CiscoUmbrella/Playbooks/Playbooks/CiscoUmbrella-AddIpToDestinationList/azuredeploy.json renamed to Solutions/CiscoUmbrella/Playbooks/CiscoUmbrellaPlaybooks/CiscoUmbrella-AddIpToDestinationList/azuredeploy.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,24 @@
33
"contentVersion": "1.0.0.0",
44
"metadata": {
55
"title": "CiscoUmbrella-AddIpToDestinationList",
6-
"description": "This playbook showcases an example of triggering an incident within a targeted Teams channel and opening up a ticket within Service Now. Additionally The playbook will also list playbooks that can be initiated from teams using an adaptive card and callbacks that will take action upon certain entities identified in the incident.",
6+
"description": "This playbook showcases an example of triggering an incident within a targeted Teams channel. Additionally The playbook will also list playbooks that can be initiated from teams using an adaptive card and callbacks that will take action upon certain entities identified in the incident, adds a comment on the incident. This API allows you to automatically add one or more destinations (e.g. IP address.) to a destination list in Cisco Umbrella.",
77
"prerequisites": [
8-
"1. ServiceNow Instance URL, Username, and password.",
9-
"2. Access and authorization to enable API connectors",
10-
"3. Teams Group ID, Channel ID and Alert details where the messages are to be posted in."
8+
"1. Cisco Umbrella API, Client Id and Client Secret to be stored in Key vault.",
9+
"2. Teams Group ID, Channel ID and Alert details where the messages are to be posted in."
1110
],
1211
"lastUpdateTime": "2024-12-16T10:00:00.000Z",
1312
"entities": [
14-
"Account",
15-
"Url",
16-
"Host"
13+
"IP"
1714
],
1815
"tags": [
19-
"Sync",
2016
"Notification",
2117
"Teams Response"
2218
],
2319
"support": {
24-
"tier": "community"
20+
"tier": "Microsoft"
2521
},
2622
"author": {
27-
"name": "Jing Nghik"
23+
"name": "Microsoft"
2824
}
2925
},
3026
"parameters": {

Solutions/CiscoUmbrella/Playbooks/Playbooks/CiscoUmbrella-AddIpToDestinationList/readme.md renamed to Solutions/CiscoUmbrella/Playbooks/CiscoUmbrellaPlaybooks/CiscoUmbrella-AddIpToDestinationList/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
When a new sentinel incident is created, this playbook gets triggered and performs the following actions:
66

7-
<img src="./playbook_screenshot.png" width="28%"/><br>
7+
<img src="./Images/playbook_screenshot.png" width="28%"/><br>
88

99
1. Sends an adaptive card to the Teams channel where the analyst can choose an action to be taken.
1010

11-
<img src="./teams_screenshot.png" width="50%"/><br>
11+
<img src="./Images/teams_screenshot.png" width="50%"/><br>
1212

1313
2. Adds an IP to the destination list chosen in the adaptive card.
1414
3. Changes incident status and severity depending on the action chosen in the adaptive card.
1515
4. Adds comment to the incident with information about the actions taken.
1616

17-
<img src="./commentOnIncident.png" width="50%"/><br>
17+
<img src="./Images/commentOnIncident.png" width="50%"/><br>
1818

1919
### Prerequisites
2020

@@ -34,7 +34,7 @@ When a new sentinel incident is created, this playbook gets triggered and perfor
3434
* Umbrella API Secret Key Name: Name of the Secrets field from Keyvault where Cisco Umbrella "Key Secret" value is stored.
3535
* Host End Point: Default is "api.umbrella.com" and is used for any API call to Cisco Umbrella REST API's.
3636

37-
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzure-Sentinel%2Fmaster%2FSolutions%2FCiscoUmbrella%2FPlaybooksk%2FPlaybooks%2FCiscoUmbrella-AddIpToDestinationList%2Fazuredeploy.json) [![Deploy to Azure](https://aka.ms/deploytoazuregovbutton)](https://portal.azure.us/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzure-Sentinel%2Fmaster%2FSolutions%2FCiscoUmbrella%2FPlaybooks%2FPlaybooks%2FCiscoUmbrella-AddIpToDestinationList%2Fazuredeploy.json)
37+
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzure-Sentinel%2Fmaster%2FSolutions%2FCiscoUmbrella%2FPlaybooksk%2FCiscoUmbrellaPlaybooks%2FCiscoUmbrella-AddIpToDestinationList%2Fazuredeploy.json) [![Deploy to Azure](https://aka.ms/deploytoazuregovbutton)](https://portal.azure.us/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzure-Sentinel%2Fmaster%2FSolutions%2FCiscoUmbrella%2FPlaybooks%2FCiscoUmbrellaPlaybooks%2FCiscoUmbrella-AddIpToDestinationList%2Fazuredeploy.json)
3838

3939
### Post-Deployment instructions
4040

Solutions/CiscoUmbrella/Playbooks/Playbooks/CiscoUmbrella-AssignPolicyToIdentity/commentOnIncident.png renamed to Solutions/CiscoUmbrella/Playbooks/CiscoUmbrellaPlaybooks/CiscoUmbrella-AssignPolicyToIdentity/Images/commentOnIncident.png

File renamed without changes.

Solutions/CiscoUmbrella/Playbooks/Playbooks/CiscoUmbrella-AssignPolicyToIdentity/playbook_screenshot_new.png renamed to Solutions/CiscoUmbrella/Playbooks/CiscoUmbrellaPlaybooks/CiscoUmbrella-AssignPolicyToIdentity/Images/playbook_screenshot_new.png

File renamed without changes.

0 commit comments

Comments
 (0)