fire-scope 0.1.7

This tool is a CLI application and library that collects and aggregates corresponding IP addresses by specifying country codes and AS numbers, and outputs them to a file in TXT or nftables format.It supports RIR file download and whois AS number query, and also has a function to extract overlapping parts of country codes and AS numbers in CIDR units.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod asn;
pub mod cli;
pub mod commands;
pub mod common;
pub mod common_download;
pub mod constants;
pub mod error;
pub mod fetch;
pub mod ipv4_utils;
pub mod output;
pub mod output_common;
pub mod overlap;
pub mod parse;
pub mod process;
// pub mod rpki;