Lookout_CL
| where details_action_s == 'DETECTED' and type_s == 'THREAT'
| extend DetailsPackageName = details_packageName_s
| extend TargetPlatform = target_platform_s
| extend TargetOsVersion = target_osVersion_s
| extend Type = type_s
| extend Severity = details_severity_s
| extend Classifications = details_classifications_s
| extend Platform = target_platform_s
name: Lookout - New Threat events found.
id: 7593cc60-e294-402d-9202-279fb3c7d55f
description: |
'Created to detect new Threat events from the data which is recently synced by Lookout Solution.'
triggerThreshold: 0
entityMappings:
- fieldMappings:
- columnName: DetailsPackageName
identifier: FullName
- columnName: TargetPlatform
identifier: OSFamily
- columnName: TargetOsVersion
identifier: OSVersion
entityType: Host
version: 1.0.1
triggerOperator: gt
query: |
Lookout_CL
| where details_action_s == 'DETECTED' and type_s == 'THREAT'
| extend DetailsPackageName = details_packageName_s
| extend TargetPlatform = target_platform_s
| extend TargetOsVersion = target_osVersion_s
| extend Type = type_s
| extend Severity = details_severity_s
| extend Classifications = details_classifications_s
| extend Platform = target_platform_s
tactics:
- Discovery
kind: Scheduled
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Lookout/Analytic Rules/LookoutThreatEvent.yaml
severity: High
queryPeriod: 1h
requiredDataConnectors:
- dataTypes:
- Lookout_CL
connectorId: LookoutAPI
status: Available
customDetails:
Type: Type
Platform: Platform
Classification: Classifications
Severity: Severity
relevantTechniques:
- T1057