Microsoft 365 Inbound Connector added or modified
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.Goal
Detect when a user adds or modifies a Microsoft 365 Inbound Connector.
Strategy
Monitor Microsoft 365 Exchange audit logs to look for the operation New-InboundConnector
or Set-InboundConnector
. Connectors are used for enabling mail flow between Microsoft 365 and email servers that you have in your on-premise environment. Attackers may create a new connector to send spam or phishing emails.
Triage and response
- Inspect the
@Parameters.SenderIPAddresses
attribute to determine if the IP addresses match known ranges. - Determine if there is a legitimate use case for the Inbound Connector by contacting the user
{{@usr.email}}
. - If
{{@usr.email}}
is not aware of the Inbound Connector:- Investigate other activities performed by the user
{{@usr.email}}
using the Cloud SIEM - User Investigation dashboard. - Begin your organization’s incident response process and investigate.
Changelog
- 17 August 2023 - Updated query to replace attribute
@threat_intel.results.subcategory:tor
with @threat_intel.results.category:tor
.