-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Is IP address a tor exit node?" lookup #14
Comments
Could this database be useful for this task? |
I don't want to rely on companies like IP2Location. The link provided in the issue description is the actual source from the Tor Project itself. The reason I haven't implemented this in Soup is because I have no need for it right now so it would only be an "interesting challenge" kinda thing for another day. |
I felt that, on my github you could find a repository called tor-data, it has some more restricted infos already extracted in json format |
No offense, but parsing the JSON to limit it to a few fields is nothing special. My main concern with all this netIntel stuff is how I want it to work in a more long-term configuration, because data would need to be updated at some point. It also needs to be stored in memory efficiently as it can get quite big. |
Yeah, the main problem is about keeping it efficient as it is really a LOT of data as you said Ps. Isn't it possible to make a separated repository to keep all the networking databases related stuff with a script that automatically updates everything or you would prefer to have them built into Soup? |
It really depends on what the actual use case is, but ideally it would be something auto-updating and efficient. |
If you check the repository from mines "tor-data" that I updated yesterday it automatically updates itself every 12h with all the tor nodes and ASNs, wouldn't it be easier to make a script that get's all the data from the various sources like Mullvad, NordVPN and others and then just use the output of it for Soup? |
Yes, that would likely be easier, but simplicity is not a concern. |
https://onionoo.torproject.org/details?search=flag:exit
The text was updated successfully, but these errors were encountered: