Trellix · Schema
Detection
Cloud SecurityCybersecurityEndpoint SecurityThreat DetectionThreat IntelligenceXDR
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the detection |
| threatId | string | Identifier of the parent threat |
| sha256 | string | SHA256 hash of the detected file or artifact |
| severity | string | Severity ranking of the detection |
| processName | string | Name of the process involved in the detection |
| commandLine | string | Command line arguments of the detected process |
| hostName | string | Hostname of the affected endpoint |
| agentGuid | string | GUID of the agent that reported the detection |
| detectedAt | string | Timestamp when the detection occurred |
| mitreAttack | array | MITRE ATT&CK technique tags |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Detection",
"title": "Detection",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the detection"
},
"threatId": {
"type": "string",
"description": "Identifier of the parent threat"
},
"sha256": {
"type": "string",
"description": "SHA256 hash of the detected file or artifact"
},
"severity": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
],
"description": "Severity ranking of the detection"
},
"processName": {
"type": "string",
"description": "Name of the process involved in the detection"
},
"commandLine": {
"type": "string",
"description": "Command line arguments of the detected process"
},
"hostName": {
"type": "string",
"description": "Hostname of the affected endpoint"
},
"agentGuid": {
"type": "string",
"format": "uuid",
"description": "GUID of the agent that reported the detection"
},
"detectedAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the detection occurred"
},
"mitreAttack": {
"type": "array",
"items": {
"type": "string"
},
"description": "MITRE ATT&CK technique tags"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/trellix-detection"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.