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