https://github.com/7c/torfilter
tor network exit-nodes list for ip reputation purposes
https://github.com/7c/torfilter
list privacy tor torproject
Last synced: 4 months ago
JSON representation
tor network exit-nodes list for ip reputation purposes
- Host: GitHub
- URL: https://github.com/7c/torfilter
- Owner: 7c
- Created: 2024-03-17T12:16:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:00:13.000Z (9 months ago)
- Last Synced: 2024-10-29T09:19:25.870Z (9 months ago)
- Topics: list, privacy, tor, torproject
- Homepage:
- Size: 459 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TORFilter
The TOR network's exit nodes are monitored and listed for abuse prevention reasons; this list will be updated hourly. The list is separated into 'last seen' groups. For example, 'torfilter-1d' contains all exit nodes that have been seen in the last 24 hours.# Feed
We source our data from `https://www.dan.me.uk/tornodes`, `https://check.torproject.org/torbulkexitlist` (a TOR project feed), and from other automated research projects.# Charts
we generate different charts about available data in this repo. For example `counts-1h` shows the number of IPs updated in the last hour. This means if you took this list as base you can see how many IPs you would have inside.



# Types
## flat
One IP (IPv4 or IPv6) per line. (current)## cidr
...coming soon...IPv6 especially enables exit nodes to randomize outgoing IP addresses within the large subnets available to them. Since TOR does not expose those CIDRs, it's challenging to identify the networks available to TOR exit nodes.
# Formats
## txt format
Flat list of IP addresses. For example:[torfilter-1h-flat](lists/txt/torfilter-1h-flat.txt)
## markdown format
Markdown version of same IP addresses list. For example:[torfilter-1h-flat](lists/markdown/torfilter-1h-flat.md)
## json format
This format has more details about ip addresses:
```json
....
{
"ip": "23.....100",
"ipversion": 4,
"firstseen": 1648437978,
"lastseen": 1710594950,
"countrycode": "..",
"continentcode": "SA",
"city": "N....",
"ASN": 2x0xx,
"rdns": "tor-exit....."
},
...
```*Disclaimer:* We are not responsible for any damage caused by the use of this list. Use it at your own risk. We do not recommend outright banning based on this list alone. Instead, you may want to use this list to help classify incoming requests, packets, or registrations in your services.