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

GitHub - A payment method was removed

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