-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11798 from emerson-defensepoint/master
Adjust SecurityBridge contact and support
- Loading branch information
Showing
9 changed files
with
69 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -165,4 +165,4 @@ | |
"instructions": [] | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | ||
"contentVersion": "1.0.0.0", | ||
"metadata": { | ||
"author": "Christoph Nagy - christoph.nagy@securitybridge.com", | ||
"author": "SecurityBridge - support@securitybridge.com", | ||
"comments": "Solution template for SecurityBridge App" | ||
}, | ||
"parameters": { | ||
|
@@ -38,10 +38,10 @@ | |
} | ||
}, | ||
"variables": { | ||
"email": "christoph.nagy@securitybridge.com", | ||
"email": "support@securitybridge.com", | ||
"_email": "[variables('email')]", | ||
"_solutionName": "SecurityBridge App", | ||
"_solutionVersion": "3.0.1", | ||
"_solutionVersion": "3.1.0", | ||
"solutionId": "securitybridge1647511278080.securitybridge-sentinel-app-1", | ||
"_solutionId": "[variables('solutionId')]", | ||
"workbookVersion1": "1.0.0", | ||
|
@@ -77,7 +77,7 @@ | |
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" | ||
], | ||
"properties": { | ||
"description": "SecurityBridgeThreatDetectionforSAP Workbook with template version 3.0.1", | ||
"description": "SecurityBridgeThreatDetectionforSAP Workbook with template version 3.1.0", | ||
"mainTemplate": { | ||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | ||
"contentVersion": "[variables('workbookVersion1')]", | ||
|
@@ -117,13 +117,13 @@ | |
"sourceId": "[variables('_solutionId')]" | ||
}, | ||
"author": { | ||
"name": "Christoph Nagy", | ||
"name": "SecurityBridge", | ||
"email": "[variables('_email')]" | ||
}, | ||
"support": { | ||
"name": "Christoph Nagy", | ||
"email": "[email protected]", | ||
"tier": "Partner", | ||
"name": "SecurityBridge", | ||
"email": "[email protected]", | ||
"link": "https://securitybridge.com/contact/" | ||
}, | ||
"dependencies": { | ||
|
@@ -134,7 +134,7 @@ | |
"kind": "DataType" | ||
}, | ||
{ | ||
"contentId": "SecurityBridgeSAP", | ||
"contentId": "CustomLogsAma", | ||
"kind": "DataConnector" | ||
} | ||
] | ||
|
@@ -165,7 +165,7 @@ | |
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" | ||
], | ||
"properties": { | ||
"description": "CriticalEventTriggered_AnalyticalRules Analytics Rule with template version 3.0.1", | ||
"description": "CriticalEventTriggered_AnalyticalRules Analytics Rule with template version 3.1.0", | ||
"mainTemplate": { | ||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | ||
"contentVersion": "[variables('analyticRuleObject1').analyticRuleVersion1]", | ||
|
@@ -193,10 +193,10 @@ | |
"status": "Available", | ||
"requiredDataConnectors": [ | ||
{ | ||
"connectorId": "CustomLogsAma", | ||
"datatypes": [ | ||
"SecurityBridgeLogs_CL" | ||
], | ||
"connectorId": "CustomLogsAma" | ||
] | ||
} | ||
], | ||
"tactics": [ | ||
|
@@ -207,31 +207,31 @@ | |
], | ||
"entityMappings": [ | ||
{ | ||
"entityType": "Account", | ||
"fieldMappings": [ | ||
{ | ||
"columnName": "maincontact", | ||
"identifier": "Name" | ||
"identifier": "Name", | ||
"columnName": "maincontact" | ||
} | ||
], | ||
"entityType": "Account" | ||
] | ||
}, | ||
{ | ||
"entityType": "Host", | ||
"fieldMappings": [ | ||
{ | ||
"columnName": "dhost", | ||
"identifier": "HostName" | ||
"identifier": "HostName", | ||
"columnName": "dhost" | ||
} | ||
], | ||
"entityType": "Host" | ||
] | ||
}, | ||
{ | ||
"entityType": "Host", | ||
"fieldMappings": [ | ||
{ | ||
"columnName": "Computer", | ||
"identifier": "HostName" | ||
"identifier": "HostName", | ||
"columnName": "dvchost" | ||
} | ||
], | ||
"entityType": "Host" | ||
] | ||
} | ||
] | ||
} | ||
|
@@ -252,13 +252,13 @@ | |
"sourceId": "[variables('_solutionId')]" | ||
}, | ||
"author": { | ||
"name": "Christoph Nagy", | ||
"name": "SecurityBridge", | ||
"email": "[variables('_email')]" | ||
}, | ||
"support": { | ||
"name": "Christoph Nagy", | ||
"email": "[email protected]", | ||
"tier": "Partner", | ||
"name": "SecurityBridge", | ||
"email": "[email protected]", | ||
"link": "https://securitybridge.com/contact/" | ||
} | ||
} | ||
|
@@ -287,7 +287,7 @@ | |
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" | ||
], | ||
"properties": { | ||
"description": "SecurityBridgeLogs Data Parser with template version 3.0.1", | ||
"description": "SecurityBridgeLogs Data Parser with template version 3.1.0", | ||
"mainTemplate": { | ||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | ||
"contentVersion": "[variables('parserObject1').parserVersion1]", | ||
|
@@ -333,13 +333,13 @@ | |
"sourceId": "[variables('_solutionId')]" | ||
}, | ||
"author": { | ||
"name": "Christoph Nagy", | ||
"name": "SecurityBridge", | ||
"email": "[variables('_email')]" | ||
}, | ||
"support": { | ||
"name": "Christoph Nagy", | ||
"email": "[email protected]", | ||
"tier": "Partner", | ||
"name": "SecurityBridge", | ||
"email": "[email protected]", | ||
"link": "https://securitybridge.com/contact/" | ||
} | ||
} | ||
|
@@ -399,13 +399,13 @@ | |
"sourceId": "[variables('_solutionId')]" | ||
}, | ||
"author": { | ||
"name": "Christoph Nagy", | ||
"name": "SecurityBridge", | ||
"email": "[variables('_email')]" | ||
}, | ||
"support": { | ||
"name": "Christoph Nagy", | ||
"email": "[email protected]", | ||
"tier": "Partner", | ||
"name": "SecurityBridge", | ||
"email": "[email protected]", | ||
"link": "https://securitybridge.com/contact/" | ||
} | ||
} | ||
|
@@ -415,11 +415,11 @@ | |
"apiVersion": "2023-04-01-preview", | ||
"location": "[parameters('workspace-location')]", | ||
"properties": { | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"kind": "Solution", | ||
"contentSchemaVersion": "3.0.0", | ||
"displayName": "SecurityBridge App", | ||
"publisherDisplayName": "Christoph Nagy", | ||
"publisherDisplayName": "SecurityBridge", | ||
"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/SecurityBridge%20App/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 <a href=\"https://securitybridge.com/\">SecurityBridge App</a> solution provides the capability to ingest SecurityBridge Threat Detection events from all on-premise and cloud based SAP instances into Microsoft Sentinel.</p>\n<p>This solution is dependent on the Custom logs via AMA connector to collect the logs. The Custom logs solution will be installed as part of this solution installation.</p>\n<p><strong>NOTE</strong>: Microsoft recommends installation of Custom logs via AMA Connector. Legacy connector uses the Log Analytics agent which were deprecated on <strong>Aug 31, 2024.</strong> Using MMA and AMA on same machine can cause log duplication and extra ingestion cost <a href=\"https://learn.microsoft.com/azure/sentinel/ama-migrate?WT.mc_id=Portal-fx\">more details</a>.</p>\n<p><strong>Parsers:</strong> 1, <strong>Workbooks:</strong> 1, <strong>Analytic Rules:</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", | ||
"contentKind": "Solution", | ||
"contentProductId": "[variables('_solutioncontentProductId')]", | ||
|
@@ -433,12 +433,12 @@ | |
"sourceId": "[variables('_solutionId')]" | ||
}, | ||
"author": { | ||
"name": "Christoph Nagy", | ||
"name": "SecurityBridge", | ||
"email": "[variables('_email')]" | ||
}, | ||
"support": { | ||
"name": "Christoph Nagy", | ||
"email": "christoph.nagy@securitybridge.com", | ||
"name": "SecurityBridge", | ||
"email": "support@securitybridge.com", | ||
"tier": "Partner", | ||
"link": "https://securitybridge.com/contact/" | ||
}, | ||
|
@@ -466,7 +466,6 @@ | |
] | ||
}, | ||
"firstPublishDate": "2022-02-17", | ||
"lastPublishDate": "2022-02-17", | ||
"providers": [ | ||
"SecurityBridge" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | | ||
|-------------|--------------------------------|-----------------------------------------| | ||
| 3.1.0 | 12-02-2025 | Adjusted contact and support | | ||
| 3.0.1 | 07-01-2025 | Removed Deprecated **Data connector** | | ||
| 3.0.0 | 08-08-2024 | Deprecating data connectors | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,22 @@ | ||
{ | ||
"publisherId": "securitybridge1647511278080", | ||
"offerId": "securitybridge-sentinel-app-1", | ||
"firstPublishDate": "2022-02-17", | ||
"lastPublishDate": "2022-02-17", | ||
"providers": ["SecurityBridge"], | ||
"categories": { | ||
"domains" : ["Security - Network"], | ||
"verticals": ["Finance"] | ||
}, | ||
"support": { | ||
"name": "Christoph Nagy", | ||
"email": "[email protected]", | ||
"tier": "Partner", | ||
"link": "https://securitybridge.com/contact/" | ||
} | ||
} | ||
"publisherId": "securitybridge1647511278080", | ||
"offerId": "securitybridge-sentinel-app-1", | ||
"firstPublishDate": "2022-02-17", | ||
"providers": [ | ||
"SecurityBridge" | ||
], | ||
"categories": { | ||
"domains": [ | ||
"Security - Network" | ||
], | ||
"verticals": [ | ||
"Finance" | ||
] | ||
}, | ||
"support": { | ||
"tier": "Partner", | ||
"name": "SecurityBridge", | ||
"email": "[email protected]", | ||
"link": "https://securitybridge.com/contact/" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters