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

Fortiweb - WAF Allowed threat

Back
Id86e9409f-b9ea-4e9a-8b72-5132ba43bcae
RulenameFortiweb - WAF Allowed threat
DescriptionDetects WAF “Allowed” action on threat events.
SeverityHigh
TacticsInitialAccess
TechniquesT1190
T1133
Required data connectorsFortinetFortiWebAma
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Fortinet FortiWeb Cloud WAF-as-a-Service connector for Microsoft Sentinel/Analytic Rules/Fortiweb - WAF Allowed threat.yaml
Version1.0.2
Arm template86e9409f-b9ea-4e9a-8b72-5132ba43bcae.json
Deploy To Azure
Fortiweb
| where EventType =~ 'Attack'
| where DvcAction =~ 'Allow'
| summarize count() by SrcIpAddr
queryPeriod: 1h
query: |
  Fortiweb
  | where EventType =~ 'Attack'
  | where DvcAction =~ 'Allow'
  | summarize count() by SrcIpAddr  
name: Fortiweb - WAF Allowed threat
entityMappings:
- fieldMappings:
  - columnName: SrcIpAddr
    identifier: Address
  entityType: IP
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Fortinet FortiWeb Cloud WAF-as-a-Service connector for Microsoft Sentinel/Analytic Rules/Fortiweb - WAF Allowed threat.yaml
requiredDataConnectors:
- connectorId: FortinetFortiWebAma
  dataTypes:
  - Fortiweb
description: |
    'Detects WAF "Allowed" action on threat events.'
kind: Scheduled
version: 1.0.2
status: Available
severity: High
relevantTechniques:
- T1190
- T1133
triggerOperator: gt
triggerThreshold: 0
tactics:
- InitialAccess
id: 86e9409f-b9ea-4e9a-8b72-5132ba43bcae