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