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

Imperva - Abnormal protocol usage

Back
Id363307f6-09ba-4926-ad52-03aadfd24b5e
RulenameImperva - Abnormal protocol usage
DescriptionDetects abnormal protocol usage.
SeverityMedium
TacticsInitialAccess
TechniquesT1190
T1133
Required data connectorsImpervaWAFCloudAPI
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ImpervaCloudWAF/Analytic Rules/ImpervaAbnormalProtocolUsage.yaml
Version1.0.0
Arm template363307f6-09ba-4926-ad52-03aadfd24b5e.json
Deploy To Azure
ImpervaWAFCloud
| where NetworkApplicationProtocol in~ ('HTTP', 'HTTPs')
| where DstPortNumber !in ('80', '443')
| extend IPCustomEntity = SrcIpAddr
tactics:
- InitialAccess
id: 363307f6-09ba-4926-ad52-03aadfd24b5e
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ImpervaCloudWAF/Analytic Rules/ImpervaAbnormalProtocolUsage.yaml
status: Available
description: |
    'Detects abnormal protocol usage.'
version: 1.0.0
severity: Medium
triggerThreshold: 0
entityMappings:
- fieldMappings:
  - identifier: Address
    columnName: IPCustomEntity
  entityType: IP
kind: Scheduled
name: Imperva - Abnormal protocol usage
query: |
  ImpervaWAFCloud
  | where NetworkApplicationProtocol in~ ('HTTP', 'HTTPs')
  | where DstPortNumber !in ('80', '443')
  | extend IPCustomEntity = SrcIpAddr  
queryPeriod: 1h
queryFrequency: 1h
triggerOperator: gt
requiredDataConnectors:
- connectorId: ImpervaWAFCloudAPI
  dataTypes:
  - ImpervaWAFCloud
relevantTechniques:
- T1190
- T1133