Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 2.9 KB

DomainBaseAPIVulnerabilityV2.md

File metadata and controls

50 lines (44 loc) · 2.9 KB

Falcon::DomainBaseAPIVulnerabilityV2

Properties

Name Type Description Notes
aid String Asset ID for which the vulnerability has been detected. For managed assets it can correspond to the sensor ID, for unmanaged assets can be a stand alone ID
app DomainAPIVulnerabilityAppV2 [optional]
apps Array<DomainAPIVulnerabilityExtendedAppV2> Provide details related to the products for which a the vulnerability has been detected [optional]
cid String Contains the customer identifier associated with the asset for which the vulnerability has been detected
closed_timestamp String A timestamp corresponding to the point in time when the vulnerability has no longer been detected (eg: it got fixed) [optional]
confidence String Represents the confidence level of a vulnerability [optional]
created_timestamp String A timestamp corresponding to the point in time when the vulnerability has been created (detected) in our system
cve DomainAPIVulnerabilityCVEDetailsFacetV2 [optional]
data_providers Array<DomainAPIVulnerabilityDataProviderV1> Contains information about the vulnerability data providers of this entity [optional]
host_info DomainAPIVulnerabilityHostFacetV2 [optional]
id String Vulnerability unique ID
remediation DomainAPIVulnerabilityRemediationFacetV2 [optional]
services Array<DomainAPIVulnerabilityServiceV2> Contains details about the vulnerable services [optional]
status String Current status of a vulnerability (open, closed, reopen)
suppression_info DomainAPIVulnerabilitySuppressionInfoV2 [optional]
updated_timestamp String A timestamp corresponding to the point in time when a vulnerability's information or status have been updated
vulnerability_id String Dynamic label that contains the CVE ID if applicable, otherwise the vulnerability metadata ID or label from the provider [optional]

Example

require 'crimson-falcon'

instance = Falcon::DomainBaseAPIVulnerabilityV2.new(
  aid: null,
  app: null,
  apps: null,
  cid: null,
  closed_timestamp: null,
  confidence: null,
  created_timestamp: null,
  cve: null,
  data_providers: null,
  host_info: null,
  id: null,
  remediation: null,
  services: null,
  status: null,
  suppression_info: null,
  updated_timestamp: null,
  vulnerability_id: null
)