CVEAdvancedResponse

SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs

Properties

Name Type Description
id string The CVE identifier.
details object
timeline object
exploitation_details object
exploitation_stats object
exploitation_activity object
View JSON Schema on GitHub

JSON Schema

greynoise-cve-advanced-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/greynoise/json-schema/greynoise-cve-advanced-response-schema.json",
  "title": "CVEAdvancedResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The CVE identifier.",
      "example": "CVE-2024-12345"
    },
    "details": {
      "$ref": "./greynoise-cve-details-schema.json#"
    },
    "timeline": {
      "$ref": "./greynoise-cve-timeline-schema.json#"
    },
    "exploitation_details": {
      "$ref": "./greynoise-cve-exploitation-details-schema.json#"
    },
    "exploitation_stats": {
      "$ref": "./greynoise-cve-exploitation-stats-schema.json#"
    },
    "exploitation_activity": {
      "$ref": "./greynoise-cve-exploitation-activity-schema.json#"
    }
  }
}