# Malwarebytes Grid API

**Canonical:** https://apis.io/apis/malwarebytes/malwarebytes-grid-api/  
**Provider:** Malwarebytes — https://apis.io/providers/malwarebytes/  
**Base URL:** https://api.threatdown.com  
**Documentation:** https://api.threatdown.com/nebula/v1/docs

Malwarebytes Grid API is one of 52 APIs that [Malwarebytes](https://apis.io/providers/malwarebytes/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Grid. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

# Grid Introduction Using the following API, you can search endpoints, detections, software inventory, vulnerabilities, rid rules, os-patches, device control events and dns logs. This API allows to perform filtering, sorting, grouping and aggregating of data by specifying constraints based on the field type. Available constraints for searching based on value type | Value Type | Constraints | | --- |----| | Simple String | equals, not_equals, contains, not_contains | | String (with enum) | equals, not_equals | | String/UUID (entity reference) | equals, not_equals | | Version | equals, not_equals | | Number | gt, lt, gte, lte | | Timestamp | start, end | | IP | ip | | Boolean | equals, not_equals | Grid API also supports compound constraints that can be constructed with the keywords **allOf**, **anyOf**, **noneOf** Example of compound constraint: ```json { "constraints": [ { "allOf": [ { "field": "agent.host_name", "operator": "contains", "value": "a" }, { "field": "machine.is_deleted", "operator": "equals", "value": false }, { "anyOf": [ { "field": "agent.os_info.os_platform", "operator": "equals", "value": "Linux" }, { "field": "agent.os_info.os_platform", "operator": "equals", "value": "MacOS" } ] } ] } ] } ``` In this example all the records that contain **a** in the ***agent.host_name***, have ***machine.is_deleted*** set to false and whose ***os_platform*** is equal to **either** ***Linux*** or ***MacOS*** will be returned.

## Machine-readable artifacts (4)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/malwarebytes/refs/heads/main/openapi/malwarebytes-grid-api-openapi.yml
- **Documentation** — https://api.threatdown.com/nebula/v1/docs
- **APIReference** — https://api.threatdown.com/nebula/v1/docs
- **Documentation** — https://cloud.malwarebytes.com/api/v2/oneview/docs

## Other Malwarebytes APIs (12)

- [Malwarebytes Account API](https://apis.io/apis/malwarebytes/malwarebytes-account-api/)
- [Malwarebytes AI Detection & Response API](https://apis.io/apis/malwarebytes/malwarebytes-ai-detection-response-api/)
- [Malwarebytes App Block API](https://apis.io/apis/malwarebytes/malwarebytes-app-block-api/)
- [Malwarebytes Assets API](https://apis.io/apis/malwarebytes/malwarebytes-assets-api/)
- [Malwarebytes Authentication API](https://apis.io/apis/malwarebytes/malwarebytes-authentication-api/)
- [Malwarebytes Case Management API](https://apis.io/apis/malwarebytes/malwarebytes-case-management-api/)
- [Malwarebytes Content Filtering API](https://apis.io/apis/malwarebytes/malwarebytes-content-filtering-api/)
- [Malwarebytes Copilot API](https://apis.io/apis/malwarebytes/malwarebytes-copilot-api/)
- [Malwarebytes Detections API](https://apis.io/apis/malwarebytes/malwarebytes-detections-api/)
- [Malwarebytes Device Control API](https://apis.io/apis/malwarebytes/malwarebytes-device-control-api/)
- [Malwarebytes DNS API](https://apis.io/apis/malwarebytes/malwarebytes-dns-api/)
- [Malwarebytes DNS Logs API](https://apis.io/apis/malwarebytes/malwarebytes-dns-logs-api/)

## Tags

Grid

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/malwarebytes/malwarebytes-grid-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/malwarebytes/.
