IP network event parse from the NetworkEvent, passed back to the client from the RPC ListAssetEvents. IpNetworkEvent is a lookup event that has no domain associated with it. Example cases: * A machine curling a website's IP directly.
Date/time of lookup (i.e. not the time that the event was ingested).
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
Additional details about HTTP requests associated with this lookup.
customer_prevalence
integer
The prevalence of the domain within the customer's environment, defined for v1 as the number of unique assets per day looking up the domain name over the trailing 10 days.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-22 UTC."],[[["IpNetworkEvent represents a network lookup event without a specific domain, such as a direct IP address connection made by a machine."],["The JSON representation includes fields like `event_time`, `chip`, `ip_address`, `http_details`, `customer_prevalence`, `filter_properties`, `raw_logs_token`, `sidebar_entries`, and `asset_indicator`, providing comprehensive data about the event."],["`event_time` specifies the lookup time in RFC 3339 format, `ip_address` details the IP being queried, and `http_details` offers related HTTP request data."],["`customer_prevalence` indicates the frequency of the lookup across a customer's assets, while `raw_logs_token` allows access to raw log data if available."],["`filter_properties`, `sidebar_entries`, and `asset_indicator` offer event properties, additional event information, and a pivoting tool, respectively."]]],[]]