Network Connection Information Object
The Network Connection Information object describes characteristics of a network connection. Defined by D3FEND d3f:NetworkSession.
| Name | Caption | Requirement | Type | Description | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| boundary | Boundary | Optional | String | The boundary of the connection, normalized to the caption of 'boundary_id'. In the case of 'Other', it is defined by the event source. For cloud connections, this translates to the traffic-boundary(same VPC, through IGW, etc.). For traditional networks, this is described as Local, Internal, or External. This is the string sibling of enum attribute boundary_id. |
||||||||||||||||||||||||||
| boundary_id | Boundary ID | Recommended | Integer | The normalized identifier of the boundary of the connection. For cloud connections, this translates to the traffic-boundary (same VPC, through IGW, etc.). For traditional networks, this is described as Local, Internal, or External.
This is an enum attribute; its string sibling is boundary. |
||||||||||||||||||||||||||
| direction | Direction | Optional | String | The direction of the initiated connection, traffic, or email, normalized to the caption of the direction_id value. In the case of 'Other', it is defined by the event source. This is the string sibling of enum attribute direction_id. |
||||||||||||||||||||||||||
| direction_id | Direction ID | Required | Integer | The normalized identifier of the direction of the initiated connection, traffic, or email.
This is an enum attribute; its string sibling is direction. |
||||||||||||||||||||||||||
| protocol_name | Protocol Name | Recommended | String | The TCP/IP protocol name in lowercase, as defined by the Internet Assigned Numbers Authority (IANA). See Protocol Numbers. For example: tcp or udp. |
||||||||||||||||||||||||||
| protocol_num | Protocol Number | Recommended | Integer | The TCP/IP protocol number, as defined by the Internet Assigned Numbers Authority (IANA). Use -1 if the protocol is not defined by IANA. See Protocol Numbers. For example: 6 for TCP and 17 for UDP. |
||||||||||||||||||||||||||
| protocol_ver | IP Version | Optional | String | The Internet Protocol version. This is the string sibling of enum attribute protocol_ver_id. |
||||||||||||||||||||||||||
| protocol_ver_id | IP Version ID | Recommended | Integer | The Internet Protocol version identifier.
This is an enum attribute; its string sibling is protocol_ver. |
||||||||||||||||||||||||||
| session | Session | Optional | Session | The authenticated user or service session. | ||||||||||||||||||||||||||
| tcp_flags | TCP Flags | Optional | Integer | The network connection TCP header flags (i.e., control bits). | ||||||||||||||||||||||||||
| uid | Connection UID | Recommended | String | The unique identifier of the connection. |
Referenced By
- DHCP Activity Class
- Attributes: connection_info, proxy_connection_info
- DNS Activity Class
- Attributes: connection_info, proxy_connection_info
- FTP Activity Class
- Attributes: connection_info, proxy_connection_info
- File Hosting Activity Class
- Attribute: connection_info
- HTTP Activity Class
- Attributes: connection_info, proxy_connection_info
- NTP Activity Class
- Attributes: connection_info, proxy_connection_info
- Network Activity Class
- Attributes: connection_info, proxy_connection_info
- Network Connection Query Class
- Attribute: connection_info
- Network File Activity Class D
- Attributes: connection_info, proxy_connection_info
- Network Remediation Activity Class
- Attribute: connection_info
- RDP Activity Class
- Attributes: connection_info, proxy_connection_info
- SMB Activity Class
- Attributes: connection_info, proxy_connection_info
- SSH Activity Class
- Attributes: connection_info, proxy_connection_info
- Tunnel Activity Class
- Attributes: connection_info, proxy_connection_info
- Web Resource Access Activity Class D
- Attribute: proxy_connection_info
- Web Resources Activity Class
- Attribute: proxy_connection_info
- Evidence Artifacts Object
- Attribute: connection_info