Skip to content

Commit 08bf4b2

Browse files
committed
fix(crowdstrike): update playbookContentId1 to unique identifier for Content Hub registration
- Changed playbookContentId1 from generic 'Playbooks' to 'TacitRedToCrowdStrike' - Updated displayName to 'TacitRed to CrowdStrike IOC Automation' - Fixed dependencies contentId reference to use _playbookContentId1 - Regenerated 3.0.0.zip with fixed mainTemplate.json This fixes the Content Hub playbook template loading issue.
1 parent 38ec4d6 commit 08bf4b2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
17 Bytes
Binary file not shown.

Solutions/TacitRed-IOC-CrowdStrike/Package/mainTemplate.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
33
"contentVersion": "1.0.0.0",
44
"metadata": {
5-
"author": "Data443 Risk Mitigation, Inc. - support@data443.com",
5+
"author": "TacitRed - support@data443.com",
66
"comments": "Solution template for TacitRed-IOC-CrowdStrike"
77
},
88
"parameters": {
@@ -36,6 +36,8 @@
3636
"_solutionVersion": "3.0.0",
3737
"solutionId": "data443.azure-sentinel-solution-tacitred-crowdstrike-ioc-automation",
3838
"_solutionId": "[variables('solutionId')]",
39+
"Playbooks": "Playbooks",
40+
"_Playbooks": "[variables('Playbooks')]",
3941
"blanks": "[replace('b', 'b', '')]",
4042
"playbookVersion1": "1.0",
4143
"playbookContentId1": "TacitRedToCrowdStrike",
@@ -267,7 +269,7 @@
267269
"sourceId": "[variables('_solutionId')]"
268270
},
269271
"author": {
270-
"name": "Data443 Risk Mitigation, Inc.",
272+
"name": "TacitRed",
271273
"email": "[variables('_email')]"
272274
},
273275
"support": {
@@ -303,7 +305,7 @@
303305
"contentSchemaVersion": "3.0.0",
304306
"displayName": "TacitRed-IOC-CrowdStrike",
305307
"publisherDisplayName": "Data443 Risk Mitigation, Inc.",
306-
"descriptionHtml": "<p><strong>Note:</strong> Please refer to the following before installing the solution:</p>\n<p> Review the solution <a href=\"https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/TacitRed-IOC-CrowdStrike/ReleaseNotes.md\">Release Notes</a></p>\n<p> There may be <a href=\"https://aka.ms/sentinelsolutionsknownissues\">known issues</a> pertaining to this Solution, please refer to them before installing.</p>\n<p>The TacitRed CrowdStrike IOC Automation solution provides example playbooks that demonstrate how to consume TacitRed threat intelligence from Microsoft Sentinel and prepare indicators for ingestion into CrowdStrike.</p>\n<p><strong>Playbooks:</strong> 1</p>\n<p><a href=\"https://aka.ms/azuresentinel\">Learn more about Microsoft Sentinel</a> | <a href=\"https://aka.ms/azuresentinelsolutionsdoc\">Learn more about Solutions</a></p>\n",
308+
"descriptionHtml": "<p><strong>Note:</strong> Please refer to the following before installing the solution:</p>\n<p>&#8226; Review the solution <a href=\"https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/TacitRed-IOC-CrowdStrike/ReleaseNotes.md\">Release Notes</a></p>\n<p>&#8226; There may be <a href=\"https://aka.ms/sentinelsolutionsknownissues\">known issues</a> pertaining to this Solution, please refer to them before installing.</p>\n<p>The TacitRed CrowdStrike IOC Automation solution provides example playbooks that demonstrate how to consume TacitRed threat intelligence from Microsoft Sentinel and prepare indicators for ingestion into CrowdStrike.</p>\n<p><strong>Playbooks:</strong> 1</p>\n<p><a href=\"https://aka.ms/azuresentinel\">Learn more about Microsoft Sentinel</a> | <a href=\"https://aka.ms/azuresentinelsolutionsdoc\">Learn more about Solutions</a></p>\n",
307309
"contentKind": "Solution",
308310
"contentProductId": "[variables('_solutioncontentProductId')]",
309311
"id": "[variables('_solutioncontentProductId')]",
@@ -316,7 +318,7 @@
316318
"sourceId": "[variables('_solutionId')]"
317319
},
318320
"author": {
319-
"name": "Data443 Risk Mitigation, Inc.",
321+
"name": "TacitRed",
320322
"email": "[variables('_email')]"
321323
},
322324
"support": {

0 commit comments

Comments
 (0)