Skip to content

Commit

Permalink
Merge pull request #9575 from tanium/tanium-LogicAppIPAddressFix
Browse files Browse the repository at this point in the history
Tanium IP Address Schema Fix
  • Loading branch information
v-dvedak authored Jan 4, 2024
2 parents bf798fb + c2adbd1 commit cf4a49c
Show file tree
Hide file tree
Showing 15 changed files with 2,709 additions and 3,513 deletions.
Binary file added Solutions/Tanium/Package/3.0.0.zip
Binary file not shown.
16 changes: 1 addition & 15 deletions Solutions/Tanium/Package/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"config": {
"isWizard": false,
"basics": {
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/Tanium.svg\" width=\"75px\" height=\"75px\">\n\n**Note:** _There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing._\n\nThe [Tanium](https://www.tanium.com/) solution for Microsoft Sentinel enables you to ingest Tanium Threat Response alerts as Microsoft Sentinel incidents as well as incorporate Tanium's real-time endpoint data.\n\n**Workbooks:** 1, **Analytic Rules:** 1, **Playbooks:** 10\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/Tanium.svg\" width=\"75px\" height=\"75px\">\n\n**Note:** _There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing._\n\nThe [Tanium](https://www.tanium.com/) solution for Microsoft Sentinel enables you to ingest Tanium Threat Response alerts as Microsoft Sentinel incidents as well as incorporate Tanium's real-time endpoint data.\n\n**Workbooks:** 1, **Playbooks:** 10\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
"subscription": {
"resourceProviders": [
"Microsoft.OperationsManagement/solutions",
Expand Down Expand Up @@ -118,20 +118,6 @@
"uri": "https://docs.microsoft.com/azure/sentinel/tutorial-detect-threats-custom?WT.mc_id=Portal-Microsoft_Azure_CreateUIDef"
}
}
},
{
"name": "analytic1",
"type": "Microsoft.Common.Section",
"label": "Tanium Threat Response Alerts",
"elements": [
{
"name": "analytic1-text",
"type": "Microsoft.Common.TextBlock",
"options": {
"text": "Alerts from Tanium Threat Response (THR) that can be acted upon by Microsoft Sentinel Playbook"
}
}
]
}
]
},
Expand Down
3,496 changes: 1,498 additions & 1,998 deletions Solutions/Tanium/Package/mainTemplate.json

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions Solutions/Tanium/Package/testParameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"location": {
"type": "string",
"minLength": 1,
"defaultValue": "[resourceGroup().location]",
"metadata": {
"description": "Not used, but needed to pass arm-ttk test `Location-Should-Not-Be-Hardcoded`. We instead use the `workspace-location` which is derived from the LA workspace"
}
},
"workspace-location": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": "[concat('Region to deploy solution resources -- separate from location selection',parameters('location'))]"
}
},
"workspace": {
"defaultValue": "",
"type": "string",
"metadata": {
"description": "Workspace name for Log Analytics where Microsoft Sentinel is setup"
}
},
"workbook1-name": {
"type": "string",
"defaultValue": "Tanium Workbook",
"minLength": 1,
"metadata": {
"description": "Name for the workbook"
}
}
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

395 changes: 192 additions & 203 deletions Solutions/Tanium/Playbooks/Tanium-ComplyFindings/azuredeploy.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
253 changes: 98 additions & 155 deletions Solutions/Tanium/Playbooks/Tanium-GeneralHostInfo/azuredeploy.json

Large diffs are not rendered by default.

253 changes: 98 additions & 155 deletions Solutions/Tanium/Playbooks/Tanium-MSDefenderHealth/azuredeploy.json

Large diffs are not rendered by default.

225 changes: 72 additions & 153 deletions Solutions/Tanium/Playbooks/Tanium-QuarantineHosts/azuredeploy.json

Large diffs are not rendered by default.

253 changes: 98 additions & 155 deletions Solutions/Tanium/Playbooks/Tanium-SCCMClientHealth/azuredeploy.json

Large diffs are not rendered by default.

375 changes: 195 additions & 180 deletions Solutions/Tanium/Playbooks/Tanium-SecurityPatches/azuredeploy.json

Large diffs are not rendered by default.

225 changes: 72 additions & 153 deletions Solutions/Tanium/Playbooks/Tanium-UnquarantineHosts/azuredeploy.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Solutions/Tanium/SolutionMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisherId": "taniuminc1646329360287",
"offerId": "tanium_sentinel_connector",
"firstPublishDate": "2022-05-16",
"lastPublishDate": "2022-09-12",
"lastPublishDate": "2023-12-08",
"providers": ["Tanium"],
"categories": {
"domains" : ["Security - Network", "Security - Threat Protection"],
Expand Down

0 comments on commit cf4a49c

Please sign in to comment.