GreyNoise Intelligence · JSON Structure

Greynoise Cve Basic Response Structure

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

CVEBasicResponse 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

id details timeline exploitation_details

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-basic-response-structure.json",
  "name": "CVEBasicResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The CVE identifier.",
      "example": "CVE-2024-12345"
    },
    "details": {
      "$ref": "./greynoise-cve-details-structure.json#"
    },
    "timeline": {
      "$ref": "./greynoise-cve-timeline-structure.json#"
    },
    "exploitation_details": {
      "$ref": "./greynoise-cve-exploitation-details-structure.json#"
    }
  }
}