Skip to content

Commit

Permalink
Merge pull request #11706 from dragosinc-sentinel/master
Browse files Browse the repository at this point in the history
Fixing Dragos PublisherId based on partner center submission
  • Loading branch information
v-atulyadav authored Jan 24, 2025
2 parents 907186f + debef2f commit 4f9bc9d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
Binary file modified Solutions/Dragos/Package/3.0.0.zip
Binary file not shown.
34 changes: 17 additions & 17 deletions Solutions/Dragos/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"_email": "[variables('email')]",
"_solutionName": "Dragos",
"_solutionVersion": "3.0.0",
"solutionId": "dragos.azure-sentinel-solution-dragos",
"solutionId": "dragosinc1734451815609.azure-sentinel-solution-dragos",
"_solutionId": "[variables('solutionId')]",
"parserObject1": {
"_parserName1": "[concat(parameters('workspace'),'/','DragosNotificationsToSentinel')]",
Expand Down Expand Up @@ -1438,8 +1438,8 @@
{
"fieldMappings": [
{
"columnName": "SentinelEntities",
"identifier": "Entities"
"identifier": "Entities",
"columnName": "SentinelEntities"
}
],
"entityType": "SentinelEntities"
Expand All @@ -1449,22 +1449,23 @@
"aggregationKind": "AlertPerResult"
},
"customDetails": {
"DragosIpAddresses": "IpAddresses",
"DragosSeverity": "severity",
"DragosOccurredAt": "occurredAt",
"DragosDetectionQuads": "detectionQuads",
"DragosConnectSrc": "DragosConnectorSource",
"DragosCreatedAt": "createdAt",
"DragosMacAddresses": "MacAddresses",
"DragosSeverity": "severity",
"DragosState": "state",
"DragosNotificationId": "id",
"DragosSource": "source",
"DragosIpAddresses": "IpAddresses",
"DragosFirstSeenAt": "firstSeenAt",
"DragosState": "state",
"DragosDetectionQuads": "detectionQuads",
"DragosOccurredAt": "occurredAt",
"DragosMacAddresses": "MacAddresses",
"DragosLastSeenAt": "lastSeenAt",
"DragosThreatInfo": "threatInfo"
"DragosThreatInfo": "threatInfo",
"DragosConnectSrc": "DragosConnectorSource"
},
"alertDetailsOverride": {
"alertTacticsColumnName": "MitreTactics",
"alertDescriptionFormat": "{{content}}",
"alertDynamicProperties": [
{
"value": "MitreTechniques",
Expand All @@ -1476,19 +1477,18 @@
}
],
"alertSeverityColumnName": "MSSentinelSeverity",
"alertDescriptionFormat": "{{content}}",
"alertDisplayNameFormat": "Dragos: {{summary}}"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"matchingMethod": "Selected",
"lookbackDuration": "PT1H",
"groupByCustomDetails": [
"DragosNotificationId"
],
"reopenClosedIncident": false,
"enabled": true,
"lookbackDuration": "PT1H",
"matchingMethod": "Selected"
"enabled": true
}
}
}
Expand Down Expand Up @@ -1605,8 +1605,8 @@
}
]
},
"firstPublishDate": "2024-09-01",
"lastPublishDate": "2024-09-01",
"firstPublishDate": "2025-01-23",
"lastPublishDate": "2025-01-23",
"providers": [
"Dragos"
],
Expand Down
6 changes: 3 additions & 3 deletions Solutions/Dragos/SolutionMetadata.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"publisherId": "dragos",
"publisherId": "dragosinc1734451815609",
"offerId": "azure-sentinel-solution-dragos",
"firstPublishDate": "2024-09-01",
"lastPublishDate": "2024-09-01",
"firstPublishDate": "2025-01-23",
"lastPublishDate": "2025-01-23",
"providers": [
"Dragos"
],
Expand Down

0 comments on commit 4f9bc9d

Please sign in to comment.