CVEExploitationStats

SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs

Properties

Name Type Description
number_of_available_exploits integer The number of available exploits for the CVE.
number_of_threat_actors_exploiting_vulnerability integer The number of threat actors exploiting the vulnerability.
number_of_botnets_exploiting_vulnerability integer The number of botnets exploiting the vulnerability.
View JSON Schema on GitHub

JSON Schema

greynoise-cve-exploitation-stats-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/greynoise/json-schema/greynoise-cve-exploitation-stats-schema.json",
  "title": "CVEExploitationStats",
  "type": "object",
  "properties": {
    "number_of_available_exploits": {
      "type": "integer",
      "description": "The number of available exploits for the CVE.",
      "example": 5
    },
    "number_of_threat_actors_exploiting_vulnerability": {
      "type": "integer",
      "description": "The number of threat actors exploiting the vulnerability.",
      "example": 3
    },
    "number_of_botnets_exploiting_vulnerability": {
      "type": "integer",
      "description": "The number of botnets exploiting the vulnerability.",
      "example": 2
    }
  }
}