Skip to content

/AWS1/CL_GDYNETWORKENDPOINT

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

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The ID of the network endpoint.

Optional arguments:

iv_ip TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The IP address associated with the network endpoint.

iv_domain TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The domain information for the network endpoint.

iv_port TYPE /AWS1/GDYINTEGER /AWS1/GDYINTEGER

The port number associated with the network endpoint.

io_location TYPE REF TO /AWS1/CL_GDYNETWORKGEOLOCATION /AWS1/CL_GDYNETWORKGEOLOCATION

Information about the location of the network endpoint.

io_autonomoussystem TYPE REF TO /AWS1/CL_GDYAUTONOMOUSSYSTEM /AWS1/CL_GDYAUTONOMOUSSYSTEM

The Autonomous System (AS) of the network endpoint.

io_connection TYPE REF TO /AWS1/CL_GDYNETWORKCONNECTION /AWS1/CL_GDYNETWORKCONNECTION

Information about the network connection.


Queryable Attributes

Id

The ID of the network endpoint.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

Ip

The IP address associated with the network endpoint.

Accessible with the following methods

Method Description
GET_IP() Getter for IP, with configurable default
ASK_IP() Getter for IP w/ exceptions if field has no value
HAS_IP() Determine if IP has a value

Domain

The domain information for the network endpoint.

Accessible with the following methods

Method Description
GET_DOMAIN() Getter for DOMAIN, with configurable default
ASK_DOMAIN() Getter for DOMAIN w/ exceptions if field has no value
HAS_DOMAIN() Determine if DOMAIN has a value

Port

The port number associated with the network endpoint.

Accessible with the following methods

Method Description
GET_PORT() Getter for PORT, with configurable default
ASK_PORT() Getter for PORT w/ exceptions if field has no value
HAS_PORT() Determine if PORT has a value

Location

Information about the location of the network endpoint.

Accessible with the following methods

Method Description
GET_LOCATION() Getter for LOCATION

AutonomousSystem

The Autonomous System (AS) of the network endpoint.

Accessible with the following methods

Method Description
GET_AUTONOMOUSSYSTEM() Getter for AUTONOMOUSSYSTEM

Connection

Information about the network connection.

Accessible with the following methods

Method Description
GET_CONNECTION() Getter for CONNECTION

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_NETWORKENDPOINTS

TYPES TT_NETWORKENDPOINTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYNETWORKENDPOINT WITH DEFAULT KEY
.