Malwarebytes Grid API
# Grid IntroductionUsing 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.
Malwarebytes Grid API is one of 52 APIs that Malwarebytes publishes on the 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.
This API exposes 112 operations across 112 paths. It is described by OpenAPI 3.2.0, at version 1.0.0.
Requests are made against a single base URL, https://api.threatdown.com.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Malwarebytes Grid API declares
2 security schemes
for authenticating requests.
It supports OAuth 2.0 (client_credentials) using the clientCredentials flow, exposing 3 scopes.
It accepts HTTP bearer tokens (user_permissions).
Paths & Operations 112
Across 112 paths, the API surfaces 112 operations — 1 DELETE, 111 POST. Each is listed below with its method, path, parameters, and response codes.
Grid Introduction Using the following API, you can search endpoints, detections, software inventory, vulnerabilities, rid rules, os-patches, device control events and dns logs. Th…
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Malwarebytes 12
Other APIs Malwarebytes publishes across the network.
This is an independent, third-party profile of Malwarebytes Grid API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.
The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.
Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.
info@apievangelist.com
·
Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and
you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.