From 29ea185c2dd6b007e71eec62a8079870424d2c2a Mon Sep 17 00:00:00 2001 From: Be Date: Mon, 4 Mar 2024 00:30:36 +0100 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 384db6a..16bdfd9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AS Network List -This repository contains two Python scripts that allow you to retrieve network lists based on either an Autonomous System (AS) name or a Network name. +This repository contains Python scripts that allow you to retrieve network lists based on either an Autonomous System (AS) name or a Network name. Also you can download and parse the whole RIPE database to get information about Networks for the further analysis. ## Files and features @@ -8,6 +8,7 @@ This repository contains two Python scripts that allow you to retrieve network l - `network_list_from_netname.py`: Retrieves a list of networks associated with a given Network name. - `get_info_from_ripe.py`: Retrieves information about Russian AS numbers and Networks from RIPE database for the further analysis. - `get_description.py`: Retrieves network names, AS names and organisation names from RIPE. Updates te lists in the folder `auto/`. +- `parse_ripe_db.py`: Parses the whole RIPE database to get information about Networks for the further analysis. - **Contributors are welcome!** - `lists/ru-gov-netnames.txt`: A list of network names associated with the Russian government. @@ -18,6 +19,7 @@ This repository contains two Python scripts that allow you to retrieve network l - `auto/blacklist.txt`: Static **daily generated** blacklist! - `auto/blacklist_with_comments.txt`: Static **daily generated** blacklist with comments! - `auto/all-ru-*.txt`: Static **monthly generated** lists of Russian networks and ASNs! +- `auto/ripe-db-*.txt`: Static **weekly generated** lists of Russian networks from RIPE database! image