Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

AppServices AV Scan Failure

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