GitLab new administrator added
Set up the gitlab integration.
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、
お気軽にご連絡ください。
Goal
Detects when a new administrator is added to a GitLab organization.
Strategy
This rule monitors the user_admin_status_updated
and admin_role_assigned_to_user
GitLab audit events. These events indicate when user accounts are granted administrative privileges within the GitLab organization. Administrator access provides extensive control over repositories, user management, security settings, and organizational configurations, making unauthorized privilege escalation a significant security concern.
Triage & Response
- Verify if the administrator privilege assignment for
{{@usr.name}}
was authorized through proper change management processes. - Check for any suspicious activity from the newly elevated administrator account following the privilege grant.
- Validate that the timing of the privilege escalation aligns with legitimate business requirements or personnel changes.