nano SIEM
User Guide

Auto Retro-Hunt

Automatically match newly-landed threat-intel indicators against your historical logs with retro-hunt rules.

Auto Retro-Hunt

A retro-hunt rule automatically matches newly-landed threat-intel indicators against your historical logs. When a feed publishes an indicator today, the rule answers the question a scheduled forward-looking detection can't: was this already in our logs three weeks ago?

Hits are first-class detections — they flow through the normal alert and case pipeline like any other detection match.

Creating a retro-hunt rule

Create the rule in the rules area, like any other detection rule. A retro-hunt rule is configured with:

SettingMeaning
FeedsWhich threat-intel feeds to hunt indicators from — specific feeds, or all
Artifact typesWhich indicator types to match: ip, domain, hash, url
Lookback windowHow far back in your logs each indicator is hunted (default 90 days, max 365)
ScheduleCron expression controlling how often the rule runs
Max indicators per runCap on indicators hunted in a single run

How it works

Each run:

  1. Computes the delta of indicators newly landed since the last run, tracked by a watermark.
  2. Hunts only those indicators across your logs over the lookback window.
  3. Emits hits through the standard signal processor — the same path as every other detection.

Re-running never re-alerts on already-hunted indicators: an indicator is hunted once, when it lands. If a run exceeds the per-run cap, the overflow carries over to the next run and is recorded on the run — nothing is silently truncated.

Run history

Each run records the number of indicators processed, the hits it produced, and any truncation (overflow carried to the next run). Use it to confirm the rule is keeping up with feed volume.

Lifecycle

See detection rule modes for how Staging / Live / Alerting behave in general.

Relationship to the | retro command

The interactive | retro search command is the manual, one-off version of the same engine: you bring an indicator and sweep history on demand. A retro-hunt rule automates that sweep for every new indicator your feeds deliver.

On this page

On this page