Skip to content

Commit

Permalink
Merge pull request #8908 from Kaloszer/master
Browse files Browse the repository at this point in the history
add IdentityInfo/BehaviourAnalytics to missing detections
  • Loading branch information
v-dvedak authored Sep 1, 2023
2 parents 7360c0d + 5683518 commit 0945f54
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ requiredDataConnectors:
- connectorId: BehaviorAnalytics
dataTypes:
- BehaviorAnalytics
- connectorId: BehaviorAnalytics
dataTypes:
- IdentityInfo
queryFrequency: 1d
queryPeriod: 1d
triggerOperator: gt
Expand All @@ -39,7 +42,7 @@ entityMappings:
fieldMappings:
- identifier: FullName
columnName: userPrincipalName
version: 1.0.1
version: 1.0.2
kind: Scheduled
metadata:
source:
Expand Down
5 changes: 4 additions & 1 deletion Detections/MultipleDataSources/RunCommandUEBABreach.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ requiredDataConnectors:
- connectorId: AzureActivity
dataTypes:
- AzureActivity
- connectorId: BehaviorAnalytics
dataTypes:
- BehaviorAnalytics
queryFrequency: 1d
queryPeriod: 2d
triggerOperator: gt
Expand Down Expand Up @@ -60,7 +63,7 @@ entityMappings:
fieldMappings:
- identifier: Address
columnName: IPCustomEntity
version: 1.0.7
version: 1.0.8
kind: Scheduled
metadata:
source:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ requiredDataConnectors:
- connectorId: BehaviorAnalytics
dataTypes:
- BehaviorAnalytics
- connectorId: BehaviorAnalytics
dataTypes:
- IdentityInfo
queryFrequency: 1d
queryPeriod: 7d
triggerOperator: gt
Expand Down Expand Up @@ -53,7 +56,7 @@ entityMappings:
fieldMappings:
- identifier: FullName
columnName: UserPrincipalName
version: 1.0.1
version: 1.0.2
kind: Scheduled
metadata:
source:
Expand Down
5 changes: 4 additions & 1 deletion Detections/SigninLogs/PrivilegedUserLogonfromnewASN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ requiredDataConnectors:
- connectorId: BehaviorAnalytics
dataTypes:
- BehaviorAnalytics
- connectorId: BehaviorAnalytics
dataTypes:
- IdentityInfo
queryFrequency: 1d
queryPeriod: 7d
triggerOperator: gt
Expand Down Expand Up @@ -46,7 +49,7 @@ entityMappings:
fieldMappings:
- identifier: Address
columnName: IPCustomEntity
version: 1.0.4
version: 1.0.5
kind: Scheduled
metadata:
source:
Expand Down

0 comments on commit 0945f54

Please sign in to comment.