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

Palo Alto Prisma Cloud - Maximum risk score alert

Back
Id119a574d-f37a-403a-a67a-4d6f5083d9cf
RulenamePalo Alto Prisma Cloud - Maximum risk score alert
DescriptionDetects alerts with maximum risk score value.
SeverityMedium
TacticsInitialAccess
TechniquesT1133
Required data connectorsPaloAltoPrismaCloud
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PaloAltoPrismaCloud/Analytic Rules/PaloAltoPrismaCloudMaxRiskScoreAlert.yaml
Version1.0.1
Arm template119a574d-f37a-403a-a67a-4d6f5083d9cf.json
Deploy To Azure
PaloAltoPrismaCloud
| where Reason =~ 'NEW_ALERT'
| where Status =~ 'open'
| where RiskDetailRiskScoreScore == RiskDetailRiskScoreMaxScore
| extend AccountCustomEntity = UserName
queryPeriod: 1h
query: |
  PaloAltoPrismaCloud
  | where Reason =~ 'NEW_ALERT'
  | where Status =~ 'open'
  | where RiskDetailRiskScoreScore == RiskDetailRiskScoreMaxScore
  | extend AccountCustomEntity = UserName  
name: Palo Alto Prisma Cloud - Maximum risk score alert
entityMappings:
- fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
  entityType: Account
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PaloAltoPrismaCloud/Analytic Rules/PaloAltoPrismaCloudMaxRiskScoreAlert.yaml
requiredDataConnectors:
- connectorId: PaloAltoPrismaCloud
  dataTypes:
  - PaloAltoPrismaCloud
description: |
    'Detects alerts with maximum risk score value.'
kind: Scheduled
version: 1.0.1
status: Available
severity: Medium
relevantTechniques:
- T1133
triggerOperator: gt
triggerThreshold: 0
tactics:
- InitialAccess
id: 119a574d-f37a-403a-a67a-4d6f5083d9cf