Malwarebytes
Visualize Malwarebytes configurations and findings, and monitor changes through queries and alerts.
- Installation guide
- Malwarebytes data model
Installation
JupiterOne requires a Malwarebytes account ID, API client ID and client secret to interact with the API. For more information on obtaining API credentials, refer to Malwarebyte's API documentation.
Configuration in JupiterOne
To install the Malwarebytes integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Malwarebytes. Click New Instance to begin configuring your integration, providing the requires the following:
Account Name used to identify the Malwarebytes 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.Account ID of your Malwarebytes account.
Your MalwareBytes Client ID and Client Seecret configured for this integration.
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 | malwarebytes_account | Account |
Configuration | malwarebytes_configuration | Configuration |
Finding | malwarebytes_finding | Finding |
Group | malwarebytes_group | Group |
HostAgent | malwarebytes_agent | HostAgent |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
malwarebytes_account | HAS | malwarebytes_agent |
malwarebytes_account | HAS | malwarebytes_group |
malwarebytes_agent | PROTECTS | USER_ENDPOINT |
malwarebytes_agent | IDENTIFIED | malwarebytes_finding |
malwarebytes_group | HAS | malwarebytes_agent |
malwarebytes_group | HAS | malwarebytes_configuration |