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