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

PaloAlto - Possible flooding

Back
Idfeb185cc-51f4-11ec-bf63-0242ac130002
RulenamePaloAlto - Possible flooding
DescriptionDetects possible flooding.
SeverityMedium
TacticsInitialAccess
TechniquesT1190
T1133
Required data connectorsCefAma
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PaloAltoCDL/Analytic Rules/PaloAltoCDLPossibleFlooding.yaml
Version1.0.4
Arm templatefeb185cc-51f4-11ec-bf63-0242ac130002.json
Deploy To Azure
PaloAltoCDLEvent
| where EventResourceId =~ 'TRAFFIC'
| where isnotempty(NetworkSessionId)
| where DstBytes == 0 and tolong(NetworkPackets) > 0
| extend AccountCustomEntity = DstUsername, IPCustomEntity = SrcIpAddr
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PaloAltoCDL/Analytic Rules/PaloAltoCDLPossibleFlooding.yaml
queryPeriod: 1h
version: 1.0.4
entityMappings:
- fieldMappings:
  - identifier: Name
    columnName: AccountCustomEntity
  entityType: Account
- fieldMappings:
  - identifier: Address
    columnName: IPCustomEntity
  entityType: IP
relevantTechniques:
- T1190
- T1133
queryFrequency: 1h
triggerOperator: gt
kind: Scheduled
query: |
  PaloAltoCDLEvent
  | where EventResourceId =~ 'TRAFFIC'
  | where isnotempty(NetworkSessionId)
  | where DstBytes == 0 and tolong(NetworkPackets) > 0
  | extend AccountCustomEntity = DstUsername, IPCustomEntity = SrcIpAddr  
id: feb185cc-51f4-11ec-bf63-0242ac130002
tactics:
- InitialAccess
status: Available
requiredDataConnectors:
- connectorId: CefAma
  dataTypes:
  - CommonSecurityLog
triggerThreshold: 0
name: PaloAlto - Possible flooding
severity: Medium
description: |
    'Detects possible flooding.'