get
https://api.greynoise.io/v3/tags//activity
Retrieve a single tag's activity over time as a series of time buckets, each
reporting how many distinct IP addresses were seen scanning for that tag.
The series is returned under activity, keyed by the tag's intention
(for example malicious). Buckets are contiguous and half-open: a bucket
covers start inclusive to end exclusive. Buckets with no activity are
still returned, with active_ips of 0.
Set include_ips=true to additionally receive the IP addresses behind each
bucket. This is opt-in because it is substantially more expensive than the
counts alone, and the per-bucket list is capped — see ips_truncated below.
