---
title: Malwarebytes Nebula
description: ''
slug: /help/docs/platform-services/automation-service/app-central/integrations/malwarebytes-nebula/
canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/malwarebytes-nebula/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
***Version: 1.3
Updated: April 30, 2026***
Query data and execute actions on Malwarebytes Nebula cloud-hosted security platform.
## Actions
* **Create Exclusion** *(Containment)* - Create Exclusion.
* **Update Exclusion** *(Containment)* - Update Exclusion by ID.
* **Delete Exclusion** *(Containment)* - Delete exclusion by ID.
* **Get Exclusion** *(Enrichment)* - Get exclusion by ID.
* **List Exclusions** *(Enrichment)* - Retrieve a list of exclusions.
* **Create Policy** *(Containment)* - Create policy.
* **Update Policy** *(Containment)* - Update policy.
* **Delete Policy** *(Containment)* - Delete policy by ID.
* **Get Policy** *(Enrichment)* - Get policy by ID.
* **List Policies** *(Enrichment)* - Retrieve a list of policies.
* **Get Endpoint** *(Enrichment)* - Retrieve a single ID by its universally unique identifier.
* **Get Endpoint Status** *(Enrichment)* - Get the status of an endpoint.
* **Get Suspicious Activity** *(Enrichment)* - Fetch suspicious activity of an endpoint.
* **Remediate Activity** *(Containment)* - Remediate suspicious activity of an endpoint.
* **Nebula Events Daemon** *(Daemon)* - Automatically retrieve events associated with your account.
* **Issue Job** *(Containment)* - Issue a job (scan endpoint, restart endpoint check for updates).
* **Get Job Status** *(Enrichment)* - Get details about an issued job by ID.
* **Search Endpoints** *(Enrichment)* - Search all endpoints or search either alias, host name of fully qualified host name.
* **Check Job Status** *(Enrichment)* - Check if job status is completed and return details.
* **List Vulnerabilities** *(Enrichment)* - Search CVE grouped by a specific field.
* **List Detections** *(Enrichment)* - Search detections.
## Category
Threat Intelligence Reputation
## Configure Malwarebytes Nebula 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 Malwarebytes Nebula URL.
* **Nebula Account ID**. Enter your Malwarebytes Nebula [account ID](https://support.threatdown.com/hc/en-us/articles/27351168135059-Locate-the-Account-ID-for-Nebula).
* **Client ID**. Enter your Malwarebytes Nebula [client ID](https://support.threatdown.com/hc/en-us/articles/10594516370835-Create-OAuth2-credentials-for-Nebula).
* **Client Secret**. Enter the secret for the client ID.
*
*
*
*
For information about Malwarebytes Nebula, see [Malwarebytes Nebula documentation](https://support.threatdown.com/hc/en-us/articles/39778873445139-Nebula-Quick-Start-Guide).
## Change Log
* May 31, 2021 - First upload
* June 17, 2021 - New actions
+ Issue Job
+ Get Job Status
* May 25, 2022 - New action
+ Search Endpoints
* December 2, 2022 - New action
+ Check Job Status
* July 11, 2023 (v1.1) - Updated the integration with Environmental Variables
* March 7, 2024 (v1.2) - New actions
+ List Vulnerabilities
+ List Detections
* April 30, 2026 (v1.3) - 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.