GithubHelp home page GithubHelp logo

godeye / 8million_ipdata.csv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from horizon365/8million_ipdata.csv

0.0 1.0 0.0 3 KB

最新最全的全球ip数据库,字段包括(起始ip,结束ip,国家,区域,城市),可以直接通过目标ip<>直接过滤

8million_ipdata.csv's Introduction

8million_ipdata.csv

最新最全的全球ip数据库,字段包括(起始ip,结束ip,国家,区域,城市),可以直接通过目标ip大于等于来直接过滤;

经过网上搜集分析后得到的最全ip地址库,2016年5月实际条目为7,968,540条;

#下载地址: (可能需要迅雷才能下载,我这里chrome浏览器多次下载失败) http://download.db-ip.com/free/dbip-city-2016-05.csv.gz

#postgres创建命令: CREATE TABLE public.db_ip ( ip_from INET PRIMARY KEY NOT NULL, ip_to INET NOT NULL, country CHARACTER VARYING(64) NOT NULL, region CHARACTER VARYING(64) NOT NULL, city CHARACTER VARYING(64) NOT NULL );

#提示: postgre特有的inet数据格式,使其可以直接通过目标ip<或者>来判断,例如 select * from db_ip where ip_from <'0.0.0.0' AND ip_to > '0.0.0.0'

#使用方法: 使用以上命令在postgre创建表格后,再用navicat等可视化工具导入下载后解压得到的dbip-city.csv文件。解压后近500M,耐心等待完成即可。

8million_ipdata.csv's People

Contributors

horizon365 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.