Cortex XDR 3.x
ip_to_int
Learn more about the Cortex Query Language ip_to_int() function that safely converts a string representation of an IPv4 address to an integer equivalent.
Syntax
ip_to_int(<IPv4_address>)Description
The ip_to_int() function tries to safely convert a string representation of an IPv4 address into its integer equivalent.
Example
Returns the integer 808530483 from the string representation of the IPv4 address provided as "48.49.50.51".
ip_to_int("48.49.50.51")Last updated
Was this helpful?
