PaloAlto - Possible flooding
| Id | feb185cc-51f4-11ec-bf63-0242ac130002 |
| Rulename | PaloAlto - Possible flooding |
| Description | Detects possible flooding. |
| Severity | Medium |
| Tactics | InitialAccess |
| Techniques | T1190 T1133 |
| Required data connectors | CefAma |
| 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/PaloAltoCDL/Analytic Rules/PaloAltoCDLPossibleFlooding.yaml |
| Version | 1.0.4 |
| Arm template | feb185cc-51f4-11ec-bf63-0242ac130002.json |
PaloAltoCDLEvent
| where EventResourceId =~ 'TRAFFIC'
| where isnotempty(NetworkSessionId)
| where DstBytes == 0 and tolong(NetworkPackets) > 0
| extend AccountCustomEntity = DstUsername, IPCustomEntity = SrcIpAddr
description: |
'Detects possible flooding.'
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
entityType: Account
- fieldMappings:
- columnName: IPCustomEntity
identifier: Address
entityType: IP
query: |
PaloAltoCDLEvent
| where EventResourceId =~ 'TRAFFIC'
| where isnotempty(NetworkSessionId)
| where DstBytes == 0 and tolong(NetworkPackets) > 0
| extend AccountCustomEntity = DstUsername, IPCustomEntity = SrcIpAddr
tactics:
- InitialAccess
severity: Medium
triggerThreshold: 0
queryFrequency: 1h
status: Available
queryPeriod: 1h
relevantTechniques:
- T1190
- T1133
id: feb185cc-51f4-11ec-bf63-0242ac130002
name: PaloAlto - Possible flooding
kind: Scheduled
triggerOperator: gt
version: 1.0.4
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PaloAltoCDL/Analytic Rules/PaloAltoCDLPossibleFlooding.yaml
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: CefAma