let timeframe = ago(1d);
AppServiceAntivirusScanAuditLogs
| where ScanStatus == "Failed"
| extend timestamp = TimeGenerated
id: c2da1106-bfe4-4a63-bf14-5ab73130ccd5
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Detections/AzureAppServices/AVScan_Failure.yaml
metadata:
author:
name: SecurityJedi
support:
tier: Community
categories:
domains:
- Security - Others
- Platform
source:
kind: Community
triggerThreshold: 1
description: |
'Identifies if an AV scan fails in Azure App Services.'
version: 1.0.3
severity: Informational
entityMappings:
- fieldMappings:
- identifier: AzureID
columnName: _ResourceId
entityType: Host
kind: Scheduled
name: AppServices AV Scan Failure
query: |
let timeframe = ago(1d);
AppServiceAntivirusScanAuditLogs
| where ScanStatus == "Failed"
| extend timestamp = TimeGenerated
queryPeriod: 1d
queryFrequency: 1d
triggerOperator: gt
requiredDataConnectors: []