Forum Discussion
cbron
Aug 01, 2022Brass Contributor
A low severity alert has been triggered
A low-severity alert has been triggered ⚠ Mailbox permissions granted Severity: ● Low Time: 8/1/2022 7:45:00 AM (UTC) Activity: AddMailboxPermission User: NT AUTHORITY\SYSTEM (Microsoft.Exchange...
- Aug 02, 2022A user value of "NT AUTHORITY\SYSTEM (Microsoft.Exchange.Servicehost)" indicates that this is some background task performed by the system, you can ignore it.
If you want to find all the details, hit the corresponding button at the bottom, or run a query against the audit log. Here's an example value:
[
{
"Name": "DomainController",
"Value": ""
},
{
"Name": "Identity",
"Value": "EURPR03A001.prod.outlook.com/Microsoft Exchange Hosted Organizations/michev.onmicrosoft.com/DiscoverySearchMailbox{D919BA05-46A6-415f-80AD-7E09334BB852}"
},
{
"Name": "User",
"Value": "EURPR03A001.prod.outlook.com/Microsoft Exchange Hosted Organizations/michev.onmicrosoft.com/Discovery Management"
},
{
"Name": "AccessRights",
"Value": "FullAccess"
}
]
VasilMichev
Aug 02, 2022MVP
A user value of "NT AUTHORITY\SYSTEM (Microsoft.Exchange.Servicehost)" indicates that this is some background task performed by the system, you can ignore it.
If you want to find all the details, hit the corresponding button at the bottom, or run a query against the audit log. Here's an example value:
[
{
"Name": "DomainController",
"Value": ""
},
{
"Name": "Identity",
"Value": "EURPR03A001.prod.outlook.com/Microsoft Exchange Hosted Organizations/michev.onmicrosoft.com/DiscoverySearchMailbox{D919BA05-46A6-415f-80AD-7E09334BB852}"
},
{
"Name": "User",
"Value": "EURPR03A001.prod.outlook.com/Microsoft Exchange Hosted Organizations/michev.onmicrosoft.com/Discovery Management"
},
{
"Name": "AccessRights",
"Value": "FullAccess"
}
]
If you want to find all the details, hit the corresponding button at the bottom, or run a query against the audit log. Here's an example value:
[
{
"Name": "DomainController",
"Value": ""
},
{
"Name": "Identity",
"Value": "EURPR03A001.prod.outlook.com/Microsoft Exchange Hosted Organizations/michev.onmicrosoft.com/DiscoverySearchMailbox{D919BA05-46A6-415f-80AD-7E09334BB852}"
},
{
"Name": "User",
"Value": "EURPR03A001.prod.outlook.com/Microsoft Exchange Hosted Organizations/michev.onmicrosoft.com/Discovery Management"
},
{
"Name": "AccessRights",
"Value": "FullAccess"
}
]
- cbronAug 02, 2022Brass ContributorThank you Vasil!