A Microsoft Teams member was made owner of multiple teams

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

Goal

Detect when a user is made owner of multiple Microsoft Teams. This could indicate an adversary or insider threat attempting to escalate the privileges of the assigned user with regard to various teams chats, as most users tend to own few teams curated to specific topics.

Strategy

Monitor Microsoft Teams audit logs to look for events with an @evt.name value of MemberRoleChanged and a @Members.Role value of 2 indicating the change to an Owner role. Generally, most users will own a few teams related to specific topics that correlate with that job role. However, if this activity is observed from an external user or a user whose job function does not correlate with the assigned team, this might be an indicator of malicious activity.

Triage and response

  1. Determine if the user {{@usr.email}} intended to make the assigned user {{@Member.UPN}} the owner of the teams within the{{TeamName}} attribute.
  2. If the {{@usr.email}} didn’t intend to assign the owner privileges to {{@Member.UPN}}:
    • Investigate other activities performed by the user {{@usr.email}} using the Cloud SIEM - User Investigation dashboard.
    • Investigate other activities performed by the source IP {{@network.client.ip}} using the Cloud SIEM - IP Investigation dashboard.
    • Investigate the activities that might have been performed by the subject user {{@Member.UPN}} after they were assigned the owner privileges.
    • Begin your organization’s incident response process and investigate.