↳ GitHub sourceAnalytics ruleMedium

GitHub - User was added to the organization

Description

'Detect activities when a user was added to the organization. This query runs every day and its severity is Medium.'
Rule type
Scheduled
Version
1.0.1
Declared status
Available
Query frequency
1d
Query period
7d
Trigger
gt 0

Declared MITRE coverage

KQL query

Original query, unchanged.

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], "")

Declared entities

Account

Related content

Links established from declared identifiers and solution manifests.

Source provenance

GitHub

Displayed values come from files in Azure/Azure-Sentinel. They describe the published template, not your workspace configuration.

Source identifier
0b85a077-8ba5-4cb5-90f7-1e882afe10c4
Additional source files 2Solutions/GitHub/Analytic Rules/GitHub - User was added to the organization.yamlsource ↗Solutions/GitHub/data/Solution_GitHub.jsonsolution-membership ↗
GSTEP / CATALOG TRACKING

Added to catalog : 16 Sept 2026 · 05:49 UTC
Last change observed : 16 Sept 2026 · 05:49 UTC

GSTEP sync dates, separate from the source content’s publication dates.