IPLookupService
A lookup service that provides several types of enrichment information for IP addresses. The service is configured by providing a MaxMind Database file and specifying which types of enrichment should be provided for an IP Address or…
How to get the IP address and client application name for a given query ID
ISSUE: In this article we will provide a sample code to get the IP address and client application name for a given queryID.
ISPEnrichIP 2025.5.31.15
Looks up ISP information for an IP address and adds the information to FlowFile attributes. The ISP data is provided as a MaxMind ISP database. (Note that this is NOT the same as the GeoLite database utilized by some geo enrichment tools).
How to audit the IP addresses that have been blocked by a network policy in a Snowflake account
FAQ: To view the IP addresses that have been blocked by a network policy within the Snowflake account, query the LOGIN_HISTORY view, which is located in the SNOWFLAKE database and ACCOUNT_USAGE schema.
How to monitor activity from specific IP addresses in your Snowflake account
After a successful authentication, a client may open multiple sessions without having to re - authenticate.
How to list failed login attempts including blocked IP logins
NOTE: This query lists all failed login attempts. If interested in narrowing it down to only blocked IP login attempts due to existing Snowflake network policies, uncomment the ERROR_MESSAGE line.
Incoming request with IP/Token XX.XX.XX.XX is not allowed to access Snowflake. Contact your account administrator. For more information about this error, click here.
CAUSE: This error is displayed when the account has an active Network Policy applied at the account or user level and the source IP address is either included in the 'Blocked IP Addresses' list, or not included in the 'Allowed IP…