class Aws::SecurityHub::Types::PortProbeDetail
A port scan that was part of the port probe. For each scan, PortProbeDetails provides information about the local IP address and port that were scanned, and the remote IP address that the scan originated from.
@note When making an API call, you may pass PortProbeDetail
data as a hash: { local_port_details: { port: 1, port_name: "NonEmptyString", }, local_ip_details: { ip_address_v4: "NonEmptyString", }, remote_ip_details: { ip_address_v4: "NonEmptyString", organization: { asn: 1, asn_org: "NonEmptyString", isp: "NonEmptyString", org: "NonEmptyString", }, country: { country_code: "NonEmptyString", country_name: "NonEmptyString", }, city: { city_name: "NonEmptyString", }, geo_location: { lon: 1.0, lat: 1.0, }, }, }
@!attribute [rw] local_port_details
Provides information about the port that was scanned. @return [Types::ActionLocalPortDetails]
@!attribute [rw] local_ip_details
Provides information about the IP address where the scanned port is located. @return [Types::ActionLocalIpDetails]
@!attribute [rw] remote_ip_details
Provides information about the remote IP address that performed the scan. @return [Types::ActionRemoteIpDetails]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/PortProbeDetail AWS API Documentation
Constants
- SENSITIVE