Class: Aws::SecurityHub::Types::Network
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Network
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The details of network-related information about a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_domain ⇒ String
The destination domain of network-related information about a finding.
-
#destination_ip_v4 ⇒ String
The destination IPv4 address of network-related information about a finding.
-
#destination_ip_v6 ⇒ String
The destination IPv6 address of network-related information about a finding.
-
#destination_port ⇒ Integer
The destination port of network-related information about a finding.
-
#direction ⇒ String
The direction of network traffic associated with a finding.
-
#open_port_range ⇒ Types::PortRange
The range of open ports that is present on the network.
-
#protocol ⇒ String
The protocol of network-related information about a finding.
-
#source_domain ⇒ String
The source domain of network-related information about a finding.
-
#source_ip_v4 ⇒ String
The source IPv4 address of network-related information about a finding.
-
#source_ip_v6 ⇒ String
The source IPv6 address of network-related information about a finding.
-
#source_mac ⇒ String
The source media access control (MAC) address of network-related information about a finding.
-
#source_port ⇒ Integer
The source port of network-related information about a finding.
Instance Attribute Details
#destination_domain ⇒ String
The destination domain of network-related information about a finding.
Length Constraints: Minimum of 1. Maximum of 128.
27010 27011 27012 27013 27014 27015 27016 27017 27018 27019 27020 27021 27022 27023 27024 27025 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27010 class Network < Struct.new( :direction, :protocol, :open_port_range, :source_ip_v4, :source_ip_v6, :source_port, :source_domain, :source_mac, :destination_ip_v4, :destination_ip_v6, :destination_port, :destination_domain) SENSITIVE = [] include Aws::Structure end |
#destination_ip_v4 ⇒ String
The destination IPv4 address of network-related information about a finding.
27010 27011 27012 27013 27014 27015 27016 27017 27018 27019 27020 27021 27022 27023 27024 27025 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27010 class Network < Struct.new( :direction, :protocol, :open_port_range, :source_ip_v4, :source_ip_v6, :source_port, :source_domain, :source_mac, :destination_ip_v4, :destination_ip_v6, :destination_port, :destination_domain) SENSITIVE = [] include Aws::Structure end |
#destination_ip_v6 ⇒ String
The destination IPv6 address of network-related information about a finding.
27010 27011 27012 27013 27014 27015 27016 27017 27018 27019 27020 27021 27022 27023 27024 27025 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27010 class Network < Struct.new( :direction, :protocol, :open_port_range, :source_ip_v4, :source_ip_v6, :source_port, :source_domain, :source_mac, :destination_ip_v4, :destination_ip_v6, :destination_port, :destination_domain) SENSITIVE = [] include Aws::Structure end |
#destination_port ⇒ Integer
The destination port of network-related information about a finding.
27010 27011 27012 27013 27014 27015 27016 27017 27018 27019 27020 27021 27022 27023 27024 27025 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27010 class Network < Struct.new( :direction, :protocol, :open_port_range, :source_ip_v4, :source_ip_v6, :source_port, :source_domain, :source_mac, :destination_ip_v4, :destination_ip_v6, :destination_port, :destination_domain) SENSITIVE = [] include Aws::Structure end |
#direction ⇒ String
The direction of network traffic associated with a finding.
27010 27011 27012 27013 27014 27015 27016 27017 27018 27019 27020 27021 27022 27023 27024 27025 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27010 class Network < Struct.new( :direction, :protocol, :open_port_range, :source_ip_v4, :source_ip_v6, :source_port, :source_domain, :source_mac, :destination_ip_v4, :destination_ip_v6, :destination_port, :destination_domain) SENSITIVE = [] include Aws::Structure end |
#open_port_range ⇒ Types::PortRange
The range of open ports that is present on the network.
27010 27011 27012 27013 27014 27015 27016 27017 27018 27019 27020 27021 27022 27023 27024 27025 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27010 class Network < Struct.new( :direction, :protocol, :open_port_range, :source_ip_v4, :source_ip_v6, :source_port, :source_domain, :source_mac, :destination_ip_v4, :destination_ip_v6, :destination_port, :destination_domain) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol of network-related information about a finding.
Length Constraints: Minimum of 1. Maximum of 16.
27010 27011 27012 27013 27014 27015 27016 27017 27018 27019 27020 27021 27022 27023 27024 27025 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27010 class Network < Struct.new( :direction, :protocol, :open_port_range, :source_ip_v4, :source_ip_v6, :source_port, :source_domain, :source_mac, :destination_ip_v4, :destination_ip_v6, :destination_port, :destination_domain) SENSITIVE = [] include Aws::Structure end |
#source_domain ⇒ String
The source domain of network-related information about a finding.
Length Constraints: Minimum of 1. Maximum of 128.
27010 27011 27012 27013 27014 27015 27016 27017 27018 27019 27020 27021 27022 27023 27024 27025 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27010 class Network < Struct.new( :direction, :protocol, :open_port_range, :source_ip_v4, :source_ip_v6, :source_port, :source_domain, :source_mac, :destination_ip_v4, :destination_ip_v6, :destination_port, :destination_domain) SENSITIVE = [] include Aws::Structure end |
#source_ip_v4 ⇒ String
The source IPv4 address of network-related information about a finding.
27010 27011 27012 27013 27014 27015 27016 27017 27018 27019 27020 27021 27022 27023 27024 27025 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27010 class Network < Struct.new( :direction, :protocol, :open_port_range, :source_ip_v4, :source_ip_v6, :source_port, :source_domain, :source_mac, :destination_ip_v4, :destination_ip_v6, :destination_port, :destination_domain) SENSITIVE = [] include Aws::Structure end |
#source_ip_v6 ⇒ String
The source IPv6 address of network-related information about a finding.
27010 27011 27012 27013 27014 27015 27016 27017 27018 27019 27020 27021 27022 27023 27024 27025 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27010 class Network < Struct.new( :direction, :protocol, :open_port_range, :source_ip_v4, :source_ip_v6, :source_port, :source_domain, :source_mac, :destination_ip_v4, :destination_ip_v6, :destination_port, :destination_domain) SENSITIVE = [] include Aws::Structure end |
#source_mac ⇒ String
The source media access control (MAC) address of network-related information about a finding.
27010 27011 27012 27013 27014 27015 27016 27017 27018 27019 27020 27021 27022 27023 27024 27025 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27010 class Network < Struct.new( :direction, :protocol, :open_port_range, :source_ip_v4, :source_ip_v6, :source_port, :source_domain, :source_mac, :destination_ip_v4, :destination_ip_v6, :destination_port, :destination_domain) SENSITIVE = [] include Aws::Structure end |
#source_port ⇒ Integer
The source port of network-related information about a finding.
27010 27011 27012 27013 27014 27015 27016 27017 27018 27019 27020 27021 27022 27023 27024 27025 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27010 class Network < Struct.new( :direction, :protocol, :open_port_range, :source_ip_v4, :source_ip_v6, :source_port, :source_domain, :source_mac, :destination_ip_v4, :destination_ip_v6, :destination_port, :destination_domain) SENSITIVE = [] include Aws::Structure end |