Apps
Microsoft Graph

Interpres Application - Microsoft Graph

  • Type: Endpoint
  • Vendor: Microsoft

This app integrates with Microsoft Graph Advanced to get detections, alerts, and telemetry

Vendor setup

  1. Search for App registrations
Document image

  1. Click + New registration
Document image

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

  1. Copy the application (client) ID and the Directory (tenant) ID over to the Interpres integration setup page
Document image

  1. Click Manifest
Document image

  1. Replace requiredResourceAccess with the following:
JSON


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

Text

  1. Click Save
Document image

  1. Click API permissions then Grant admin consent for YOUR_TENANT
Document image

  1. Click Certificates & Secrets then New client secret
Document image

  1. Enter "Interpres" for the description and choose "12 months".
Document image

  1. Copy the client secret "Value" over to the Interpres integration setup.

App Configuration

App Parameters:

  • 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.

App Validation

Check there is connectivity (green light) in the integration created.

Implemented Actions

  • 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.