let timeframe = ago(1d);
AppServiceAntivirusScanAuditLogs
| where NumberOfInfectedFiles > 0
| extend timestamp = TimeGenerated
id: 9d0295ee-cb75-4f2c-9952-e5acfbb67036
name: AppServices AV Scan with Infected Files
entityMappings:
- entityType: Host
fieldMappings:
- columnName: _ResourceId
identifier: AzureID
version: 1.0.3
queryFrequency: 1d
kind: Scheduled
triggerThreshold: 1
triggerOperator: gt
queryPeriod: 1d
metadata:
support:
tier: Community
author:
name: SecurityJedi
categories:
domains:
- Security - Others
- Platform
source:
kind: Community
severity: Informational
description: |
'Identifies if an AV scan finds infected files in Azure App Services.'
query: |
let timeframe = ago(1d);
AppServiceAntivirusScanAuditLogs
| where NumberOfInfectedFiles > 0
| extend timestamp = TimeGenerated
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Detections/AzureAppServices/AVScan_Infected_Files_Found.yaml
requiredDataConnectors: []