GitLab user changes associated email
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.Goal
Detects when a GitLab user changes their associated email address and then signs in using the new email.
Strategy
This rule monitors the user_email_changed_and_user_signed_in
GitLab audit event. Email address changes can be used by attackers to maintain persistence after compromising an account.
Triage and response
- Verify if
{{@usr.name}}
has a legitimate business reason to change their email address in GitLab. - Review authentication logs around the time of the email change to identify any unusual access patterns or geographic anomalies.
- Examine recent GitLab activity for the user account to determine if any unauthorized actions were performed after the email change.
- Validate that the new email address belongs to the organization’s domain or is otherwise authorized for use.