Re: Building Geo Map using Queries

2018-06-09 Thread Vadim Pavlov via bind-users
Nope. YMMV depending on your requirements. I did it a while ago but I've just parsed the query logs with my script and stored logs in MySQL + used google maps to show it ( http://dnsstat.ipvm.biz/ and a funny video: https://youtu.be/mI1p0VjalT ). I needed more details

Re: Building Geo Map using Queries

2018-06-09 Thread Blason R
Thanks! Any particular use case or configuration you would like to suggest? On Sun, Jun 10, 2018 at 10:25 AM Vadim Pavlov wrote: > Hi Blason, > > You can use MaxMind GeoIP DB and enrich logs with data you need. > > Vadim > > On 09 Jun 2018, at 17:33, Blason R wrote: > > > > Hi There, > > > >

Re: Building Geo Map using Queries

2018-06-09 Thread Vadim Pavlov via bind-users
Hi Blason, You can use MaxMind GeoIP DB and enrich logs with data you need. Vadim > On 09 Jun 2018, at 17:33, Blason R wrote: > > Hi There, > > I have DNS RPZ server runnnig and have configured logstatsh on the same to > parse the DNS RPZ logs. > > My requirement is I need to build Geo Map

Re: Building Geo Map using Queries

2018-06-09 Thread Ed Daniel
On 09/06/18 15:33, Blason R wrote: > Hi There, > > I have DNS RPZ server runnnig and have configured logstatsh on the same > to parse the DNS RPZ logs.  > > My requirement is I need to build Geo Map basis on the DNS responses; > Any idea how can that be achieved? Or need to know the requests made

Building Geo Map using Queries

2018-06-09 Thread Blason R
Hi There, I have DNS RPZ server runnnig and have configured logstatsh on the same to parse the DNS RPZ logs. My requirement is I need to build Geo Map basis on the DNS responses; Any idea how can that be achieved? Or need to know the requests made from which country and any other idea community c