Class: Aws::Inspector2::Types::FindingDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::FindingDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Details of the vulnerability identified in a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cisa_data ⇒ Types::CisaData
The Cybersecurity and Infrastructure Security Agency (CISA) details for a specific vulnerability.
-
#cwes ⇒ Array<String>
The Common Weakness Enumerations (CWEs) associated with the vulnerability.
-
#epss_score ⇒ Float
The Exploit Prediction Scoring System (EPSS) score of the vulnerability.
-
#evidences ⇒ Array<Types::Evidence>
Information on the evidence of the vulnerability.
-
#exploit_observed ⇒ Types::ExploitObserved
Contains information on when this exploit was observed.
-
#finding_arn ⇒ String
The finding ARN that the vulnerability details are associated with.
-
#reference_urls ⇒ Array<String>
The reference URLs for the vulnerability data.
-
#risk_score ⇒ Integer
The risk score of the vulnerability.
-
#tools ⇒ Array<String>
The known malware tools or kits that can exploit the vulnerability.
-
#ttps ⇒ Array<String>
The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.
Instance Attribute Details
#cisa_data ⇒ Types::CisaData
The Cybersecurity and Infrastructure Security Agency (CISA) details for a specific vulnerability.
3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3701 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 |
#cwes ⇒ Array<String>
The Common Weakness Enumerations (CWEs) associated with the vulnerability.
3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3701 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_score ⇒ Float
The Exploit Prediction Scoring System (EPSS) score of the vulnerability.
3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3701 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 |
#evidences ⇒ Array<Types::Evidence>
Information on the evidence of the vulnerability.
3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3701 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_observed ⇒ Types::ExploitObserved
Contains information on when this exploit was observed.
3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3701 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_arn ⇒ String
The finding ARN that the vulnerability details are associated with.
3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3701 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_urls ⇒ Array<String>
The reference URLs for the vulnerability data.
3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3701 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_score ⇒ Integer
The risk score of the vulnerability.
3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3701 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 |
#tools ⇒ Array<String>
The known malware tools or kits that can exploit the vulnerability.
3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3701 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 |
#ttps ⇒ Array<String>
The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.
3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3701 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 |