https://github.com/willscott/asbycountry
Pre-built lookup table of ASes registered by country
https://github.com/willscott/asbycountry
Last synced: 12 months ago
JSON representation
Pre-built lookup table of ASes registered by country
- Host: GitHub
- URL: https://github.com/willscott/asbycountry
- Owner: willscott
- Created: 2016-07-10T19:33:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-28T14:25:22.000Z (about 1 year ago)
- Last Synced: 2025-04-28T14:27:11.659Z (about 1 year ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AS By Country
=============
This is a small module to parse the delegation stats from the regional
registries for which autonomous systems are registered in which countries.
To rebuild the database, remove the `asbycountry.json` table and run
`node rebuild.js`.
To use:
```javascript
var asbycountry = require("asbycountry");
asbycountry["US"].forEach(function (asn) {
...
});
```