class Aws::SecurityHub::Types::Network
The details of network-related information about a finding.
@note When making an API call, you may pass Network
data as a hash: { direction: "IN", # accepts IN, OUT protocol: "NonEmptyString", open_port_range: { begin: 1, end: 1, }, source_ip_v4: "NonEmptyString", source_ip_v6: "NonEmptyString", source_port: 1, source_domain: "NonEmptyString", source_mac: "NonEmptyString", destination_ip_v4: "NonEmptyString", destination_ip_v6: "NonEmptyString", destination_port: 1, destination_domain: "NonEmptyString", }
@!attribute [rw] direction
The direction of network traffic associated with a finding. @return [String]
@!attribute [rw] protocol
The protocol of network-related information about a finding. @return [String]
@!attribute [rw] open_port_range
The range of open ports that is present on the network. @return [Types::PortRange]
@!attribute [rw] source_ip_v4
The source IPv4 address of network-related information about a finding. @return [String]
@!attribute [rw] source_ip_v6
The source IPv6 address of network-related information about a finding. @return [String]
@!attribute [rw] source_port
The source port of network-related information about a finding. @return [Integer]
@!attribute [rw] source_domain
The source domain of network-related information about a finding. @return [String]
@!attribute [rw] source_mac
The source media access control (MAC) address of network-related information about a finding. @return [String]
@!attribute [rw] destination_ip_v4
The destination IPv4 address of network-related information about a finding. @return [String]
@!attribute [rw] destination_ip_v6
The destination IPv6 address of network-related information about a finding. @return [String]
@!attribute [rw] destination_port
The destination port of network-related information about a finding. @return [Integer]
@!attribute [rw] destination_domain
The destination domain of network-related information about a finding. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Network AWS API Documentation
Constants
- SENSITIVE