GreyNoise Intelligence · JSON Structure

Greynoise Cve Exploitation Stats Structure

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

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

Properties

number_of_available_exploits number_of_threat_actors_exploiting_vulnerability number_of_botnets_exploiting_vulnerability

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-stats-structure.json",
  "name": "CVEExploitationStats",
  "type": "object",
  "properties": {
    "number_of_available_exploits": {
      "type": "int32",
      "description": "The number of available exploits for the CVE.",
      "example": 5
    },
    "number_of_threat_actors_exploiting_vulnerability": {
      "type": "int32",
      "description": "The number of threat actors exploiting the vulnerability.",
      "example": 3
    },
    "number_of_botnets_exploiting_vulnerability": {
      "type": "int32",
      "description": "The number of botnets exploiting the vulnerability.",
      "example": 2
    }
  }
}