Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions malwarebytes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# ThreatDown APIs (1.0.0)

## Description
ThreatDown OneView APIs provide you resources to remotely manage the
security of your devices from code. It integrates ThreatDown protection into
your workflows and pipelines. The following are some of the actions you can
do with OneView APIs:


- Manage the security of your endpoints.

- Analyze endpoint assets.

- Perform advance analysis on detections of malware, ransomware, exploits, and other threats by ThreatDown Endpoint Agent.

- Scan, isolate, remediate, and reboot endpoints.

- Create new sites.

- Provision OneView users.

- Create subscriptions for your customers.

- Subscribe to security Webhook events to get notified of detections.

## Authentication
ThreatDown API uses OAuth2 to allow secure authorization in a simple and standard method from web, mobile, and desktop applications.


See the [Authentication](#operation/api.oneview.oauth2.token) section for specific information about supported grants.

```bash
git clone https://github.com/your-username/awesome-project.git
cd awesome-project
Loading