Microsoft 365 Unified Audit Logging Disabled
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.Goal
Detect when unified audit logging is disabled. An adversary or insider threat can disable audit logging as a means of defense evasion.
Strategy
Monitor Microsoft 365 audit logs to look for events with an @evt.name
value of Set-AdminAuditLogConfig
, where @Parameters.UnifiedAuditLogIngestionEnabled
is set to False
.
Triage and response
- Determine if the user
{{@usr.email}}
intended to disable audit logging. - If
{{@usr.email}}
is not responsible for disabling the audit logging, investigate {{@usr.email}}
for anomalous activity. If necessary, initiate your company’s incident response (IR) process.
Changelog
- 6 January 2023 - Updated rule name and case.