From d44188e190c98f46f16b5a53702b632235b70fce Mon Sep 17 00:00:00 2001 From: Be Date: Sun, 3 Mar 2024 20:52:58 +0100 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9591049..52194c3 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This repository contains two Python scripts that allow you to retrieve network l - `network_list_from_as.py`: Retrieves a list of networks associated with a given AS name. - `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/`. - **Contributors are welcome!** - `lists/ru-gov-netnames.txt`: A list of network names associated with the Russian government. @@ -14,8 +15,9 @@ This repository contains two Python scripts that allow you to retrieve network l - `blacklist_updater.sh`: Static blacklist updater. -- `auto/blacklist.txt`: Static blacklist generated from both lists! **Will be periodically updated!** -- `auto/blacklist_with_comments.txt`: Static blacklist generated from both lists with comments! **Will be periodically updated!** +- `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! image