For the complete documentation index, see llms.txt. This page is also available as Markdown.

Lookup Table Enrichment

Lookup table enrichment enhances your log data by adding contextual information from external sources during ingestion. This allows you to correlate log events with additional data that wasn't available at the point of logging.

Scanner supports three types of lookup tables for enrichment:

  • Custom Lookup Tables Custom lookup tables let you enrich your logs with organizational context during ingestion. By adding business-specific data to your logs as they're indexed, you can:

    • Create more meaningful detection rules based on user roles, asset criticality, or business context

    • Investigate faster with organizational data already in your logs

    • Filter and search by business attributes like department, asset owner, or location

    • Reduce context-switching — no need to cross-reference external systems during investigations

    Upload CSV or MMDB files containing reference data (user directories, asset inventories, network mappings, IP-to-attribute mappings, etc.) and use them in transformations to enrich logs during ingestion.

  • Threat Intelligence Automatically-synced feeds from threat intelligence providers that flag known malicious indicators in your logs.

  • GeoIP Automatically-synced GeoIP feeds (e.g. IPinfo Lite) that attach country, continent, and Autonomous System (AS) context to IP addresses in your logs.

Last updated

Was this helpful?