Skip to main content

threatip Search Operator

The threatip operator correlates CrowdStrike's threat intelligence data based on IP addresses from your log data, providing security analytics that helps you to detect threats in your environment, while also protecting against sophisticated and persistent cyber-attacks.

The threatip operator uses the same lookup as the Threat Intel Quick Analysis App but is simplified for only IP threat lookups. For further details on how this lookup works and what to do with the results see Threat Intel FAQs.

The only Indicators of Compromise (IOC) supported is IP address.

Syntax

threatip <ip_address_field>

Response Fields

  • actor
  • malicious_confidence
  • raw_threat
  • type

Example

_sourceCategory=Labs/*
| parse regex "(?<ip_address>\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})"
| threatip ip_address
| where !(isNull(malicious_confidence))
Status
Legal
Privacy Statement
Terms of Use

Copyright © 2024 by Sumo Logic, Inc.