elastic / ebpf

Elastic's eBPF
Other
67 stars 11 forks source link

Network Events: Implement EBPF_EVENT_NETWORK_IPV4_CONNECTION_ATTEMPTED #61

Closed fntlnz closed 2 years ago

fntlnz commented 2 years ago

Stories

Data needed

Field Type Description
Destination port uint32_t Destination port of the attempted connection
Destination Address char[16] String representation of the IPv4 of the destination
Socket pointer (sk) uint64_t The kernel socket pointer

Probe

Some possible approaches could be:

Action items