GithubHelp home page GithubHelp logo

gabeochieng / asn-scraper Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.15 MB

Creates a mapping from each Autonomous System Number in use to the company that owns it, and outputs the collected data to a JSON file

Python 100.00%

asn-scraper's Introduction

asn-scraper

ASNs (Autonomous System Numbers) are one of the building blocks of the Internet. This project is to create a mapping from each ASN in use to the company that owns it. For example, ASN 36375 is used by the University of Michigan - http://bgp.he.net/AS36375

Starting at http://bgp.he.net/report/world, the program will crawl and scrape the linked country reports to make a structure mapping each ASN to info about that ASN.

Sample structure:

    {3320: {'Country': 'DE',
        'Name': 'Deutsche Telekom AG',
        'Routes v4': 13547,
        'Routes v6': 268},
    36375: {'Country': 'US',
        'Name': 'University of Michigan',
        'Routes v4': 14,
        'Routes v6': 1}}

When done, the collected data will be outputted to a json file.

asn-scraper's People

Contributors

treebeard 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.