Apps
Microsoft Graph
Interpres Application - Microsoft Graph
- Type: Endpoint
- Vendor: Microsoft
This app integrates with Microsoft Graph Advanced to get detections, alerts, and telemetry
- Search for App registrations

- Click + New registration

- Enter "Interpres" for the app name. Leave the other defaults (Single-tenant, no Redirect URI). Click "Register".

- Copy the application (client) ID and the Directory (tenant) ID over to the Interpres integration setup page

- Click Manifest

- Replace requiredResourceAccess with the following:

As an alternative to Step 7, you can manually add the following permissions (as Application):

- Click Save

- Click API permissions then Grant admin consent for YOUR_TENANT

- Click Certificates & Secrets then New client secret

- Enter "Interpres" for the description and choose "12 months".

- Copy the client secret "Value" over to the Interpres integration setup.
- tenant_id (string): Tenant ID
- client_id (string): Client ID
- client_secret (password): Client Secret
- max_search_size (numeric): The maximum number of alerts to grab per query frequency. The query frequency is set to 10 minutes by default.
Check there is connectivity (green light) in the integration created.
- get_alerts: Gets the latest alerts.
- get_available_telemetry: Returns a list of telemetry identifiers with their current status.
- get_detections: Returns a list of detections.