Skip to content

Guardduty  >  Structures  >  NetworkEndpoint

NetworkEndpoint

Structure Class

NetworkEndpoint dataclass

Contains information about network endpoints that were observed in the attack sequence.

Attributes

autonomous_system class-attribute instance-attribute
autonomous_system: AutonomousSystem | None = None

The Autonomous System (AS) of the network endpoint.

connection class-attribute instance-attribute
connection: NetworkConnection | None = None

Information about the network connection.

domain class-attribute instance-attribute
domain: str | None = None

The domain information for the network endpoint.

id class-attribute instance-attribute
id: str | None = None

The ID of the network endpoint.

ip class-attribute instance-attribute
ip: str | None = None

The IP address associated with the network endpoint.

location class-attribute instance-attribute
location: NetworkGeoLocation | None = None

Information about the location of the network endpoint.

port class-attribute instance-attribute
port: int | None = None

The port number associated with the network endpoint.