Skip to content

Commit 047fca2

Browse files
committed
added beta version of malwarebytes oneview integration
1 parent c22b5f4 commit 047fca2

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
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 Beta Version of this 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 alias, host name of 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)