NetworkEndpoint

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Autonomous System (AS) of the network endpoint.

Link copied to clipboard

Information about the network connection.

Link copied to clipboard

The domain information for the network endpoint.

Link copied to clipboard
val id: String?

The ID of the network endpoint.

Link copied to clipboard
val ip: String?

The IP address associated with the network endpoint.

Link copied to clipboard

Information about the location of the network endpoint.

Link copied to clipboard
val port: Int?

The port number associated with the network endpoint.

Functions

Link copied to clipboard
inline fun copy(block: NetworkEndpoint.Builder.() -> Unit = {}): NetworkEndpoint
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String