Class: Aws::SecurityHub::Types::Network
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SecurityHub::Types::Network
 
- Defined in:
- gems/aws-sdk-securityhub/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.
| 27617 27618 27619 27620 27621 27622 27623 27624 27625 27626 27627 27628 27629 27630 27631 27632 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27617 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.
| 27617 27618 27619 27620 27621 27622 27623 27624 27625 27626 27627 27628 27629 27630 27631 27632 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27617 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.
| 27617 27618 27619 27620 27621 27622 27623 27624 27625 27626 27627 27628 27629 27630 27631 27632 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27617 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.
| 27617 27618 27619 27620 27621 27622 27623 27624 27625 27626 27627 27628 27629 27630 27631 27632 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27617 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.
| 27617 27618 27619 27620 27621 27622 27623 27624 27625 27626 27627 27628 27629 27630 27631 27632 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27617 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.
| 27617 27618 27619 27620 27621 27622 27623 27624 27625 27626 27627 27628 27629 27630 27631 27632 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27617 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.
| 27617 27618 27619 27620 27621 27622 27623 27624 27625 27626 27627 27628 27629 27630 27631 27632 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27617 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.
| 27617 27618 27619 27620 27621 27622 27623 27624 27625 27626 27627 27628 27629 27630 27631 27632 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27617 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.
| 27617 27618 27619 27620 27621 27622 27623 27624 27625 27626 27627 27628 27629 27630 27631 27632 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27617 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.
| 27617 27618 27619 27620 27621 27622 27623 27624 27625 27626 27627 27628 27629 27630 27631 27632 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27617 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.
| 27617 27618 27619 27620 27621 27622 27623 27624 27625 27626 27627 27628 27629 27630 27631 27632 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27617 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.
| 27617 27618 27619 27620 27621 27622 27623 27624 27625 27626 27627 27628 27629 27630 27631 27632 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27617 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 |