I have some Lookup Tables that need to be updated frequently. How do I programmatically update a Lookup Table?
This requires two tasks:
Create the Lookup Tables automatically. For example, by writing a script that generates the Lookup Tables in the form of a CSV file.
Upload the Lookup Tables to Panther automatically. The best ways to do this are via AWS S3 as documented here, or using GitHub Actions to automate the upload using the Panther Analysis Tool.
Please see a working prototype of an example Github Actions workflow here.