For the complete documentation index, see llms.txt. This page is also available as Markdown.

cisaKevObservation

The Response Center observation of one CVE in the CISA Known Exploited Vulnerabilities catalog.

Examples

type CisaKevObservation {
  status: CisaKevStatus!
  checkedAt: DateTime!
  catalogFetchedAt: DateTime
  catalogVersion: String
  dateReleased: String
  dateAdded: String
  dueDate: String
  requiredAction: String
  knownRansomwareCampaignUse: String
}

Fields

Field
Description
Supported fields

The CVE membership state in the catalog used for the check.

checkedAt DateTime!

The time Response Center attempted the catalog lookup.

catalogFetchedAt DateTime

The time Response Center fetched the catalog used for the lookup.

catalogVersion String

The version stated by the catalog used for the lookup.

dateReleased String

The release date stated by the catalog.

dateAdded String

The calendar date CISA added the CVE to the catalog.

dueDate String

The remediation due date stated by CISA.

requiredAction String

The remediation action required by CISA.

knownRansomwareCampaignUse String

The CISA statement about known ransomware campaign use.

References

Fields with this object:

Last updated