---
title: ThreatDown OneView
description: ''
slug: /help/docs/platform-services/automation-service/app-central/integrations/threatdown-oneview/
canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/threatdown-oneview/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
***Version: 1.1
Updated: April 30, 2026***
Malwarebytes ThreatDown OneView (MBOV) provides your business with a powerful and affordable security management platform that gives security teams maximum control. OneView streamlines endpoint security management by providing out-of-the-box security policies, scans, and remediation.
## Actions
* **Create Exclusion** *(Containment)* - Create Exclusion.
* **Create Policy** *(Containment)* - Create policy.
* **Delete Exclusion** *(Containment)* - Delete exclusion by ID.
* **Delete Policy** *(Containment)* - Delete policy by ID.
* **Get Account Info** *(Enrichment)* - Retrieve Account Info.
* **Get Endpoint** *(Enrichment)* - Retrieve a single ID by its universally unique identifier.
* **Get Endpoint Status** *(Enrichment)* - Get the status of an endpoint.
* **Get Exclusion** *(Enrichment)* - Get exclusion by ID.
* **Get Job Status** *(Enrichment)* - Get details about an issued job by ID.
* **Get Policy** *(Enrichment)* - Get policy by ID.
* **Get Suspicious Activity** *(Enrichment)* - Fetch suspicious activity of an endpoint.
* **Issue Job** *(Containment)* - Issue a job (scan endpoint, restart endpoint, check for updates).
* **List Detections** *(Enrichment)* - Search detections.
* **List Policies** *(Enrichment)* - Retrieve a list of policies.
* **List Sites** *(Enrichment)* - Retrieves a list of all sites associated with the account.
* **List Vulnerabilities** *(Enrichment)* - Search CVE grouped by a specific field.
* **Remediate Activity** *(Containment)* - Remediate suspicious activity of an endpoint.
* **Search Endpoints** *(Enrichment)* - Search all endpoints, or search either the alias or the host name of a fully qualified host name.
* **Update Exclusion** *(Containment)* - Update Exclusion by ID.
* **Update Policy** *(Containment)* - Update policy.
## Category
Threat Intelligence Reputation
## ThreatDown OneView configuration
### Generate API credentials
[Create API credentials](https://support.threatdown.com/hc/en-us/articles/4413799441683-Create-OAuth2-credentials-for-OneView) from your Malwarebytes account:
1. Sign in to [Malwarebytes](https://oneview.threatdown.com/dashboard) with your Malwarebytes account.
2. Click **Integrate**.
3. Click **"+"** to create credentials.
4. Give a name to the application.
1. Select the required access.
When configuring credentials for the integration, permissions can be set to Read, Write, and Execute. While it's possible to grant only the required permissions based on your use case, we recommend assigning all three permissions during credential creation. This ensures full compatibility with all available actions in the integration and avoids permission-related failures in the future.
The minimum required permissions vary based on the type of actions being performed:
* Enrichment actions
* These actions only retrieve data.
* Required Permission: Read
* Containment actions
* These actions perform changes or take action on endpoints.
* Required Permissions: Write and Execute
5. After this you will get an Client ID and Client Secret. Copy the Client ID and Client Secret.
## Configure ThreatDown OneView in Automation Service and Cloud SOAR
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
*
* **URL**. Enter your ThreatDown OneView site URL, for example, `https://api.malwarebytes.com`.
* **Client ID**. Enter your ThreatDown OneView [client ID](https://support.threatdown.com/hc/en-us/articles/4413799441683-Create-OAuth2-credentials-for-OneView).
* **Client Secret**. Enter the secret for your client ID.
*
*
*
*
For information about ThreatDown OneView, see [ThreatDown OneView documentation](https://support.threatdown.com/hc/en-us/sections/4413802067603-Administration).
## Change Log
* March 7, 2025 - First upload
* April 30, 2026 (v1.1) - Upgraded the `python3_generic` Docker image (Python 3.8) to `python3_12_generic` (Python 3.12) to address Python 3.8 end-of-life and improve security and performance.