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

Imperva - Critical severity event not blocked

Back
Id4d365217-f96a-437c-9c57-53594fa261c3
RulenameImperva - Critical severity event not blocked
DescriptionDetects when critical severity event was not blocked.
SeverityHigh
TacticsInitialAccess
TechniquesT1190
T1133
Required data connectorsImpervaWAFCloudAPI
KindScheduled
Query frequency10m
Query period10m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ImpervaCloudWAF/Analytic Rules/ImpervaAttackNotBlocked.yaml
Version1.0.1
Arm template4d365217-f96a-437c-9c57-53594fa261c3.json
Deploy To Azure
ImpervaWAFCloud
| where EventSeverity =~ 'CRITICAL'
| where DvcAction !startswith 'REQ_BLOCKED' or DvcAction !startswith 'REQ_BAD_'
| extend IPCustomEntity = SrcIpAddr
entityMappings:
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: IPCustomEntity
tactics:
- InitialAccess
requiredDataConnectors:
- dataTypes:
  - ImpervaWAFCloud
  connectorId: ImpervaWAFCloudAPI
id: 4d365217-f96a-437c-9c57-53594fa261c3
severity: High
status: Available
query: |
  ImpervaWAFCloud
  | where EventSeverity =~ 'CRITICAL'
  | where DvcAction !startswith 'REQ_BLOCKED' or DvcAction !startswith 'REQ_BAD_'
  | extend IPCustomEntity = SrcIpAddr  
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ImpervaCloudWAF/Analytic Rules/ImpervaAttackNotBlocked.yaml
kind: Scheduled
queryPeriod: 10m
version: 1.0.1
name: Imperva - Critical severity event not blocked
queryFrequency: 10m
triggerThreshold: 0
relevantTechniques:
- T1190
- T1133
description: |
    'Detects when critical severity event was not blocked.'
triggerOperator: gt