# Office 365 Azure Registration

The CyberCyte portal provide Office 365 integration for more comprehensive visibility. We recommend it for machines without an agent on the domain, accounts with unchanged passwords, locked accounts and analysis of the domain infrastructure.

## 1. Create MS Azure App

Please log in to the MS Azure Portal and navigate to <https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade>

Register a new applicaiton on a signle tennant with "+ New registration" button. Do not put any URL for endpoint.

<figure><img src="/files/uMNJDRA87vSJJ7UHY0ID" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/LEkOkeUUMYvlmwmD6LZ5" alt=""><figcaption></figcaption></figure>

## 2. Get The Client ID & Tenant ID

After the registration, please navigate to "Manage" -> "Certificates & Secrets". Please add a new client secret and copy it.

<figure><img src="/files/WoCKQqXWh3nXAwwqxk9s" alt=""><figcaption></figcaption></figure>

From the "Overview" menu, please copy the "Application (client) ID" and "Directory (tenant) ID".

Go back to the "Manage" menu and navigate to "API permissions". Add a new permission and select the "Microsoft Graph Permission".

&#x20;

<figure><img src="/files/Z31md20MYXCBA1cDdnMD" alt=""><figcaption></figcaption></figure>

Select the "Applicaiton Permissions".

<figure><img src="/files/tjLLW8ohrvXxMbK622Wp" alt=""><figcaption></figcaption></figure>

Select the "Group.Read.All", "User.Read.All" and "GroupMember.Read.All", "Device.Read.All" permissions.

<figure><img src="/files/f1XvrBNgXcF5hJjcVB25" alt=""><figcaption></figcaption></figure>

Grand admin consent after adding the permissions.

<figure><img src="/files/Msln6PNE4ixOkxGm60hE" alt=""><figcaption></figcaption></figure>

## 3. Adding the MS Graph API Credential to The CyberCyte Portal

Please navigate to "Settings & Reporting" -> "Credential Settings" -> "Remote Credentials" -> Click on "+ Credential" button. Select the "Microsft Graph API Credential". copy the "Application (client) ID", "Directory (tenant) ID" and "Client Secret" that created on Azure Portal.

## 4. Repository Integration

Please navigate to "Settings & Reporting" -> "Integration Settings" -> "Repository Management". Click on the "+Repository" button to create a new Azure AD(Active Directory) repository and select the "Azure AD" as Type, and please select the credential that we created in the first step as a "Remote Credential". After that please fill the rest of the blank fields.

## 5. Reviewing the Results

Please navigate to "Dashboards" -> "Asset & Identity" -> "Asset Overview" -> "Domain Overview" and "Asset Overview". The "Domain Overview" and "Asset Overview" dashboards provides a great visibility on the active directory and domain information.

Also, the results can be analyzed from under the "Threat Hunting" -> "Analysis & Investigation" -> "Assets".

After integration, the data obtained must be validated and, if necessary, white-listing or rule definitions must be made. There are already defined rules on CyberCyte, and listing can be done with additional analyses to these rules. Our primary recommendation is to double-check in parallel with the existing solutions in the user's infrastructure.

You can access the relevant findings via dashboards, and you can go to the relevant analysis table by clicking on the data.

<figure><img src="/files/H9KQeZOysvlA979rghYS" alt=""><figcaption></figcaption></figure>

When you right-click on any data, you can provide list management under "List Management" from the options that appear on the screen. Similarly, if a special rule needs to be defined, you can create a special rule with the "Rule Management" -> "Add value as a Classification Rule" option and trigger the notification mechanism. The rule management explained in this link <https://docs.cloudcyte.com/getting-started/classification-rules>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudcyte.com/getting-started/integrations/office-365-azure-registration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
