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:



4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4733

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

#cwesArray<String>

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

Returns:

  • (Array<String>)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4733

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

#epss_scoreFloat

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

Returns:

  • (Float)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4733

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

#evidencesArray<Types::Evidence>

Information on the evidence of the vulnerability.

Returns:



4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4733

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

#exploit_observedTypes::ExploitObserved

Contains information on when this exploit was observed.



4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4733

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

#finding_arnString

The finding ARN that the vulnerability details are associated with.

Returns:

  • (String)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4733

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

#reference_urlsArray<String>

The reference URLs for the vulnerability data.

Returns:

  • (Array<String>)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4733

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

#risk_scoreInteger

The risk score of the vulnerability.

Returns:

  • (Integer)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4733

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

#toolsArray<String>

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

Returns:

  • (Array<String>)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4733

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

#ttpsArray<String>

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

Returns:

  • (Array<String>)


4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4733

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