Skip to content

Commit 3420bd5

Browse files
added beta version of malwarebytes oneview integration (#4658)
* added beta version of malwarebytes oneview integration * Updates from review --------- Co-authored-by: John Pipkin <[email protected]>
1 parent 835a7f1 commit 3420bd5

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

docs/integrations/product-list/product-list-m-z.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For descriptions of the different types of integrations Sumo Logic offers, see [
1717
| :-- | :-- | :-- |
1818
| <img src={useBaseUrl('img/integrations/hosts-operating-systems/mac-apple-icon.png')} alt="Thumbnail icon" width="50"/> | [macOS](https://www.apple.com/macos) | App: [macOS OpenTelemetry](/docs/integrations/hosts-operating-systems/opentelemetry/macos-opentelemetry/) <br/>Collectors: <br/>- [Install a Collector on macOS](/docs/send-data/installed-collectors/macos/) <br/>- [Install OpenTelemetry Collector on macOS](/docs/send-data/opentelemetry-collector/install-collector/macos/) |
1919
| <img src={useBaseUrl('img/integrations/webhooks/mailgun-logo.png')} alt="Thumbnail icon" width="50"/> | [Mailgun](https://www.mailgun.com/) | Webhook: [Mailgun](/docs/integrations/webhooks/mailgun/) |
20-
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/malwarebytes-nebula.png')} alt="Thumbnail icon" width="100"/> | [Malwarebytes](https://www.malwarebytes.com/) | Automation integration: [Malwarebytes Nebula](/docs/platform-services/automation-service/app-central/integrations/malwarebytes-nebula/) <br/>Cloud SIEM integration: [Malwarebytes](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/2e08dea2-4048-4f0f-9af8-aa85881151ad.md) |
20+
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/malwarebytes-nebula.png')} alt="Thumbnail icon" width="100"/> | [Malwarebytes](https://www.malwarebytes.com/) | Automation integrations: <br/>- [Malwarebytes Nebula](/docs/platform-services/automation-service/app-central/integrations/malwarebytes-nebula/) <br/>- [Malwarebytes Oneview](/docs/platform-services/automation-service/app-central/integrations/malwarebytes-oneview/) <br/>Cloud SIEM integration: [Malwarebytes](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/2e08dea2-4048-4f0f-9af8-aa85881151ad.md) |
2121
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/manage-engine-desktop-central.png')} alt="Thumbnail icon" width="100"/> | [ManageEngine](https://www.manageengine.com/) | Automation integration: [ManageEngine Desktop Central](/docs/platform-services/automation-service/app-central/integrations/manage-engine-desktop-central/) <br/>Cloud SIEM integration: [ManageEngine](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/e6417fdd-1aa1-436e-a659-38d71e51599f.md) |
2222
| <img src={useBaseUrl('img/integrations/databases/mariadb.png')} alt="Thumbnail icon" width="50"/> | [MariaDB](https://mariadb.org/) | Apps: <br/>- [MariaDB](/docs/integrations/databases/mariadb/) <br/>- [MariaDB - OpenTelemetry](/docs/integrations/databases/opentelemetry/mariadb-opentelemetry/) |
2323
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/material-security.png')} alt="Thumbnail icon" width="100"/> | [Material Security](https://material.security/) | Automation integration: [Material Security](/docs/platform-services/automation-service/app-central/integrations/material-security/) |
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Malwarebytes Oneview
3+
description: ''
4+
---
5+
import useBaseUrl from '@docusaurus/useBaseUrl';
6+
7+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/malwarebytes-oneview.png')} alt="malwarebytes-oneview" width="100"/>
8+
9+
***Version: 0.1
10+
Updated: Oct 16, 2024***
11+
12+
Malwarebytes 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.
13+
14+
:::note
15+
This is a beta version of the integration.
16+
:::
17+
18+
## Actions
19+
20+
* **Create Exclusion** *(Containment)* - Create Exclusion.
21+
* **Update Exclusion** *(Containment)* - Update Exclusion by ID.
22+
* **Delete Exclusion** *(Containment)* - Delete exclusion by ID.
23+
* **Get Exclusion** *(Enrichment)* - Get exclusion by ID.
24+
* **List Exclusions** *(Enrichment)* - Retrieve a list of exclusions.
25+
* **Create Policy** *(Containment)* - Create policy.
26+
* **Update Policy** *(Containment)* - Update policy.
27+
* **Delete Policy** *(Containment)* - Delete policy by ID.
28+
* **Get Policy** *(Enrichment)* - Get policy by ID.
29+
* **List Policies** *(Enrichment)* - Retrieve a list of policies.
30+
* **Get Endpoint** *(Enrichment)* - Retrieve a single ID by its universally unique identifier.
31+
* **Get Endpoint Status** *(Enrichment)* - Get the status of an endpoint.
32+
* **Get Suspicious Activity** *(Enrichment)* - Fetch suspicious activity of an endpoint.
33+
* **Remediate Activity** *(Containment)* - Remediate suspicious activity of an endpoint.
34+
* **Nebula Events Daemon** *(Daemon)* - Automatically retrieve events associated with your account.
35+
* **Issue Job** *(Containment)* - Issue a job (scan endpoint, restart endpoint, check for updates).
36+
* **Get Job Status** *(Enrichment)* - Get details about an issued job by ID.
37+
* **Search Endpoints** *(Enrichment)* - Search all endpoints, or search either the alias or the host name of a fully qualified host name.
38+
* **Check Job Status** *(Enrichment)* - Check if job status is completed and return details.
39+
* **List Vulnerabilities** *(Enrichment)* - Search CVE grouped by a specific field.
40+
* **List Detections** *(Enrichment)* - Search detections.
41+
42+
## Category
43+
44+
Threat Intelligence Reputation
45+
46+
## Change Log
47+
48+
* October 16, 2024 - First upload
3.87 KB
Loading

0 commit comments

Comments
 (0)