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

Preview GitHub - User was added to the organization

Back
Id0b85a077-8ba5-4cb5-90f7-1e882afe10c4
Rulename(Preview) GitHub - User was added to the organization
DescriptionDetect activities when a user was added to the organization. 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/(Preview) GitHub - User was added to the organization.yaml
Version1.0.1
Arm template0b85a077-8ba5-4cb5-90f7-1e882afe10c4.json
Deploy To Azure
GitHubAuditData
| where Action == "org.add_member"
| project Actor, Action
| extend Name = iif(Actor contains "@", split(Actor, "@")[0], Actor)
| extend UPNSuffix = iif(Actor contains "@", split(Actor, "@")[1], "")
description: |
    'Detect activities when a user was added to the organization. This query runs every day and its severity is Medium.'
entityMappings:
- fieldMappings:
  - columnName: Actor
    identifier: FullName
  - columnName: Name
    identifier: Name
  - columnName: UPNSuffix
    identifier: UPNSuffix
  entityType: Account
query: |
  GitHubAuditData
  | where Action == "org.add_member"
  | project Actor, Action
  | extend Name = iif(Actor contains "@", split(Actor, "@")[0], Actor)
  | extend UPNSuffix = iif(Actor contains "@", split(Actor, "@")[1], "")  
tactics:
- InitialAccess
severity: Medium
triggerThreshold: 0
queryFrequency: 1d
status: Available
queryPeriod: 7d
relevantTechniques:
- T1078
id: 0b85a077-8ba5-4cb5-90f7-1e882afe10c4
name: (Preview) GitHub - User was added to the organization
kind: Scheduled
triggerOperator: gt
version: 1.0.1
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GitHub/Analytic Rules/(Preview) GitHub - User was added to the organization.yaml
requiredDataConnectors: []