How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

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.

112 operations 112 paths 0 schemas 1 DELETE111 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.threatdown.com
Authentication
OAuth 2.0, HTTP Bearer
Resource Areas
1

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 112

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…

POST
/nebula/v1/grid/action-logs/export
Export action logs
api.nebula.grid.export.action-logs 2 params body → 200
POST
/nebula/v1/grid/action-logs/export/async
Export action logs asynchronously
api.nebula.grid.export.action-logs.async 2 params body → 200
POST
/nebula/v1/grid/action-logs/search
Search action logs
api.nebula.grid.search.action-logs 2 params body → 200
POST
/nebula/v1/grid/action-logs/search-groupby
Search grouped action logs
api.nebula.grid.search.action-logs.group 2 params body → 200
POST
/nebula/v1/grid/ai-domains/export
Export AI domain activity
api.nebula.grid.export.ai_domains 2 params body → 200
POST
/nebula/v1/grid/ai-domains/export/async
Export AI domain activity (async)
api.nebula.grid.export.ai_domains.async 2 params body → 200
POST
/nebula/v1/grid/ai-domains/search
Search AI domain activity
api.nebula.grid.search.ai_domains 2 params body → 200
POST
/nebula/v1/grid/ai-domains/search-groupby
Group-by AI domain activity
api.nebula.grid.search.ai_domains.group 2 params body → 200
POST
/nebula/v1/grid/assets/software/export
Export software assets
api.nebula.grid.export.assets.software 2 params body → 200
POST
/nebula/v1/grid/assets/software/export/async
Export software assets asynchronously
api.nebula.grid.export.assets.software.async 2 params body → 200
POST
/nebula/v1/grid/assets/software/search
Search software assets
api.nebula.grid.search.assets.software 2 params body → 200
POST
/nebula/v1/grid/assets/software/search-groupby
Search grouped software assets
api.nebula.grid.search.assets.software.group 2 params body → 200
POST
/nebula/v1/grid/cve/export
Export CVEs
api.nebula.grid.export.cve 2 params body → 200
POST
/nebula/v1/grid/cve/export/async
Export CVEs asynchronously
api.nebula.grid.export.cve.async 2 params body → 200
POST
/nebula/v1/grid/cve/search
Search CVEs
api.nebula.grid.search.cve 2 params body → 200
POST
/nebula/v1/grid/cve/search-groupby
Search grouped CVEs
api.nebula.grid.search.cve.group 2 params body → 200
POST
/nebula/v1/grid/cve/events/export
Export historical CVEs
api.nebula.grid.export.cve.events 2 params body → 200
POST
/nebula/v1/grid/cve/events/search
Search historical CVEs
api.nebula.grid.search.cve.events 2 params body → 200
POST
/nebula/v1/grid/cve/events/search-groupby
Search grouped historical CVEs
api.nebula.grid.search.cve.events.group 2 params body → 200
POST
/nebula/v1/grid/detections/export
Export detections
api.nebula.grid.export.detections 2 params body → 200
POST
/nebula/v1/grid/detections/export/async
Export detections asynchronously
api.nebula.grid.export.detections.async 2 params body → 200
POST
/nebula/v1/grid/detections/search
Search detections
api.nebula.grid.search.detections 2 params body → 200
POST
/nebula/v1/grid/detections/search-groupby
Search grouped detections
api.nebula.grid.search.detections.group 2 params body → 200
POST
/nebula/v1/grid/device-control/export
Export device control events
api.nebula.grid.export.device_control 2 params body → 200
POST
/nebula/v1/grid/device-control/export/async
Export device control events asynchronously
api.nebula.grid.export.device_control.async 2 params body → 200
POST
/nebula/v1/grid/device-control/search
Search device control events
api.nebula.grid.search.device_control 2 params body → 200
POST
/nebula/v1/grid/device-control/search-groupby
Search grouped device control events
api.nebula.grid.search.device_control.group 2 params body → 200
POST
/nebula/v1/grid/dns/export
Export DNS activity
api.nebula.grid.export.dns 2 params body → 200
POST
/nebula/v1/grid/dns/export/async
Export DNS activity asynchronously
api.nebula.grid.export.dns.async 2 params body → 200
POST
/nebula/v1/grid/dns/search
Search DNS activity
api.nebula.grid.search.dns 2 params body → 200
POST
/nebula/v1/grid/dns/search-groupby
Search grouped DNS activity
api.nebula.grid.search.dns.group 2 params body → 200
POST
/nebula/v1/grid/endpoints/export/async
Export endpoints asynchronously
api.nebula.grid.export.endpoints.async 2 params body → 200
POST
/nebula/v1/grid/endpoints/export
Export endpoints
api.nebula.grid.export.endpoints 2 params body → 200
POST
/nebula/v1/grid/endpoints/search
Search endpoints
api.nebula.grid.search.endpoints 2 params body → 200
POST
/nebula/v1/grid/endpoints/search-groupby
Search grouped endpoints
api.nebula.grid.search.endpoints.group 2 params body → 200
POST
/nebula/v1/grid/events/export
Export events
api.nebula.grid.export.events 2 params body → 200
POST
/nebula/v1/grid/events/export/async
Export events asynchronously
api.nebula.grid.export.events.async 2 params body → 200
POST
/nebula/v1/grid/events/search
Search events
api.nebula.grid.search.events 2 params body → 200
POST
/nebula/v1/grid/events/search-groupby
Search events groupby
api.nebula.grid.search.events.group 2 params body → 200
POST
/nebula/v1/grid/firewall/export
Export firewall activity
api.nebula.grid.export.firewall 2 params body → 200
POST
/nebula/v1/grid/firewall/search
Search firewall activity
api.nebula.grid.search.firewall 2 params body → 200
POST
/nebula/v1/grid/firewall/search-groupby
Search grouped firewall activity
api.nebula.grid.search.firewall.group 2 params body → 200
POST
/nebula/v1/grid/jobs/bulk
Issue jobs
api.nebula.grid.jobs.bulk 2 params body → 201
POST
/nebula/v1/grid/os-patches/export
Export OS Patches
api.nebula.grid.export.os_patches 2 params body → 200
POST
/nebula/v1/grid/os-patches/export/async
Export OS Patches asynchronously
api.nebula.grid.export.os_patches.async 2 params body → 200
POST
/nebula/v1/grid/os-patches/search
Search OS Patches
api.nebula.grid.search.os_patches 2 params body → 200
POST
/nebula/v1/grid/os-patches/search-groupby
Search grouped OS Patches
api.nebula.grid.search.os_patches.group 2 params body → 200
POST
/nebula/v1/grid/rid/export
Export RID rules
api.nebula.grid.export.rid 2 params body → 200
POST
/nebula/v1/grid/rid/export/async
Export RID rules asynchronously
api.nebula.grid.export.rid.async 2 params body → 200
POST
/nebula/v1/grid/rid/search
Search RID rules
api.nebula.grid.search.rid 2 params body → 200
POST
/nebula/v1/grid/rid/search-groupby
Search grouped RID rules
api.nebula.grid.search.rid.group 2 params body → 200
POST
/nebula/v1/grid/xdr-alerts/export
Export XDR Alerts
api.nebula.grid.export.xdr-alerts 2 params body → 200
POST
/nebula/v1/grid/xdr-alerts/export/async
Export XDR Alerts asynchronously
api.nebula.grid.export.xdr-alerts.async 2 params body → 200
POST
/nebula/v1/grid/xdr-alerts/search
Search XDR Alerts
api.nebula.grid.search.xdr-alerts 2 params body → 200
POST
/nebula/v1/grid/xdr-alerts/search-groupby
Search grouped XDR Alerts
api.nebula.grid.search.xdr-alerts.group 2 params body → 200
POST
/oneview/v1/grid/action-logs/export
Export action logs
api.rmm.grid.export.action-logs 1 param body → 200
POST
/oneview/v1/grid/action-logs/export/async
Export action logs asynchronously
api.rmm.grid.export.action-logs.async 1 param body → 200
POST
/oneview/v1/grid/action-logs/search
Search action logs
api.rmm.grid.search.action-logs 1 param body → 200
POST
/oneview/v1/grid/action-logs/search-groupby
Search grouped action logs
api.rmm.grid.search.action-logs.group 1 param body → 200
POST
/oneview/v1/grid/ai-domains/export
Placeholder. Please extend this
api.rmm.grid.export.ai_domains 1 param body → 200
POST
/oneview/v1/grid/ai-domains/export/async
Placeholder. Please extend this
api.rmm.grid.export.ai_domains.async 1 param body → 200
POST
/oneview/v1/grid/ai-domains/search
Placeholder. Please extend this
api.rmm.grid.search.ai_domains 1 param body → 200
POST
/oneview/v1/grid/ai-domains/search-groupby
Placeholder. Please extend this
api.rmm.grid.search.ai_domains.group 1 param body → 200
POST
/oneview/v1/grid/assets/software/export
Export software assets
api.rmm.grid.export.assets.software 1 param body → 200
POST
/oneview/v1/grid/assets/software/export/async
Export software assets asynchronously
api.rmm.grid.export.assets.software.async 1 param body → 200
POST
/oneview/v1/grid/assets/software/search
Search software assets
api.rmm.grid.search.assets.software 1 param body → 200
POST
/oneview/v1/grid/assets/software/search-groupby
Search grouped software assets
api.rmm.grid.search.assets.software.group 1 param body → 200
POST
/oneview/v1/grid/cve/export
Export CVEs
api.rmm.grid.export.cve 1 param body → 200
POST
/oneview/v1/grid/cve/export/async
Export CVEs asynchronously
api.rmm.grid.export.cve.async 1 param body → 200
POST
/oneview/v1/grid/cve/search
Search CVEs
api.rmm.grid.search.cve 1 param body → 200
POST
/oneview/v1/grid/cve/search-groupby
Search grouped CVEs
api.rmm.grid.search.cve.group 1 param body → 200
POST
/oneview/v1/grid/cve/events/export
Placeholder. Please extend this
api.rmm.grid.export.cve.events 1 param body → 200
POST
/oneview/v1/grid/cve/events/search
Placeholder. Please extend this
api.rmm.grid.search.cve.events 1 param body → 200
POST
/oneview/v1/grid/cve/events/search-groupby
Placeholder. Please extend this
api.rmm.grid.search.cve.events.group 1 param body → 200
POST
/oneview/v1/grid/detections/export
Export detections
api.rmm.grid.export.detections 1 param body → 200
POST
/oneview/v1/grid/detections/export/async
Export detections asynchronously
api.rmm.grid.export.detections.async 1 param body → 200
POST
/oneview/v1/grid/detections/search
Search detections
api.rmm.grid.search.detections 1 param body → 200
POST
/oneview/v1/grid/detections/search-groupby
Search grouped detections
api.rmm.grid.search.detections.group 1 param body → 200
POST
/oneview/v1/grid/device-control/export
Export device control events
api.rmm.grid.export.device_control 1 param body → 200
POST
/oneview/v1/grid/device-control/export/async
Export device control events asynchronously
api.rmm.grid.export.device_control.async 1 param body → 200
POST
/oneview/v1/grid/device-control/search
Search device control events
api.rmm.grid.search.device_control 1 param body → 200
POST
/oneview/v1/grid/device-control/search-groupby
Search grouped device control events
api.rmm.grid.search.device_control.group 1 param body → 200
POST
/oneview/v1/grid/dns/export
Export DNS activity
api.rmm.grid.export.dns 1 param body → 200
POST
/oneview/v1/grid/dns/export.async
Export DNS activity asynchronously
api.rmm.grid.export.dns.async 1 param body → 200
POST
/oneview/v1/grid/dns/search
Search DNS activity
api.rmm.grid.search.dns 1 param body → 200
POST
/oneview/v1/grid/dns/search-groupby
Search grouped DNS activity
api.rmm.grid.search.dns.group 1 param body → 200
DELETE
/oneview/v1/grid/endpoints
Delete endpoints across accounts
api.rmm.grid.delete.endpoints 1 param body → 200
POST
/oneview/v1/grid/endpoints/export
Export endpoints
api.rmm.grid.export.endpoints 1 param body → 200
POST
/oneview/v1/grid/endpoints/export/async
Export endpoints asynchronously
api.rmm.grid.export.endpoints.async 1 param body → 200
POST
/oneview/v1/grid/endpoints/search
Search endpoints
api.rmm.grid.search.endpoints 1 param body → 200
POST
/oneview/v1/grid/endpoints/search-groupby
Search grouped endpoints
api.rmm.grid.search.endpoints.group 1 param body → 200
POST
/oneview/v1/grid/events/export
Export events
api.rmm.grid.export.events 1 param body → 200
POST
/oneview/v1/grid/events/export/async
Export events asynchronously
api.rmm.grid.export.events.async 1 param body → 200
POST
/oneview/v1/grid/events/search
Search events
api.rmm.grid.search.events 1 param body → 200
POST
/oneview/v1/grid/events/search-groupby
Search events groupby
api.rmm.grid.search.events.group 1 param body → 200
POST
/oneview/v1/grid/firewall/export
Export firewall activity
api.rmm.grid.export.firewall 1 param body → 200
POST
/oneview/v1/grid/firewall/search
Search firewall activity
api.rmm.grid.search.firewall 1 param body → 200
POST
/oneview/v1/grid/firewall/search-groupby
Search grouped firewall activity
api.rmm.grid.search.firewall.group 1 param body → 200
POST
/oneview/v1/grid/groups/{id}/machines
Move endpoints between groups across accounts
api.rmm.grid.groups.bulk 2 params body → 200
POST
/oneview/v1/grid/jobs/bulk
Issue jobs to endpoints across accounts
api.rmm.grid.jobs.bulk 1 param body → 201
POST
/oneview/v1/grid/os-patches/export
Export OS Patches
api.rmm.grid.export.os_patches 1 param body → 200
POST
/oneview/v1/grid/os-patches/export/async
Export OS Patches asynchronously
api.rmm.grid.export.os_patches.async 1 param body → 200
POST
/oneview/v1/grid/os-patches/search
Search OS Patches
api.rmm.grid.search.os_patches 1 param body → 200
POST
/oneview/v1/grid/os-patches/search-groupby
Search grouped OS Patches
api.rmm.grid.search.os_patches.group 1 param body → 200
POST
/oneview/v1/grid/rid/export
Export RID rules
api.rmm.grid.export.rid 1 param body → 200
POST
/oneview/v1/grid/rid/export/async
Export RID rules async
api.rmm.grid.export.rid.async 1 param body → 200
POST
/oneview/v1/grid/rid/search
Search RID rules
api.rmm.grid.search.rid 1 param body → 200
POST
/oneview/v1/grid/rid/search-groupby
Search grouped RID rules
api.rmm.grid.search.rid.group 1 param body → 200
POST
/oneview/v1/grid/xdr-alerts/export
Export XDR Alerts
api.rmm.grid.export.xdr-alerts 1 param body → 200
POST
/oneview/v1/grid/xdr-alerts/export/async
Export XDR Alerts asynchronously
api.rmm.grid.export.xdr-alerts.async 1 param body → 200
POST
/oneview/v1/grid/xdr-alerts/search
Search XDR Alerts
api.rmm.grid.search.xdr-alerts 1 param body → 200
POST
/oneview/v1/grid/xdr-alerts/search-groupby
Search grouped XDR Alerts
api.rmm.grid.search.xdr-alerts.group 1 param body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

malwarebytes-grid-api-openapi.yml Raw ↑

Other APIs Malwarebytes publishes across the network.

Malwarebytes Account API
Malwarebytes AI Detection & Response API
Malwarebytes App Block API
Malwarebytes Assets API
Malwarebytes Authentication API
Malwarebytes Case Management API
Malwarebytes Content Filtering API
Malwarebytes Copilot API
Malwarebytes Detections API
Malwarebytes Device Control API
Malwarebytes DNS API
Malwarebytes DNS Logs API
Where this information came from

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.