Mimecast
Visualize Mimecast accounts, domains, users, map Mimecast users to employees, and monitor changes through queries and alerts.
- Installation guide
- Mimecast data model
Installation
You must have admin access to your Mimecast account, as you will need to create an Application Integration.
Configuration in Mimecast
In the Mimecast admin console:
- Go to Administration > Services > API and Platform Integrations
- Select Your Application Integrations category
- Click on Add API Application or click on an existing enabled Application in this section
- Here you will be able to view the
Application ID
andApplication Key
, both of which you will need for authentication in JupiterOne. - If you have not already generated keys, do so now by clicking the
Create Keys
option - Save the contents of the
accessKey
andsecretKey
generated, as you will need to input them into JupiterOne.
Configuration in JupiterOne
To install the Mimecast integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Mimecast. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the Mimecast account in JupiterOne. Ingested entities will have this value stored in
tag.AccountName
when theAccountName
toggle is enabled.Description to assist in identifying the integration instance, if desired.
Polling Interval that you feel is sufficient for your monitoring needs. You may leave this as
DISABLED
and manually execute the integration.Application ID, Application Key, accessKey, and secretKey generated for use by JupiterOne.
Click Create once all values are provided to finalize the integration.
Next steps
Now that your integration instance has been configured, it will begin running on the polling interval you provided, populating data within JupiterOne. Continue on to our Instance management guide to learn more about working with and editing integration instances.
Data Model
Entities
The following entities are created:
Resources | Entity _type | Entity _class |
---|---|---|
Account | mimecast_account | Account |
Awareness_Campaign | mimecast_awareness_campaign | Training |
Domain | mimecast_domain | Domain |
User | mimecast_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
mimecast_account | HAS | mimecast_awareness_campaign |
mimecast_account | HAS | mimecast_domain |
mimecast_domain | HAS | mimecast_user |
mimecast_user | ASSIGNED | mimecast_awareness_campaign |
mimecast_user | COMPLETED | mimecast_awareness_campaign |