Skip to content

Commit

Permalink
Samsung Solution: Fix Analytics Rules Validation
Browse files Browse the repository at this point in the history
Samsung Knox Asset Intelligence Sentinel Solution Analytics Rules changes to fix issues reported during validation. Add missing fields for Analytics Rules that did not have tactics or techniques.
  • Loading branch information
sean-mcclelland authored Dec 19, 2024
1 parent 8ab6c1a commit 830e380
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ requiredDataConnectors:
- connectorId: SamsungDCDefinition
dataTypes:
- Samsung_Knox_Audit_CL
tactics: []
techniques: []
query: |
Samsung_Knox_System_CL| where Name == "PERIPHERAL_ACCESS_THROUGH_POLICY_DETECTED_CAMERA" and MitreTtp has "KNOX.2"
suppressionEnabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ requiredDataConnectors:
- connectorId: SamsungDCDefinition
dataTypes:
- Samsung_Knox_Audit_CL
tactics: []
techniques: []
query: |
Samsung_Knox_System_CL | where Name == "PERIPHERAL_ACCESS_THROUGH_POLICY_DETECTED_MIC" and MitreTtp has "KNOX.2"
alertDetailsOverride:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ requiredDataConnectors:
- connectorId: SamsungDCDefinition
dataTypes:
- Samsung_Knox_Audit_CL
tactics: []
techniques: []
query: Samsung_Knox_Audit_CL| where Name == "LOG_IS_FULL" and MitreTtp has "KNOX.1"
suppressionEnabled: false
suppressionDuration: 5h
Expand Down

0 comments on commit 830e380

Please sign in to comment.