Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel2
minLevel2
typeflat
Note

Deprecated operation

This operation is deprecated . Use and no longer supported. You will still be able to use it and add it manually to your queries, but it won’t appear in the Devo operations menu anymore. Contact us if you have any question.

You can use Geolocated ASN with MaxMind GeoIP2 (mm2asn) instead.

Description

Geolocates an IPv4 address and returns its ASN (autonomous system number). An ASN is a unique number assigned to an AS (autonomous system).

...

  • This operation returns data for public IP addresses only. If an IP is private, it will return null.

...

How does it work in the search window?

...

Use the operator select... as...  and add the operation syntax to create the new column. The syntax is as follows:

  • mmasn(ip)

Example

Copy the following LINQ script and try the above example on the demo.ecommerce.data table. 

Code Block
from demo.ecommerce.data
select mmasn(clientIpAddress) as asn