Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 21 Next »

Overview

Mimecast is a cloud-based, anti-spam, and archive filtering service for securing email accounts and communications for businesses. This collector protects an enterprise’s email infrastructure from viruses, malware, phishing, and the rise of deep-fake attacks. It also makes it possible to automate the recovery of archived and affected emails for continuous use. It can predict and anticipate attacks and deal with losses from ransomware attacks using data archiving.

The Devo Mimecast Collector uses the Mimecast API to extract all the relevant information and send it as events to Devo.

Data sources

Data source

Description

API endpoint

Devo table

Audit

Audit Events

/api/audit/get-audit-events

mail.mimecast.audit.events

Attachments

Attachment Protection Logs

/api/ttp/attachment/get-logs

mail.mimecast.ttp.attachment

Impersonation

TTP Impersonation Protect Logs

/api/ttp/impersonation/get-logs

mail.mimecast.ttp.impersonation

Url

TTP URL Logs

/api/ttp/url/get-logs

mail.mimecast.ttp.url

Search

Search Logs

/api/archive/get-search-logs

mail.mimecast.archive.search

View

Archive Message View Logs

/api/archive/get-view-logs

mail.mimecast.archive.messageview

Threatfeed

Threat Intel Feed

/api/ttp/threat-intel/get-feed

mail.mimecast.threat.feed

Messageholdlist

Hold Message List

/api/gateway/get-hold-message-list

mail.mimecast.message.list

Messageholdsummary

Message Hold Summary List

/api/gateway/get-hold-summary-list

mail.mimecast.message.summary

Dashboard

Dashboard Notifications

/api/account/get-dashboard-notifications

mail.mimecast.account.dashboard

Siem

SIEM Logs

/api/audit/get-siem-logs

mail.mimecast.siem.receipt
mail.mimecast.siem.process
mail.mimecast.siem.delivery
mail.mimecast.siem.jrnl
mail.mimecast.siem.av
mail.mimecast.siem.iep
mail.mimecast.siem.impersonation
mail.mimecast.siem.spameventthread
mail.mimecast.siem.ttp

For more information on how the events are parsed, visit our page.

Vendor setup

There are some requirements to configure the Mimecast collector:

  • Accessing your API applications.

  • Creating user API keys. Refer to the Mimecast official documentation for more information.

 Access your API applications
  1. Log in to the Administration Console.

  2. Click on the Administration toolbar button.

  3. Select the Services/API and Platform Integrations menu item.

Once your API applications display you can:

  • Add an application.

  • Edit an application.

  • Delete an application.

Refer to the Mimecast official documentation for more information.

 Create API keys

Scroll to the middle of API Concepts for detailed instructions.

Authentication

The Mimecast Collector API 2.0 needs two keys that the API uses:

  • Client ID (client_id).

  • Client secret (client_secret)

 Credentials

Steps and information to generate these keys can be found in this article.

 Permissions

Each API call has a prerequisite section that tells you what permissions are needed for the call. Usually, a basic administrator role will be enough, which should allow you to use the same API keys generated for multiple API calls under the application.  

If you want to create a custom administrative role for this API service account user, follow these steps: 

  1. Navigate to Administration → Account → Roles. 

  2. Click New Role.

  3. Enter a Role Name and Description.

  4. In the Application Permissions section, select the boxes for each required role to be used by the service user account. 

  5. Click Save and Exit

  6. Locate the newly created role and click on the role name. 

  7. Click Add User to Role

  8. Select the email address of the API service user account.

If you want to add the service account user to an existing role:

  1. Navigate to Administration → Account → Roles. 

  2. Click on the administrator role the user will be added to. 

  3. Click Add User to Role.

  4. Select the email address of the API service user account.

Find more details in the Customer Community.

Run the collector

Once the data source is configured, you can either send us the required information if you want us to host and manage the collector for you (Cloud collector), or deploy and host the collector in your own machine using a Docker image (On-premise collector).

Change log

Release

Released on

Release type

Details

Recommendations

 v2.0.1

IMPROVEMENTS

-

Recommended version

 v1.2.0

IMPROVEMENTS

Improvements

  • Upgraded the mimecast api from v1 to v2.

  • Updated DCSDK from 1.10.2 to 1.11.1

-

  • No labels