Forum Discussion
Giulio22
May 24, 2022Copper Contributor
Access monitoring Dynamics 365 - Sentinel
Hi,
can you tell me what is the best way to integrate the access monitoring of crm dynamics 365 on sentinel?
Thank you.
- GaryBusheyBronze ContributorThere is a Dynamics365 data connector as well as a Dynamics 365 Content hub solution (which I think would be your best bet)
- mikhailfSteel ContributorIt would be the best bet if this connector ingests SignIn activity logs.
- mikhailfSteel Contributor
Hello Giulio22,
I assume that access to Dynamics 365 is performed based on a Microsoft user, and it means that you can see logs in Azure Active Directory -> Sign-in logs. If it is so, you should connect Azure Active Directory to Sentinel and filter logs by Application. Thereby you will be able to see who accesses Dynamic 365.
For example, by running this query:SigninLogs
| where AppDisplayName contains "Dynamics 365"