Skip to content

Commit

Permalink
Updating artifacts based on PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Schey committed Jan 10, 2025
1 parent 1960186 commit b0367f5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
Binary file modified Solutions/Dragos/Package/3.0.0.zip
Binary file not shown.
36 changes: 18 additions & 18 deletions Solutions/Dragos/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1432,8 +1432,8 @@
{
"fieldMappings": [
{
"columnName": "SentinelEntities",
"identifier": "Entities"
"identifier": "Entities",
"columnName": "SentinelEntities"
}
],
"entityType": "SentinelEntities"
Expand All @@ -1443,23 +1443,22 @@
"aggregationKind": "AlertPerResult"
},
"customDetails": {
"DragosMacAddresses": "MacAddresses",
"DragosConnectSrc": "DragosConnectorSource",
"DragosNotificationId": "id",
"DragosState": "state",
"DragosSeverity": "severity",
"DragosSource": "source",
"DragosOccurredAt": "occurredAt",
"DragosLastSeenAt": "lastSeenAt",
"DragosConnectSrc": "DragosConnectorSource",
"DragosNotificationId": "id",
"DragosMacAddresses": "MacAddresses",
"DragosThreatInfo": "threatInfo",
"DragosSeverity": "severity",
"DragosDetectionQuads": "detectionQuads",
"DragosIpAddresses": "IpAddresses",
"DragosSource": "source",
"DragosFirstSeenAt": "firstSeenAt",
"DragosCreatedAt": "createdAt"
"DragosIpAddresses": "IpAddresses",
"DragosCreatedAt": "createdAt",
"DragosState": "state"
},
"alertDetailsOverride": {
"alertDescriptionFormat": "{{content}}",
"alertDisplayNameFormat": "Dragos: {{summary}}",
"alertTacticsColumnName": "MitreTactics",
"alertDynamicProperties": [
{
Expand All @@ -1471,19 +1470,20 @@
"alertProperty": "ProductName"
}
],
"alertSeverityColumnName": "MSSentinelSeverity"
"alertSeverityColumnName": "MSSentinelSeverity",
"alertDisplayNameFormat": "Dragos: {{summary}}"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"matchingMethod": "Selected",
"lookbackDuration": "PT1H",
"enabled": true,
"reopenClosedIncident": false,
"groupByCustomDetails": [
"DragosNotificationId"
],
"lookbackDuration": "PT1H",
"enabled": true,
"reopenClosedIncident": false
}
"matchingMethod": "Selected"
},
"createIncident": true
}
}
},
Expand Down

0 comments on commit b0367f5

Please sign in to comment.