Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated contentSchemaVersion for HYAS Protect #10705

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions Solutions/HYAS Protect/Data/Solution_HyasProtectLogs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@
"Author": "Hyas",
"Logo": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/Hyas.svg\" width=\"75px\" height=\"75px\">",
"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
}
}
Binary file added Solutions/HYAS Protect/Package/3.0.3.zip
Binary file not shown.
16 changes: 8 additions & 8 deletions Solutions/HYAS Protect/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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')]",
Expand Down Expand Up @@ -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)",
Expand Down Expand Up @@ -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]",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": "<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/HYAS%20Protect/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>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.</p>\n<p><strong>Data Connectors:</strong> 1, <strong>Parsers:</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",
Expand Down Expand Up @@ -572,4 +572,4 @@
}
],
"outputs": {}
}
}
Loading