-
Notifications
You must be signed in to change notification settings - Fork 449
Closed
Description
network.direction is currently defined ambiguously. The semantics depend on the source of the data making it very difficult to analyze.
We need a specifier that indicates whether the record is using host-level semantics or network-level semantics. Namely, if an event is marked as outbound, from a detection perspective, we need to know if that means the traffic is leaving our internal trust boundary to the Internet, or if it simply means that we're sending packets out of the local network interface to perhaps a local server without our internal trust boundary.
neu5ron, SHolzhauer and willemdh