https://github.com/ipverse/tools
Contains tools that enable you to work with the ipverse data
https://github.com/ipverse/tools
Last synced: 20 days ago
JSON representation
Contains tools that enable you to work with the ipverse data
- Host: GitHub
- URL: https://github.com/ipverse/tools
- Owner: ipverse
- Created: 2023-04-25T06:18:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-05T04:52:38.000Z (6 months ago)
- Last Synced: 2026-02-05T17:25:24.638Z (6 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ipverse-tools
This repository contains example scripts for working with ipverse data. They are meant as a starting point and are not actively maintained or supported.
## ip2as
The `ip2as` folder contains a Python CLI tool that does the reverse of [as-ip-blocks](https://github.com/ipverse/as-ip-blocks): given an IP address, find which AS it belongs to. Uses the as-ip-blocks data, supports IPv4/IPv6, and needs nothing beyond Python 3.
## crowdsec
The `crowdsec` folder includes tools for working with Crowdsec, an open-source, lightweight software that detects and prevents peers with aggressive behaviors from
accessing your systems. It uses a combination of behavior analysis and reputation scoring to identify and block malicious IP addresses, brute force attacks, and other types of
malicious activity.