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 - High risk score alert

Back
Id617b02d8-0f47-4f3c-afed-1926a45e7b28
RulenamePalo Alto Prisma Cloud - High risk score alert
DescriptionDetects alerts with high 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/PaloAltoPrismaCloudHighRiskScoreAlert.yaml
Version1.0.1
Arm template617b02d8-0f47-4f3c-afed-1926a45e7b28.json
Deploy To Azure
PaloAltoPrismaCloud
| where Reason =~ 'NEW_ALERT'
| where Status =~ 'open'
| extend r_score = 0.85 * toint(RiskDetailRiskScoreMaxScore)
| extend i_RiskDetailRiskScoreScore = toint(RiskDetailRiskScoreScore)
| where i_RiskDetailRiskScoreScore > r_score
| extend AccountCustomEntity = UserName
query: |
  PaloAltoPrismaCloud
  | where Reason =~ 'NEW_ALERT'
  | where Status =~ 'open'
  | extend r_score = 0.85 * toint(RiskDetailRiskScoreMaxScore)
  | extend i_RiskDetailRiskScoreScore = toint(RiskDetailRiskScoreScore)
  | where i_RiskDetailRiskScoreScore > r_score
  | extend AccountCustomEntity = UserName  
name: Palo Alto Prisma Cloud - High risk score alert
queryPeriod: 1h
id: 617b02d8-0f47-4f3c-afed-1926a45e7b28
kind: Scheduled
requiredDataConnectors:
- connectorId: PaloAltoPrismaCloud
  dataTypes:
  - PaloAltoPrismaCloud
triggerOperator: gt
queryFrequency: 1h
tactics:
- InitialAccess
triggerThreshold: 0
status: Available
relevantTechniques:
- T1133
version: 1.0.1
description: |
    'Detects alerts with high risk score value.'
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
severity: Medium
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PaloAltoPrismaCloud/Analytic Rules/PaloAltoPrismaCloudHighRiskScoreAlert.yaml