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

Fix offerId and analytics rule and repackage solution #6

Merged
merged 1 commit into from
Dec 23, 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
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ query: |
| where Name == "PROCESS_PRIVILEGE_ESCALATION"
| where MitreTtp has "T1548"
suppressionEnabled: false
suppressionDuration: 5h
suppressionDuration: 5H
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: false
reopenClosedIncident: false
lookbackDuration: 5h
lookbackDuration: 5H
matchingMethod: AllEntities
eventGroupingSettings:
aggregationKind: SingleAlert
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ query: |
| where Name == "TAG_KEYGUARD_DISABLED_FEATURES_SET"
and MitreTtp has "T1461"
suppressionEnabled: false
suppressionDuration: 5h
suppressionDuration: 5H
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: false
reopenClosedIncident: false
lookbackDuration: 5h
lookbackDuration: 5H
matchingMethod: AllEntities
eventGroupingSettings:
aggregationKind: SingleAlert
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ query: |
| where Name == "BOOT_COMPROMISED_SOFTWARE_BINARY"
and MitreTtp has "T1645"
suppressionEnabled: false
suppressionDuration: 5h
suppressionDuration: 5H
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: false
reopenClosedIncident: false
lookbackDuration: 5h
lookbackDuration: 5H
matchingMethod: AllEntities
eventGroupingSettings:
aggregationKind: SingleAlert
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ query: |
| where Name == "PASSWORD_LOCKOUT"
and MitreTtp has "T1110"
suppressionEnabled: false
suppressionDuration: 5h
suppressionDuration: 5H
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: false
reopenClosedIncident: false
lookbackDuration: 5h
lookbackDuration: 5H
matchingMethod: AllEntities
eventGroupingSettings:
aggregationKind: SingleAlert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ query: |
| where Name == "PERIPHERAL_ACCESS_THROUGH_POLICY_DETECTED_CAMERA"
and MitreTtp has "KNOX.2"
suppressionEnabled: false
suppressionDuration: 5h
suppressionDuration: 5H
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: false
reopenClosedIncident: false
lookbackDuration: 5h
lookbackDuration: 5H
matchingMethod: AllEntities
eventGroupingSettings:
aggregationKind: SingleAlert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ query: |
alertDetailsOverride:
alertDynamicProperties: []
suppressionEnabled: false
suppressionDuration: 5h
suppressionDuration: 5H
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: false
reopenClosedIncident: false
lookbackDuration: 5h
lookbackDuration: 5H
matchingMethod: AllEntities
eventGroupingSettings:
aggregationKind: SingleAlert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ query: |
| where Name == "LOG_IS_FULL"
and MitreTtp has "KNOX.1"
suppressionEnabled: false
suppressionDuration: 5h
suppressionDuration: 5H
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: false
reopenClosedIncident: false
lookbackDuration: 5h
lookbackDuration: 5H
matchingMethod: AllEntities
eventGroupingSettings:
aggregationKind: SingleAlert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ query: |
| where Name == "SUSPICIOUS_URL_ACCESSED"
and ConfidenceScore > 0.9
suppressionEnabled: false
suppressionDuration: 5h
suppressionDuration: 5H
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: false
reopenClosedIncident: false
lookbackDuration: 5h
lookbackDuration: 5H
matchingMethod: AllEntities
eventGroupingSettings:
aggregationKind: SingleAlert
Expand Down
Binary file modified Solutions/Samsung Knox Asset Intelligence/Package/3.0.0.zip
Binary file not shown.
100 changes: 50 additions & 50 deletions Solutions/Samsung Knox Asset Intelligence/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"_email": "[variables('email')]",
"_solutionName": "Samsung Knox Asset Intelligence",
"_solutionVersion": "3.0.0",
"solutionId": "samsungelectronics1734042706970.samsung-knox-asset-intelligence-sentinel",
"solutionId": "samsungelectronics1734042706970.azure-sentinel-solution-samsung-knox-asset-intelligence",
"_solutionId": "[variables('solutionId')]",
"uiConfigId1": "SamsungDCDefinition",
"_uiConfigId1": "[variables('uiConfigId1')]",
Expand Down Expand Up @@ -606,10 +606,10 @@
"status": "Available",
"requiredDataConnectors": [
{
"connectorId": "SamsungDCDefinition",
"dataTypes": [
"Samsung_Knox_Process_CL"
],
"connectorId": "SamsungDCDefinition"
]
}
],
"tactics": [
Expand All @@ -622,13 +622,13 @@
"aggregationKind": "SingleAlert"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"reopenClosedIncident": false,
"enabled": false,
"lookbackDuration": "5h",
"matchingMethod": "AllEntities"
}
"matchingMethod": "AllEntities",
"lookbackDuration": "5H",
"reopenClosedIncident": false
},
"createIncident": true
}
}
},
Expand Down Expand Up @@ -707,10 +707,10 @@
"status": "Available",
"requiredDataConnectors": [
{
"connectorId": "SamsungDCDefinition",
"dataTypes": [
"Samsung_Knox_Audit_CL"
],
"connectorId": "SamsungDCDefinition"
]
}
],
"tactics": [
Expand All @@ -723,13 +723,13 @@
"aggregationKind": "SingleAlert"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"reopenClosedIncident": false,
"enabled": false,
"lookbackDuration": "5h",
"matchingMethod": "AllEntities"
}
"matchingMethod": "AllEntities",
"lookbackDuration": "5H",
"reopenClosedIncident": false
},
"createIncident": true
}
}
},
Expand Down Expand Up @@ -808,10 +808,10 @@
"status": "Available",
"requiredDataConnectors": [
{
"connectorId": "SamsungDCDefinition",
"dataTypes": [
"Samsung_Knox_System_CL"
],
"connectorId": "SamsungDCDefinition"
]
}
],
"tactics": [
Expand All @@ -824,13 +824,13 @@
"aggregationKind": "SingleAlert"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"reopenClosedIncident": false,
"enabled": false,
"lookbackDuration": "5h",
"matchingMethod": "AllEntities"
}
"matchingMethod": "AllEntities",
"lookbackDuration": "5H",
"reopenClosedIncident": false
},
"createIncident": true
}
}
},
Expand Down Expand Up @@ -909,10 +909,10 @@
"status": "Available",
"requiredDataConnectors": [
{
"connectorId": "SamsungDCDefinition",
"dataTypes": [
"Samsung_Knox_User_CL"
],
"connectorId": "SamsungDCDefinition"
]
}
],
"tactics": [
Expand All @@ -925,13 +925,13 @@
"aggregationKind": "SingleAlert"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"reopenClosedIncident": false,
"enabled": false,
"lookbackDuration": "5h",
"matchingMethod": "AllEntities"
}
"matchingMethod": "AllEntities",
"lookbackDuration": "5H",
"reopenClosedIncident": false
},
"createIncident": true
}
}
},
Expand Down Expand Up @@ -1010,23 +1010,23 @@
"status": "Available",
"requiredDataConnectors": [
{
"connectorId": "SamsungDCDefinition",
"dataTypes": [
"Samsung_Knox_System_CL"
],
"connectorId": "SamsungDCDefinition"
]
}
],
"eventGroupingSettings": {
"aggregationKind": "SingleAlert"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"reopenClosedIncident": false,
"enabled": false,
"lookbackDuration": "5h",
"matchingMethod": "AllEntities"
}
"matchingMethod": "AllEntities",
"lookbackDuration": "5H",
"reopenClosedIncident": false
},
"createIncident": true
}
}
},
Expand Down Expand Up @@ -1105,10 +1105,10 @@
"status": "Available",
"requiredDataConnectors": [
{
"connectorId": "SamsungDCDefinition",
"dataTypes": [
"Samsung_Knox_System_CL"
],
"connectorId": "SamsungDCDefinition"
]
}
],
"eventGroupingSettings": {
Expand All @@ -1118,13 +1118,13 @@
"alertDynamicProperties": []
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"reopenClosedIncident": false,
"enabled": false,
"lookbackDuration": "5h",
"matchingMethod": "AllEntities"
}
"matchingMethod": "AllEntities",
"lookbackDuration": "5H",
"reopenClosedIncident": false
},
"createIncident": true
}
}
},
Expand Down Expand Up @@ -1203,10 +1203,10 @@
"status": "Available",
"requiredDataConnectors": [
{
"connectorId": "SamsungDCDefinition",
"dataTypes": [
"Samsung_Knox_User_CL"
],
"connectorId": "SamsungDCDefinition"
]
}
],
"tactics": [
Expand All @@ -1219,13 +1219,13 @@
"aggregationKind": "SingleAlert"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"reopenClosedIncident": false,
"enabled": false,
"lookbackDuration": "5h",
"matchingMethod": "AllEntities"
}
"matchingMethod": "AllEntities",
"lookbackDuration": "5H",
"reopenClosedIncident": false
},
"createIncident": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"publisherId": "samsungelectronics1734042706970",
"offerId": "samsung-knox-asset-intelligence-sentinel",
"offerId": "azure-sentinel-solution-samsung-knox-asset-intelligence",
"firstPublishDate": "2025-01-15",
"providers": ["Samsung"],
"categories": {
Expand Down