Skip to content

Commit

Permalink
Merge pull request #9735 from CTM360-Integrations/ctm360-HV-CBS-azure…
Browse files Browse the repository at this point in the history
…functionapp

fixes for azure deploy in the marketplace
  • Loading branch information
v-atulyadav authored Jan 11, 2024
2 parents 39a1ba3 + fa8cd0f commit 3c85858
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Solutions/CTM360/Analytic Rules/ExposedEmailAddress.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
id: b25aae75-d333-4b77-a7c1-b24644dc1e1f
name: Exposed Email Address
description: |
'|
'New Exposed Email Address with severity High found'
severity: High
status: Available
Expand Down Expand Up @@ -36,5 +35,5 @@ entityMappings:
- identifier: Url
columnName: subject_s
suppressionDuration: 5h
version: 1.0.0
kind: Scheduled
version: 1.0.1
kind: Scheduled
Binary file removed Solutions/CTM360/Data.zip
Binary file not shown.
Binary file modified Solutions/CTM360/Package/3.0.0.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions Solutions/CTM360/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"_email": "[variables('email')]",
"_solutionName": "CTM360",
"_solutionVersion": "3.0.0",
"solutionId": "ctm360123456.ctm360_for_sentinel",
"solutionId": "ctm360wll1698919697848.ctm360_microsoft_sentinel_solution",
"_solutionId": "[variables('solutionId')]",
"uiConfigId1": "HVPollingIDAzureFunctions",
"_uiConfigId1": "[variables('uiConfigId1')]",
Expand Down Expand Up @@ -146,7 +146,7 @@
"_analyticRulecontentProductId13": "[concat(take(variables('_solutionId'),50),'-','ar','-', uniqueString(concat(variables('_solutionId'),'-','AnalyticsRule','-','2f58535e-e92a-450f-8052-a905b8c340b1','-', '1.0.0')))]"
},
"analyticRuleObject14": {
"analyticRuleVersion14": "1.0.0",
"analyticRuleVersion14": "1.0.1",
"_analyticRulecontentId14": "b25aae75-d333-4b77-a7c1-b24644dc1e1f",
"analyticRuleId14": "[resourceId('Microsoft.SecurityInsights/AlertRuleTemplates', 'b25aae75-d333-4b77-a7c1-b24644dc1e1f')]",
"analyticRuleTemplateSpecName14": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat(parameters('workspace'),'-ar-',uniquestring('b25aae75-d333-4b77-a7c1-b24644dc1e1f')))]",
Expand Down

0 comments on commit 3c85858

Please sign in to comment.