Global Prevalence Summary Object

🚧

Special privileges required

Google Insights In-the-Wild Prevalence is only available to users with the Google Threat Intelligence (Google TI) Enterprise or Enterprise Plus licenses.

A global_prevalence_summary object provides aggregated planetary in-the-wild telemetry for an indicator of compromise (IoC), including deduplicated organization reach, raw observation volume, ground-truth observation dates, and vertical/geographic targeting distributions.

Object Attributes

A global_prevalence_summary object contains the following attributes:

  • customer_count: <integer> deduplicated, anonymized count of distinct enterprise organizations where the indicator has been observed globally in live environments.
  • observation_count: <integer> total raw volume of observation events recorded across Google observation networks and endpoint telemetry feeds.
  • first_seen_date: <integer> UTC timestamp (seconds since Unix epoch) marking when the indicator was first observed executing or communicating in live enterprise environments.
  • last_seen_date: <integer> UTC timestamp (seconds since Unix epoch) marking the most recent in-the-wild observation.
  • first_seen_industry: <string> industry vertical where the indicator was first sighted (e.g. TECHNOLOGY, FINANCE, HEALTHCARE, GOVERNMENT, MANUFACTURING, RETAIL).
  • last_seen_industry: <string> industry vertical associated with the most recent in-the-wild observation.
  • first_seen_region: <string> geographic region where the indicator was first observed (e.g. NORTHERN_AMERICA, WESTERN_EUROPE, SOUTH_EASTERN_ASIA, LATIN_AMERICA_AND_THE_CARIBBEAN).
  • last_seen_region: <string> geographic region associated with the most recent observation.

JSON Representation

{
  "data": {
    "id": "787e2c94e6d9ce5ec01f5cbe9ee2518431eca8523155526d6dc85934c9c5787c",
    "type": "global_prevalence_summary",
    "links": {
      "self": "https://www.virustotal.com/api/v3/global_prevalence_summaries/787e2c94e6d9ce5ec01f5cbe9ee2518431eca8523155526d6dc85934c9c5787c"
    },
    "attributes": {
      "customer_count": 36,
      "observation_count": 656,
      "first_seen_date": 1704171600,
      "last_seen_date": 1786593600,
      "first_seen_industry": "TECHNOLOGY",
      "last_seen_industry": "OTHER",
      "first_seen_region": "SOUTH_EASTERN_ASIA",
      "last_seen_region": "SOUTH_EASTERN_ASIA"
    }
  }
}