Trellix · Example Payload

Trellix List Threats Example

Cloud SecurityCybersecurityEndpoint SecurityThreat DetectionThreat IntelligenceXDR

Trellix List Threats Example is an example object payload from Trellix, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

totalthreats

Example Payload

trellix-list-threats-example.json Raw ↑
{
  "total": 2,
  "threats": [
    {
      "id": "thr_001ABC",
      "name": "Ransomware.WannaCry",
      "type": "ransomware",
      "severity": "critical",
      "status": "contained",
      "detectedAt": "2026-05-03T09:15:22Z",
      "hostId": "dev_ABC123",
      "hostName": "workstation-042",
      "filePath": "C:\\Users\\jdoe\\Downloads\\invoice.exe",
      "hash": "4a5fe1e8a5c7b2d3f9e0a1b4c6d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
      "processName": "invoice.exe"
    },
    {
      "id": "thr_002DEF",
      "name": "Trojan.Agent.Generic",
      "type": "trojan",
      "severity": "high",
      "status": "active",
      "detectedAt": "2026-05-03T08:42:11Z",
      "hostId": "dev_DEF456",
      "hostName": "laptop-117",
      "filePath": "C:\\Windows\\Temp\\svchost32.exe",
      "hash": "1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2",
      "processName": "svchost32.exe"
    }
  ]
}