Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elliotwutingfeng/threatfox-ioc-ips
Machine-readable .txt IP blocklist from ThreatFox by Abuse.ch, updated every hour.
https://github.com/elliotwutingfeng/threatfox-ioc-ips
abuse aiohttp blocklist c2 feed firewalla ioc malware osint pfblockerng python spamhaus threatfox
Last synced: 3 months ago
JSON representation
Machine-readable .txt IP blocklist from ThreatFox by Abuse.ch, updated every hour.
- Host: GitHub
- URL: https://github.com/elliotwutingfeng/threatfox-ioc-ips
- Owner: elliotwutingfeng
- License: bsd-3-clause
- Created: 2022-10-29T15:51:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:01:06.000Z (3 months ago)
- Last Synced: 2024-10-29T09:20:17.774Z (3 months ago)
- Topics: abuse, aiohttp, blocklist, c2, feed, firewalla, ioc, malware, osint, pfblockerng, python, spamhaus, threatfox
- Language: Python
- Homepage:
- Size: 24.1 MB
- Stars: 21
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ThreatFox IOC IPs by Abuse.ch
![Python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)
![AIOHTTP](https://img.shields.io/badge/AIOHTTP-2C5BB4?style=for-the-badge&logo=aiohttp&logoColor=white)
![GitHub Actions](https://img.shields.io/badge/GitHub_Actions-2088FF?style=for-the-badge&logo=github-actions&logoColor=white)[![GitHub license](https://img.shields.io/badge/LICENSE-BSD--3--CLAUSE-GREEN?style=for-the-badge)](LICENSE)
[![update](https://img.shields.io/github/actions/workflow/status/elliotwutingfeng/ThreatFox-IOC-IPs/update.yml?branch=main&label=UPDATE&style=for-the-badge)](https://github.com/elliotwutingfeng/ThreatFox-IOC-IPs/actions/workflows/update.yml)Machine-readable `.txt` IP blocklist from [ThreatFox](https://threatfox.abuse.ch) by [Abuse.ch](https://abuse.ch), updated every hour.
The IPs in this blocklist are compiled by **Abuse.ch** under the [Creative Commons Zero v1.0 Universal](https://threatfox.abuse.ch/faq) license.
**Disclaimer:** _This project is not sponsored, endorsed, or otherwise affiliated with Abuse.ch._
## Blocklist download
| File | Download |
|:-:|:-:|
| ips.txt | [:floppy_disk:](ips.txt?raw=true) |## Requirements
- Python 3.11+
## 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 -r requirements.txt
```## Usage
```bash
venv/bin/python3 update.py
```
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.