Class: Aws::Inspector2::Types::FindingDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

Details of the vulnerability identified in a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cisa_dataTypes::CisaData

The Cybersecurity and Infrastructure Security Agency (CISA) details for a specific vulnerability.

Returns:



3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3691

class FindingDetail < Struct.new(
  :cisa_data,
  :cwes,
  :epss_score,
  :evidences,
  :exploit_observed,
  :finding_arn,
  :reference_urls,
  :risk_score,
  :tools,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end

#cwesArray<String>

The Common Weakness Enumerations (CWEs) associated with the vulnerability.

Returns:

  • (Array<String>)


3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3691

class FindingDetail < Struct.new(
  :cisa_data,
  :cwes,
  :epss_score,
  :evidences,
  :exploit_observed,
  :finding_arn,
  :reference_urls,
  :risk_score,
  :tools,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end

#epss_scoreFloat

The Exploit Prediction Scoring System (EPSS) score of the vulnerability.

Returns:

  • (Float)


3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3691

class FindingDetail < Struct.new(
  :cisa_data,
  :cwes,
  :epss_score,
  :evidences,
  :exploit_observed,
  :finding_arn,
  :reference_urls,
  :risk_score,
  :tools,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end

#evidencesArray<Types::Evidence>

Information on the evidence of the vulnerability.

Returns:



3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3691

class FindingDetail < Struct.new(
  :cisa_data,
  :cwes,
  :epss_score,
  :evidences,
  :exploit_observed,
  :finding_arn,
  :reference_urls,
  :risk_score,
  :tools,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end

#exploit_observedTypes::ExploitObserved

Contains information on when this exploit was observed.



3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3691

class FindingDetail < Struct.new(
  :cisa_data,
  :cwes,
  :epss_score,
  :evidences,
  :exploit_observed,
  :finding_arn,
  :reference_urls,
  :risk_score,
  :tools,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end

#finding_arnString

The finding ARN that the vulnerability details are associated with.

Returns:

  • (String)


3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3691

class FindingDetail < Struct.new(
  :cisa_data,
  :cwes,
  :epss_score,
  :evidences,
  :exploit_observed,
  :finding_arn,
  :reference_urls,
  :risk_score,
  :tools,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end

#reference_urlsArray<String>

The reference URLs for the vulnerability data.

Returns:

  • (Array<String>)


3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3691

class FindingDetail < Struct.new(
  :cisa_data,
  :cwes,
  :epss_score,
  :evidences,
  :exploit_observed,
  :finding_arn,
  :reference_urls,
  :risk_score,
  :tools,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end

#risk_scoreInteger

The risk score of the vulnerability.

Returns:

  • (Integer)


3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3691

class FindingDetail < Struct.new(
  :cisa_data,
  :cwes,
  :epss_score,
  :evidences,
  :exploit_observed,
  :finding_arn,
  :reference_urls,
  :risk_score,
  :tools,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end

#toolsArray<String>

The known malware tools or kits that can exploit the vulnerability.

Returns:

  • (Array<String>)


3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3691

class FindingDetail < Struct.new(
  :cisa_data,
  :cwes,
  :epss_score,
  :evidences,
  :exploit_observed,
  :finding_arn,
  :reference_urls,
  :risk_score,
  :tools,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end

#ttpsArray<String>

The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.

Returns:

  • (Array<String>)


3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3691

class FindingDetail < Struct.new(
  :cisa_data,
  :cwes,
  :epss_score,
  :evidences,
  :exploit_observed,
  :finding_arn,
  :reference_urls,
  :risk_score,
  :tools,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end