Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elliotwutingfeng/inversion-cloudips

Machine-readable .txt blocklist of IP addresses derived via lexical analysis of cloud virtual machine hostnames listed in the Inversion DNSBL Blocklists, updated every hour.
https://github.com/elliotwutingfeng/inversion-cloudips

blocklist cloud-computing cloud-instance cybersecurity domains-project domcop ec2 firewall firewalla google-safe-browsing icann pfblockerng python3 safebrowsing tldextract top1m trancolist virtual-instances

Last synced: 2 months ago
JSON representation

Machine-readable .txt blocklist of IP addresses derived via lexical analysis of cloud virtual machine hostnames listed in the Inversion DNSBL Blocklists, updated every hour.

Awesome Lists containing this project

README

        

Inversion CloudIPs


Logo


Malicious IP blocklists derived via lexical analysis of cloud virtual machine hostnames listed in the Inversion DNSBL Blocklists, updated every hour.


pfBlockerNG


Total Blocklist IPs
Last Updated
Update
Source Code License
Blocklist License

**Disclaimer:** _This project is not sponsored, endorsed, or otherwise affiliated with Google._

## Blocklist download

| File | Download |
|:-:|:-:|
| ips.txt | [:floppy_disk:](ips.txt?raw=1) |

## Requirements

- Python 3.12+

## Setup instructions

`git clone` and `cd` into the project directory, then run the following

```bash
python3 -m venv venv
venv/bin/python3 -m pip install --upgrade pip
venv/bin/python3 -m pip install tldextract
```

## Usage

```bash
venv/bin/python3 update.py
```

## Libraries/Frameworks used

- [tldextract](https://github.com/john-kurkowski/tldextract)

 

These files are provided "AS IS", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, arising from, out of or in connection with the files or the use of the files.

Any and all trademarks are the property of their respective owners.