name: <company-name>/custom-whitelist
description: "Whitelist special IP's and ranges on customer's requests"
whitelist:
reason: " <company-name> customer requested whitelist"
expression:
- "any(File(' <company-name>_ipwl.txt'), { IpInRange(evt.Overflow.Alert.Source.IP, #)})"
data:
- source_url: <URL from where it downloads the list>
dest_file: <company-name>_ipwl.txt
type: string
name: <company-name>/custom-whitelist
description: "Whitelist special IP's and ranges on customer's requests"
whitelist:
reason: " <company-name> customer requested whitelist"
expression:
- "any(File(' <company-name>_ipwl.txt'), { IpInRange(evt.Overflow.Alert.Source.IP, #)})"
data:
- source_url: <URL from where it downloads the list>
dest_file: <company-name>_ipwl.txt
type: string