diff --git a/Solutions/HYAS Protect/Data/Solution_HyasProtectLogs.json b/Solutions/HYAS Protect/Data/Solution_HyasProtectLogs.json index 9ace7c866ff..81eeb5a9523 100644 --- a/Solutions/HYAS Protect/Data/Solution_HyasProtectLogs.json +++ b/Solutions/HYAS Protect/Data/Solution_HyasProtectLogs.json @@ -3,18 +3,16 @@ "Author": "Hyas", "Logo": "", "Description": "Built on the underpinning technology of HYAS Insight threat intelligence, HYAS Protect is a protective DNS solution that combines authoritative knowledge of attacker infrastructure and unrivaled domain-based intelligence to proactively enforce security and block the command and control (C2) communication used by malware, ransomware, phishing, and other forms of cyber attacks.", - "Workbooks": [], - "Playbooks": [], - "Data Connectors": [ + "Data Connectors": [ "Data Connectors/HYASProtect_FunctionApp.json" ], "Parsers": [ "Solutions/HYAS Protect/Parsers/HYASProtectDNS.yaml" ], - "Hunting Queries": [], + "Hunting Queries": [], "BasePath": "D:/Azure-Sentinel", - "Version": "3.0.2", - "Metadata": "SolutionMetadata.json", + "Version": "3.0.3", + "Metadata": "SolutionMetadata.json", "TemplateSpec": true, "Is1PConnector": false - } +} \ No newline at end of file diff --git a/Solutions/HYAS Protect/Package/3.0.3.zip b/Solutions/HYAS Protect/Package/3.0.3.zip new file mode 100644 index 00000000000..fc43fe7a7fb Binary files /dev/null and b/Solutions/HYAS Protect/Package/3.0.3.zip differ diff --git a/Solutions/HYAS Protect/Package/mainTemplate.json b/Solutions/HYAS Protect/Package/mainTemplate.json index 0b35f0e2ec6..e5ed49bdffc 100644 --- a/Solutions/HYAS Protect/Package/mainTemplate.json +++ b/Solutions/HYAS Protect/Package/mainTemplate.json @@ -31,7 +31,7 @@ }, "variables": { "_solutionName": "HYAS Protect", - "_solutionVersion": "3.0.2", + "_solutionVersion": "3.0.3", "solutionId": "hyas.microsoft-sentinel-solution-hyas-protect", "_solutionId": "[variables('solutionId')]", "uiConfigId1": "HYASProtect", @@ -62,7 +62,7 @@ "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" ], "properties": { - "description": "HYAS Protect data connector with template version 3.0.2", + "description": "HYAS Protect data connector with template version 3.0.3", "mainTemplate": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "[variables('dataConnectorVersion1')]", @@ -223,7 +223,7 @@ "packageVersion": "[variables('_solutionVersion')]", "packageName": "[variables('_solutionName')]", "packageId": "[variables('_solutionId')]", - "contentSchemaVersion": "3.0.2", + "contentSchemaVersion": "3.0.0", "contentId": "[variables('_dataConnectorContentId1')]", "contentKind": "DataConnector", "displayName": "HYAS Protect (using Azure Functions)", @@ -393,7 +393,7 @@ "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" ], "properties": { - "description": "HYASProtectDNS Data Parser with template version 3.0.2", + "description": "HYASProtectDNS Data Parser with template version 3.0.3", "mainTemplate": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "[variables('parserObject1').parserVersion1]", @@ -454,7 +454,7 @@ "packageVersion": "[variables('_solutionVersion')]", "packageName": "[variables('_solutionName')]", "packageId": "[variables('_solutionId')]", - "contentSchemaVersion": "3.0.2", + "contentSchemaVersion": "3.0.0", "contentId": "[variables('parserObject1').parserContentId1]", "contentKind": "Parser", "displayName": "Parser for all Hyas Protect DNS events", @@ -517,9 +517,9 @@ "apiVersion": "2023-04-01-preview", "location": "[parameters('workspace-location')]", "properties": { - "version": "3.0.2", + "version": "3.0.3", "kind": "Solution", - "contentSchemaVersion": "3.0.2", + "contentSchemaVersion": "3.0.0", "displayName": "HYAS Protect", "publisherDisplayName": "HYAS", "descriptionHtml": "

Note: Please refer to the following before installing the solution:

\n

• Review the solution Release Notes

\n

• There may be known issues pertaining to this Solution, please refer to them before installing.

\n

Built on the underpinning technology of HYAS Insight threat intelligence, HYAS Protect is a protective DNS solution that combines authoritative knowledge of attacker infrastructure and unrivaled domain-based intelligence to proactively enforce security and block the command and control (C2) communication used by malware, ransomware, phishing, and other forms of cyber attacks.

\n

Data Connectors: 1, Parsers: 1

\n

Learn more about Microsoft Sentinel | Learn more about Solutions

\n", @@ -572,4 +572,4 @@ } ], "outputs": {} -} +} \ No newline at end of file