# Creating a GreyNoise Lookup Table

## Overview

[GreyNoise](https://www.greynoise.io/) collects data on IP addresses, which can help you understand which events can be ignored. This may help to reduce your number of false positive alerts.

{% hint style="warning" %}
In order to create a GreyNoise Lookup Table, you must be a GreyNoise customer.
{% endhint %}

Panther has created the following resources to help you set up a GreyNoise Lookup Table via [S3 sync](https://docs.panther.com/enrichment/lookup-tables#option-2-sync-via-s3-source):&#x20;

* A Panther-managed `GreyNoise.API.Noise` schema&#x20;
* [This `panther-auxiliary` repository](https://github.com/panther-labs/panther-auxiliary/tree/main/lookuptable_pullers/greynoise_noise). The `greynoise_noise` directory contains:
  * A script to pull GreyNoise data
  * A CloudFormation template that defines an IAM role, which Panther will assume to access the S3 data
  * A definition for the Lookup Table

## How to set up a GreyNoise Lookup Table in Panther

* Follow [these instructions in the `greynoise_noise` folder's `README`](https://github.com/panther-labs/panther-auxiliary/tree/main/lookuptable_pullers/greynoise_noise#readme).
