Skip to content

Commit 5f66fa0

Browse files
authored
Merge pull request #13230 from fenil-savani/VectraXDR-pcap-playbook-changes
[VectraXDR][Playbbok] - Vectra xdr pcap playbook changes
2 parents 9fcbc48 + 03f2a94 commit 5f66fa0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
-93 Bytes
Binary file not shown.

Solutions/Vectra XDR/Package/mainTemplate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34953,8 +34953,8 @@
3495334953
"messageBody": "{\n \"$schema\": \"http://adaptivecards.io/schemas/adaptive-card.json\",\n \"actions\": [\n {\n \"type\": \"Action.Submit\",\n \"title\": \"Submit Answer\",\n \"style\": \"positive\",\n \"id\": \"submit\"\n }\n ],\n \"body\": [\n {\n \"type\": \"TextBlock\",\n \"size\": \"large\",\n \"weight\": \"bolder\",\n \"text\": \"Select Detections To Download Pcap File\",\n \"horizontalAlignment\": \"center\",\n \"style\": \"heading\",\n \"color\": \"accent\",\n \"fontType\": \"Default\",\n \"wrap\": true,\n \"id\": \"heading\"\n },\n{\n \"type\": \"TextBlock\",\n \"text\": \"Entity ID = @{variables('entity_id')}\\n\\nEntity Type = @{variables('entity_type')}\",\n \"wrap\": true,\n \"style\": \"default\",\n \"color\": \"accent\",\n \"separator\": true,\n \"id\": \"x\"\n },\n {\n \"id\": \"detection-choice\",\n \"type\": \"Input.ChoiceSet\",\n \"choices\": @{variables('detections')},\n \"isRequired\": true,\n \"label\": \"Please select detections to download pcap.\",\n \"isMultiSelect\": true,\n \"separator\": true,\n \"errorMessage\": \"Select atleast one detection.\"\n }\n ],\n \"type\": \"AdaptiveCard\",\n \"version\": \"1.3\"\n}",
3495434954
"updateMessage": "Thanks for your response!",
3495534955
"recipient": {
34956-
"groupId": "96a69975-817a-4f0b-aa8f-71ed76502590",
34957-
"channelId": "19:2ZKaKGdv-lKrL26GZRwUppKDlkMdU4UGhBj4uRQjcnI1@thread.tacv2"
34956+
"channelId": "[[trim(parameters('TeamsChannelId'))]",
34957+
"groupId": "[[trim(parameters('TeamsGroupId'))]"
3495834958
}
3495934959
}
3496034960
},

Solutions/Vectra XDR/Playbooks/VectaDownloadPcapFileToStorage/azuredeploy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,8 +1325,8 @@
13251325
"messageBody": "{\n \"$schema\": \"http://adaptivecards.io/schemas/adaptive-card.json\",\n \"actions\": [\n {\n \"type\": \"Action.Submit\",\n \"title\": \"Submit Answer\",\n \"style\": \"positive\",\n \"id\": \"submit\"\n }\n ],\n \"body\": [\n {\n \"type\": \"TextBlock\",\n \"size\": \"large\",\n \"weight\": \"bolder\",\n \"text\": \"Select Detections To Download Pcap File\",\n \"horizontalAlignment\": \"center\",\n \"style\": \"heading\",\n \"color\": \"accent\",\n \"fontType\": \"Default\",\n \"wrap\": true,\n \"id\": \"heading\"\n },\n{\n \"type\": \"TextBlock\",\n \"text\": \"Entity ID = @{variables('entity_id')}\\n\\nEntity Type = @{variables('entity_type')}\",\n \"wrap\": true,\n \"style\": \"default\",\n \"color\": \"accent\",\n \"separator\": true,\n \"id\": \"x\"\n },\n {\n \"id\": \"detection-choice\",\n \"type\": \"Input.ChoiceSet\",\n \"choices\": @{variables('detections')},\n \"isRequired\": true,\n \"label\": \"Please select detections to download pcap.\",\n \"isMultiSelect\": true,\n \"separator\": true,\n \"errorMessage\": \"Select atleast one detection.\"\n }\n ],\n \"type\": \"AdaptiveCard\",\n \"version\": \"1.3\"\n}",
13261326
"updateMessage": "Thanks for your response!",
13271327
"recipient": {
1328-
"groupId": "96a69975-817a-4f0b-aa8f-71ed76502590",
1329-
"channelId": "19:2ZKaKGdv-lKrL26GZRwUppKDlkMdU4UGhBj4uRQjcnI1@thread.tacv2"
1328+
"channelId": "[trim(parameters('TeamsChannelId'))]",
1329+
"groupId": "[trim(parameters('TeamsGroupId'))]"
13301330
}
13311331
}
13321332
},

0 commit comments

Comments
 (0)