GreyNoise Intelligence · JSON Structure

Greynoise Cve Timeline Structure

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

CVETimeline 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

cve_published_date cve_last_updated_date first_known_published_date cisa_kev_date_added

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-timeline-structure.json",
  "name": "CVETimeline",
  "type": "object",
  "properties": {
    "cve_published_date": {
      "type": "date",
      "description": "The date the CVE was published.",
      "example": "2024-01-01"
    },
    "cve_last_updated_date": {
      "type": "date",
      "description": "The date the CVE was last updated.",
      "example": "2024-01-02"
    },
    "first_known_published_date": {
      "type": "date",
      "description": "The first known published date of the CVE.",
      "example": "2024-01-01"
    },
    "cisa_kev_date_added": {
      "type": "date",
      "description": "The date the CVE was added to the CISA KEV list.",
      "example": "2024-01-03"
    }
  }
}