Imperva - Abnormal protocol usage
| Id | 363307f6-09ba-4926-ad52-03aadfd24b5e |
| Rulename | Imperva - Abnormal protocol usage |
| Description | Detects abnormal protocol usage. |
| Severity | Medium |
| Tactics | InitialAccess |
| Techniques | T1190 T1133 |
| Required data connectors | ImpervaWAFCloudAPI |
| Kind | Scheduled |
| Query frequency | 1h |
| Query period | 1h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ImpervaCloudWAF/Analytic Rules/ImpervaAbnormalProtocolUsage.yaml |
| Version | 1.0.0 |
| Arm template | 363307f6-09ba-4926-ad52-03aadfd24b5e.json |
ImpervaWAFCloud
| where NetworkApplicationProtocol in~ ('HTTP', 'HTTPs')
| where DstPortNumber !in ('80', '443')
| extend IPCustomEntity = SrcIpAddr
description: |
'Detects abnormal protocol usage.'
kind: Scheduled
tactics:
- InitialAccess
requiredDataConnectors:
- connectorId: ImpervaWAFCloudAPI
dataTypes:
- ImpervaWAFCloud
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ImpervaCloudWAF/Analytic Rules/ImpervaAbnormalProtocolUsage.yaml
severity: Medium
name: Imperva - Abnormal protocol usage
triggerThreshold: 0
queryPeriod: 1h
query: |
ImpervaWAFCloud
| where NetworkApplicationProtocol in~ ('HTTP', 'HTTPs')
| where DstPortNumber !in ('80', '443')
| extend IPCustomEntity = SrcIpAddr
relevantTechniques:
- T1190
- T1133
id: 363307f6-09ba-4926-ad52-03aadfd24b5e
queryFrequency: 1h
status: Available
triggerOperator: gt
version: 1.0.0
entityMappings:
- entityType: IP
fieldMappings:
- columnName: IPCustomEntity
identifier: Address