GitHubAuditData
| where Action == "payment_method.remove"
| extend AccountName = tostring(split(Actor, "@")[0]), AccountUPNSuffix = tostring(split(Actor, "@")[1])
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GitHub/Analytic Rules/GitHub - A payment method was removed.yaml
queryFrequency: 1d
name: GitHub - A payment method was removed
severity: Medium
triggerThreshold: 0
query: |
GitHubAuditData
| where Action == "payment_method.remove"
| extend AccountName = tostring(split(Actor, "@")[0]), AccountUPNSuffix = tostring(split(Actor, "@")[1])
requiredDataConnectors: []
relevantTechniques:
- T1078
status: Available
triggerOperator: gt
queryPeriod: 7d
description: |
'Detect activities when a payment method was removed. This query runs every day and its severity is Medium.'
id: 6bb50582-caac-4a9b-9afb-3fee766ebbf7
version: 1.0.1
entityMappings:
- fieldMappings:
- columnName: Actor
identifier: FullName
- columnName: AccountName
identifier: Name
- columnName: AccountUPNSuffix
identifier: UPNSuffix
entityType: Account
kind: Scheduled
tactics:
- InitialAccess