Threat Hub Settings
- Last Updated: September 16, 2026
- 1 minute read
- Flowmon Products
- Flowmon Anomaly Detection System
- Documentation
This part of the configuration can be found in Settings → System Settings → Threat hub.
The Threat hub settings page allows you to control how data is shared with the Progress Flowmon Threat hub service, including pseudonymization of IP addresses and domain filtering.
Settings
-
Pseudonymization Filter: Specifies a filter whose IP addresses will be pseudonymized before being submitted to the Threat hub service. Select the appropriate filter from the drop-down list, or set it to -- Unspecified -- if pseudonymization is not required (private-range IP addresses are pseudonymized by default).
When a filter is applied, the IP address is replaced with a hashed value. For example:
Non-pseudonymized:
{ "ip": "192.168.1.100", "blacklisted": 0, "application": null, "application_category": null, "country": "LAN" }Pseudonymized:
{ "ip": "20333fb05b6d0f0940854cd7a79d1df7", "blacklisted": 0, "application": null, "application_category": null, "country": "LAN" } -
Excluded Domains: A comma-separated list of domains to exclude from Threat hub sharing. Domains may contain
*wildcards (for example,*example.com,example.*).
Click Save to apply any changes.