Lookup Table Examples
Example for translating 1Password UUIDs into human readable names
Example using CIDR matching through Panther Console
cidr
description
Set up a Lookup Table with the CIDR list
# Will allow valid ip6 CIDR ranges # e.g. 2001:0db8:85a3:0000:0000:0000:0000:0000/64 - name: address type: string validate: cidr: "ipv6" # Will allow valid ipv4 IP addresses e.g. 100.100.100.100/00 - name: address type: string validate: cidr: "ipv4"

Write a detection
Example using IP for Geolocation with Panther Analysis Tool
Last updated
Was this helpful?


