GreyNoise Intelligence · JSON Structure

Greynoise Cve Exploitation Details Structure

Type: object Properties: 4
SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs

CVEExploitationDetails is a JSON Structure definition published by GreyNoise Intelligence, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

attack_vector exploit_found exploitation_registered_in_kev epss_score

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/greynoise/json-structure/greynoise-cve-exploitation-details-structure.json",
  "name": "CVEExploitationDetails",
  "type": "object",
  "properties": {
    "attack_vector": {
      "type": "string",
      "description": "The attack vector for the CVE.",
      "example": "Network"
    },
    "exploit_found": {
      "type": "boolean",
      "description": "Whether an exploit has been found for this CVE.",
      "example": true
    },
    "exploitation_registered_in_kev": {
      "type": "boolean",
      "description": "Whether the exploitation is registered in KEV.",
      "example": true
    },
    "epss_score": {
      "type": "double",
      "description": "The EPSS score for the CVE.",
      "example": 0.8
    }
  }
}