Alerts_assets
| where Service == "assets"
| extend MappedSeverity = Severity
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Assets.yaml
queryPeriod: 30m
description: |
'Scheduled rule that creates incidents for asset alerts using saved parser Alerts_assets. Mandatory custom details: MappedSeverity, Status, AlertID, Service.'
triggerThreshold: 0
name: Cyble Vision Alerts Assets
triggerOperator: GreaterThan
incidentConfiguration:
createIncident: true
groupingConfiguration:
matchingMethod: AllEntities
enabled: false
reopenClosedIncident: false
lookbackDuration: PT5H
kind: Scheduled
requiredDataConnectors:
- connectorId: CybleVisionAlerts
dataTypes:
- CybleVisionAlerts_CL
query: |
Alerts_assets
| where Service == "assets"
| extend MappedSeverity = Severity
customDetails:
AA_LastDetected: AA_LastDetected
AlertID: AlertID
AA_KeywordID: AA_KeywordID
Service: Service
Status: Status
MappedSeverity: Severity
AA_Value: AA_Value
eventGroupingSettings:
aggregationKind: AlertPerResult
queryfrequency: 30m
tactics:
- Reconnaissance
id: 0012714c-c595-4dcd-8949-4a5c1d49aaa8
status: Available
version: 1.0.0
enabled: true
entityMappings:
- entityType: Host
fieldMappings:
- identifier: HostName
columnName: AA_Value
- entityType: Url
fieldMappings:
- identifier: Url
columnName: AA_Value
severity: Low
relevantTechniques:
- T1592