Tor Exit Nodes
Last updated
Was this helpful?
Last updated
Was this helpful?
Tor is an anonymizing network for Internet browsing in which the user's client IP address is randomly picked from nodes around the world. It is also sometimes used by bad actors to hide their location.
The Tor integration is an , also known as a Panther-managed Lookup Table. It contains IP addresses for Tor Exit Nodes. Panther automatically updates this list of IP addresses every hour. Learn how to , and how to .
If you are using a CI/CD workflow, please see to learn about additional considerations.
To enable the Panther-managed Tor Exit Node Lookup Table:
In the left-hand navigation bar of your Panther Console, click Detections.
Click the Packs tab. Search for "Tor" in the search bar.
On this page, you can see the available for Tor Lookup Tables. Packs are disabled by default, so to use this data you will need to enable the pack first.
On the right side of the Tor Lookup Tables tile, click the Enabled toggle to ON to enable the pack.
Click Continue in the dialog that appears.
If you'd like to make additional changes through CI/CD with , please contact your Panther representative for more information.
To verify the Lookup Table is enabled, from the left sidebar menu, click Configure > Enrichment Providers.
On this page, you can see Panther-managed Enrichment Providers. You can also see whether the sources are currently enabled or disabled and when a source’s data was last refreshed.
Please note the following considerations:
CI/CD users do not need to use Detection Packs to get Panther-managed Tor Exit Node Lookup Tables. You can pull in the latest release of panther-analysis
and use the panther_analysis_tool
(PAT) to upload the Lookup Tables.
If you are using a CI/CD workflow, we advise against enabling a Lookup Table via Detection Packs; you should instead enable and manage Lookup Tables via your regular CI/CD workflow.
If you choose to manage Lookup Tables through PAT after enabling them in the Panther Console, you must first disable the Detection Packs in the Panther Console. Simultaneous use of both the Panther Console and PAT to manage Lookup Tables is not supported.
You can leverage the Tor Exit Nodes Panther-managed Lookup Table via a Python helper in detections. See the example below:
To enable the Tor Enrichment Provider in the CLI workflow, see the guide.