Skip to main content

How to Import Microsoft 365 and Entra ID Logs

Introduction

The Cado platform supports acquiring and processing the following logs from Microsoft 365 and Entra ID:

  • Microsoft 365 Unified Audit Log (UAL)
  • Entra ID Audit logs
  • Entra ID Sign-in logs

Note: This feature is currently in Beta, so you need to enable the 'SaaS Imports' feature in the /settings/experiments page.

Before acquiring these logs, a Microsoft Entra application and service principal must be set up and configured in the Azure portal. You can refer to the Microsoft documentation for more details.

Service Principal Setup

To support the acquisition of Microsoft 365 and Entra ID logs, follow these steps to set up a service principal:

Register an Application with Microsoft Entra ID and Create a Service Principal

  • While setting up the service principal, using a redirect URL is optional.

Entra ID Roles and Administrators

To pull logs from Exchange, follow these steps:

  1. Open Entra ID.
  2. Click on Roles and Administrators.

Roles and administrators

  1. Search for Exchange Admin and select the "Exchange administrator" role.

Roles and administrators - Exchange Admin

  1. Click Add Assignments.
  2. Type the name of the app registration assigned to the Exchange connector and add it.

Roles and administrators - Exchange Admin - Assignments

  1. Save the changes and try the connector again after a few minutes.

Assign a Role to the Application

  • Assign the application to one of your subscriptions.
  • Apply the Security Reader role to the application.

Sign In to the Application

Set Up Authentication

  • Use Option 3: Create a new client secret.
  • Avoid using "Key Vault" and securely store your secret keys elsewhere.
  • If any changes are made to the service principal, new secret keys must be generated and used.
  1. Go to the Microsoft Entra admin center.
  2. Under Applications > App Registrations, find and select your newly created application.
  3. Click API Permissions and select Add a Permission.
  4. For Microsoft APIs, select Microsoft Graph and add the permission AuditLog.Read.All.

Request API Permissions - MS Graph

  1. For Office 365 logs, add the ActivityFeed.Read permission from Office 365 Management APIs.

Request API Permissions - Office 365

  1. For Office 365 Exchange Online, add the full_access_as_app and Exchange.ManageAsApp permissions.

Request API Permissions - Office 365 Exchange Online

Request API Permissions - Office 365 Exchange Online

  1. Once the permissions are added, grant admin consent under Entra Admin Center > Enterprise Applications. Refer to Grant Tenant-wide Admin Consent for further instructions.

Log Acquisition

Once the Microsoft Entra application and service principal are set up in the Azure portal, you can add the credentials to the Cado platform:

  1. Navigate to Settings > Integrations > Microsoft SaaS (/settings/integrations/microsoft).
  2. Select Add Credential and enter the following details:
    • Name: A friendly name, such as "MS SaaS."
    • Tenant ID: Found in the Directory (tenant) ID field in Azure app registration.
    • Client ID: Found in the Application (client) ID field in Azure app registration.
    • Client Secret: Found in the Client credentials field in Azure app registration.
    • Organization: Organization value ending in .onmicrosoft.com.

MS SaaS - Add Creds

To import logs, use the import wizard within an investigation and select SaaS. You will see options for:

  • Microsoft 365 Logs
  • Microsoft Entra ID

MS SaaS - Import

After selecting a SaaS application, choose the credentials entered on the integrations page.

MS SaaS - Import - Select Creds

You will be presented with options to refine the acquisition based on the SaaS application. For example, for Microsoft 365 UAL acquisition, you can filter by timeframe, user, IP, or workload.

MS SaaS - Import - Config

After reviewing your selections, proceed with the import. Once completed, the logs will be available in the main timeline for viewing and searching.

Log Field Mapping

Microsoft 365 Unified Audit Log (UAL)

UAL FieldCado FieldCado Facet Name
ClientIPsource_hostnameSource Hostname
UserIDuserUsers
WorkloadsourcetypeDatatype

Entra ID Audit Logs

Audit Log FieldCado FieldCado Facet Name
InitiatedBy.User.IPAddresssource_hostnameSource Hostname
InitiatedBy.User.UserPrincipalNameuserUsers

Entra ID Sign-in Logs

Sign-in Log FieldCado FieldCado Facet Name
IPAddresssource_hostnameSource Hostname
UserPrincipalNameuserUsers
ResourceDisplayNamesourcetypeDatatype

For example, you can filter data by the "AzureActiveDirectory" workload by selecting it in the Datatype facet.