base/utils/geoip-distance.bro
Functions to calculate distance between two locations, based on GeoIP data.
Detailed Interface
Functions
-
haversine_distance_ip
-
Returns the distance between two IP addresses using the haversine formula,
based on GeoIP database locations. Requires Bro to be built with libgeoip.
A1: | First IP address. |
A2: | Second IP address. |
Returns: | The distance between a1 and a2 in miles, or -1.0 if GeoIP data
is not available for either of the IP addresses. |
See also: haversine_distance
, lookup_location