--- id: threatip title: threatip Search Operator sidebar_label: threatip description: Use the threatip operator to identify suspicious IP addresses in your log data for security analytics and threat detection. slug: /help/docs/search/search-query-language/search-operators/threatip/ canonical: https://www.sumologic.com/help/docs/search/search-query-language/search-operators/threatip/ --- The `threatip` operator looks for suspicious IP addresses in your log data. Using the operator provides security analytics that help you to detect threats in your environment, while also protecting against sophisticated and persistent cyber-attacks. Behind the scenes, the `threatip` operator [uses `sumo://threat/cs` in log search queries](/docs/security/threat-intelligence/find-threats/#use-the-lookup-search-operator) to correlate data in the `_sumo_global_feed_cs` threat intelligence source. The `threatip` operator uses the same lookup as the [Threat Intel Quick Analysis app](/docs/integrations/security-threat-detection/threat-intel-quick-analysis/#threat-intel-optimization) but is simplified for only IP threat lookups. The only Indicators of Compromise (IOC) supported is IP address. ## Syntax `threatip ` #### Response Fields * actor * malicious_confidence * raw_threat * type ## Example ```sumo _sourceCategory=Labs/* | parse regex "(?\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})" | threatip ip_address | where !(isNull(malicious_confidence)) ```