Values.NetworkEndpointSourceContains information about network endpoints that were observed in the attack sequence.
type nonrec t = {id : String_.t option;The ID of the network endpoint.
*)ip : String_.t option;The IP address associated with the network endpoint.
*)domain : String_.t option;The domain information for the network endpoint.
*)port : Integer.t option;The port number associated with the network endpoint.
*)location : NetworkGeoLocation.t option;Information about the location of the network endpoint.
*)autonomousSystem : AutonomousSystem.t option;The Autonomous System (AS) of the network endpoint.
*)connection : NetworkConnection.t option;Information about the network connection.
*)}