AppServices AV Scan Failure
Description
'Identifies if an AV scan fails in Azure App Services.'
Query · kql
let timeframe = ago(1d); AppServiceAntivirusScanAuditLogs | where ScanStatus == "Failed" | extend timestamp = TimeGenerated
'Identifies if an AV scan fails in Azure App Services.'
let timeframe = ago(1d); AppServiceAntivirusScanAuditLogs | where ScanStatus == "Failed" | extend timestamp = TimeGenerated
Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.