Skip to content

Commit f5132b0

Browse files
committed
fix: Regenerate package with V3 tool - December 2025 API versions
1 parent a4b1d2f commit f5132b0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
17 Bytes
Binary file not shown.

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"_email": "[variables('email')]",
3535
"_solutionName": "TacitRed-IOC-CrowdStrike",
3636
"_solutionVersion": "3.0.0",
37-
"solutionId": "tacitred.azure-sentinel-solution-tacitred-crowdstrike-ioc-automation",
37+
"solutionId": "data443.azure-sentinel-solution-tacitred-crowdstrike-ioc-automation",
3838
"_solutionId": "[variables('solutionId')]",
3939
"Playbooks": "Playbooks",
4040
"_Playbooks": "[variables('Playbooks')]",
@@ -69,7 +69,7 @@
6969
},
7070
"location": {
7171
"type": "string",
72-
"defaultValue": "[[variables('workspace-location-inline')]]"
72+
"defaultValue": "[resourceGroup().location]"
7373
},
7474
"TacitRed_ApiKey": {
7575
"type": "securestring",
@@ -101,7 +101,7 @@
101101
}
102102
},
103103
"variables": {
104-
"workspace-location-inline": "[parameters('workspace-location')]",
104+
"workspace-location-inline": "[concat('[resourceGroup().locatio', 'n]')]",
105105
"workspace-name": "[parameters('workspace')]",
106106
"workspaceResourceId": "[[resourceId('microsoft.OperationalInsights/Workspaces', variables('workspace-name'))]"
107107
},
@@ -273,10 +273,10 @@
273273
"email": "[variables('_email')]"
274274
},
275275
"support": {
276-
"name": "TacitRed",
277-
"email": "support@tacitred.com",
276+
"name": "Data443 Risk Mitigation, Inc.",
277+
"email": "support@data443.com",
278278
"tier": "Partner",
279-
"link": "https://tacitred.com"
279+
"link": "https://www.data443.com"
280280
}
281281
}
282282
}
@@ -304,7 +304,7 @@
304304
"kind": "Solution",
305305
"contentSchemaVersion": "3.0.0",
306306
"displayName": "TacitRed-IOC-CrowdStrike",
307-
"publisherDisplayName": "TacitRed",
307+
"publisherDisplayName": "Data443 Risk Mitigation, Inc.",
308308
"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",
309309
"contentKind": "Solution",
310310
"contentProductId": "[variables('_solutioncontentProductId')]",
@@ -322,10 +322,10 @@
322322
"email": "[variables('_email')]"
323323
},
324324
"support": {
325-
"name": "TacitRed",
326-
"email": "support@tacitred.com",
325+
"name": "Data443 Risk Mitigation, Inc.",
326+
"email": "support@data443.com",
327327
"tier": "Partner",
328-
"link": "https://tacitred.com"
328+
"link": "https://www.data443.com"
329329
},
330330
"dependencies": {
331331
"operator": "AND",
@@ -339,7 +339,7 @@
339339
},
340340
"firstPublishDate": "2025-11-25",
341341
"providers": [
342-
"TacitRed"
342+
"Data443 Risk Mitigation, Inc."
343343
],
344344
"categories": {
345345
"domains": [

0 commit comments

Comments
 (0)