Class: Aws::Inspector2::Types::AtigData

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

Overview

The Amazon Web Services Threat Intel Group (ATIG) details for a specific vulnerability.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#first_seenTime

The date and time this vulnerability was first observed.

Returns:



428
429
430
431
432
433
434
435
# File 'lib/aws-sdk-inspector2/types.rb', line 428

class AtigData < Struct.new(
  :first_seen,
  :last_seen,
  :targets,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end

#last_seenTime

The date and time this vulnerability was last observed.

Returns:



428
429
430
431
432
433
434
435
# File 'lib/aws-sdk-inspector2/types.rb', line 428

class AtigData < Struct.new(
  :first_seen,
  :last_seen,
  :targets,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end

#targetsArray<String>

The commercial sectors this vulnerability targets.

Returns:

  • (Array<String>)


428
429
430
431
432
433
434
435
# File 'lib/aws-sdk-inspector2/types.rb', line 428

class AtigData < Struct.new(
  :first_seen,
  :last_seen,
  :targets,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end

#ttpsArray<String>

The [MITRE ATT&amp;CK] tactics, techniques, and procedures (TTPs) associated with vulnerability.

[1]: attack.mitre.org/

Returns:

  • (Array<String>)


428
429
430
431
432
433
434
435
# File 'lib/aws-sdk-inspector2/types.rb', line 428

class AtigData < Struct.new(
  :first_seen,
  :last_seen,
  :targets,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end