Commit graph

36 commits

Author SHA1 Message Date
7ff4c7c7ab
Merge pull request #1 from fukusuket/update-server-conf-eaxmple
chg: modify conf.sample to use relative path
2023-07-04 18:12:15 +02:00
fukusuket
b38f146d85 chg: modify conf.sample to use relative path 2023-06-20 23:56:07 +09:00
dc77afcda0
chg: [db] default GeoOpen database updated 2023-03-29 09:28:18 +02:00
d20b90393f
chg: [country_lookup] skip Unknown countries 2022-10-15 10:13:25 +02:00
d79b3dfbca
fix: [country_lookup] key can be also 'Unknown' 2022-10-15 10:06:53 +02:00
e95f9dd7cb
chg: [geo db] updated 2022-10-15 07:55:45 +02:00
260389c124
chg: [db] updated 2022-07-15 08:44:32 +02:00
c665480715
chg: [doc] updated 2022-07-09 09:24:17 +02:00
6c68e5ee2e
chg: [db] updated 2022-07-09 09:18:56 +02:00
02efa46d4b
add: [update] add basic script 2022-07-09 09:18:35 +02:00
1fe484c47b
chg: [db] updated 2022-05-29 23:35:34 +02:00
39498cb8aa
chg: [geo open] updated 2022-05-26 07:46:16 +02:00
c97a32ed11
chg: [db] GeoOpen updated 2022-05-25 23:46:36 +02:00
584b87ecb7
chg: [db] updated 2022-05-03 23:03:33 +02:00
abd878db81
chg: [geoopen] database updated 2022-04-24 07:20:49 +02:00
8255b68a46
chg: [mmdb] updated 2022-04-07 10:02:09 +02:00
221ab246b4
chg: [db] updated 2022-03-15 22:20:04 +01:00
394eeb710b
chg: [db] updated 2022-03-07 15:51:21 +01:00
ff9c980129
chg: [GeoOpen] Country-ASN updated 2022-02-27 22:11:38 +01:00
2a0366f65b
chg: [db] updated 2022-02-24 23:13:49 +01:00
232b55a69a
chg: [doc] update the documentation and examples with the multiple sources 2022-02-06 11:46:35 +01:00
dbbcbe8cdf
chg: [log] remove old debug 2022-02-06 11:41:57 +01:00
9ce8603f33
new: [multiple MMDB file support] MMDB server can now load a list of
MMDB files + new GeoOpen file including ASN details added as example

GeoOpen files for country only -> https://cra.circl.lu/opendata/geo-open/mmdb-country/
GeoOpen files with country and ASN/ASN description -> https://cra.circl.lu/opendata/geo-open/mmdb-country-asn/
2022-02-06 11:33:17 +01:00
d885f6bc3b
new: [db] Country-ASN db added 2022-02-06 10:54:45 +01:00
b39530c915
chg: [db] renamed 2022-02-06 10:54:23 +01:00
c5d5909350
new: [db] GeoOpen database updated 2022-02-06 10:19:12 +01:00
4b53f5701d
Update README.md 2022-02-02 15:33:16 +01:00
617ea8f9ea
chg: [GeoOpen-country] updated 2022-01-30 08:44:08 +01:00
6686192cab
Update README.md 2022-01-27 10:24:35 +01:00
6623b12d67
chg: [doc] update JSON output and CIRCL public service 2022-01-24 10:44:05 +01:00
d92638a137
new: [server] Add additional information about the country including
average location, complete name and numeric code
2022-01-24 10:33:56 +01:00
103a58e3b8
chg: [server] display port 2022-01-24 09:00:16 +01:00
bee9df24fd
chg: [server] make port configurable 2022-01-24 08:59:06 +01:00
eb37aa0cc9
new: [mygeolookup] Query on root of the server will give the geo location of the remote IP address doing the query. 2022-01-24 08:51:24 +01:00
dd484f83a3 Set theme jekyll-theme-cayman 2022-01-23 18:07:34 +01:00
1cef2219aa
new: [mmdb-server] first release
mmdb-server is an open source fast API server to lookup IP addresses for their geographic location.

The server can be used with any [MaxMind DB File Format](https://maxmind.github.io/MaxMind-DB/) or file in the same
 format.

mmdb-server includes a free and open [GeoOpen-Country database](./db/) for IPv4 and IPv6 addresses.
The file GeoOpen-Country is generated on a regular basis from AS announces and their respective whois records.
2022-01-23 18:03:22 +01:00