Graylog ASN lookup

Hi everyone,

I use graylog to collect my nginx log. I found that graylog can lookup the IP address belong to which country and city through geoip. On the other hand, how can I lookup the IP Address belong to which ASN in the graylog. If graylog have not this function, can i do that though nginx?

Many Thanks
Hong

OK, it can close case now. I find the solution for this.

Maybe you could share your solution so that other users can profit from it.

I use nginx geoip module to handle ASN lookup case.

load_module modules/ngx_http_geoip_module.so and use variable geoip_org

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.