Skip to content
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

Check if IP is Tor Exit Node #3

Closed
fabian-hk opened this issue Nov 28, 2022 · 1 comment
Closed

Check if IP is Tor Exit Node #3

fabian-hk opened this issue Nov 28, 2022 · 1 comment
Assignees

Comments

@fabian-hk
Copy link
Owner

fabian-hk commented Nov 28, 2022

Write a function that takes an IP address as the input and returns true if the IP is in the list of Tor exit nodes. Since downloading this file from the internet every time would be to time and network consuming the function should download it once and save it in the user's home folder: ~/.nano_siem/tor_exit_nodes.txt.
But since the file can change you should update the file if the downloaded file is older than a day.

Please develop this function in the feature/check-tor-exit branch.

@hsw95
Copy link
Contributor

hsw95 commented Nov 29, 2022

TORIPS.csv

This the the CSV file of the TOR IPs downloaded from the given link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants