Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added malwarebytes directory with threatdown_apis_malwarebytes.yml an… #380

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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