OBJECT

PluginDetails

link GraphQL Schema definition

  • type PluginDetails {
  • # Plugin ID
  • id: Int!
  • # Name
  • name: String!
  • # Plugin Source
  • source: PluginSource!
  • # Plugin Family Name
  • family: String!
  • # Severity
  • severity: PluginSeverity!
  • # Description
  • description: String
  • # Solution
  • solution: String
  • # Resources
  • seeAlso: [String!]!
  • # Type
  • pluginType: String
  • # Plugin Publication Date
  • pluginPubDate: Time
  • # Plugin Modification Date
  • pluginModDate: Time
  • # Vulnerability Publication Date
  • vulnPubDate: Time
  • # Vulnerability Modification Date
  • vulnModDate: Time
  • # Reference Information
  • refs: [PluginReference!]!
  • # CPE
  • cpe: String @deprecated( reason: "please use cpes, this should be plural" )
  • # CVEs
  • cves: [String!]
  • # CPEs
  • cpes: [String!]
  • # CVSS Vector
  • cvssVector: String
  • # CVSS Temporal Vector
  • cvssTemporalVector: String
  • # CVSS Temporal Score
  • cvssTemporalScore: String
  • # CVSS Base Score
  • cvssBaseScore: String
  • # CVSS v3.0 Vector
  • cvssV3Vector: String
  • # CVSS v3.0 Temporal Vector
  • cvssV3TemporalVector: String
  • # CVSS v3.0 Temporal Score
  • cvssV3TemporalScore: String
  • # CVSS v3.0 Base Score
  • cvssV3BaseScore: String
  • # CVSS Impact Score
  • cvssImpactScore: String
  • # IAVM Severity
  • stigSeverity: String
  • # Script Version
  • scriptVersion: String
  • # Exploit Available
  • exploitAvailable: Boolean
  • # Exploit Ease
  • exploitabilityEase: String
  • # Exploited by Malware
  • exploitedByMalware: Boolean
  • # Exploit Exists in CANVAS
  • exploitFrameworkCanvas: Boolean
  • # CANVAS Exploit Package
  • canvasPackage: String
  • # Exploit Exists in CORE
  • exploitFrameworkCore: Boolean
  • # Exploit Exists in ExploitHub
  • exploitFrameworkExploithub: Boolean
  • # ExploitHub SKU
  • exploithubSku: String
  • # Exploit Exists in Metasploit
  • exploitFrameworkMetasploit: Boolean
  • # Metasploit Module
  • metasploitName: String
  • # Exploit Exists in D2 Elliot
  • exploitFrameworkD2Elliot: Boolean
  • # D2 Elliot Entry
  • d2ElliotName: String
  • # Threat Recency
  • threatRecency: String
  • # Threat Intensity
  • threatIntensity: String
  • # Exploit Code Maturity
  • exploitCodeMaturity: String
  • # Age of Vulnerability
  • ageOfVuln: String
  • # Product Coverage
  • productCoverage: String
  • # CISA Known Exploited Dates
  • cisaKnownExploitedDates: String
  • }

link Require by