- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
Glad you found an answer. It looks like this is the document you were looking for: https://docs.aws.amazon.com/network-firewall/latest/developerguide/suricata-examples.html#suricata-example-rule-with-ip-set-reference
con risposta un anno fa
I was able to solve this issue with help from the AWS Support team.
To assign an IP set reference in an AWS Network Firewall rule group, you can use the @ symbol, similar to how $ is used for rule variables.
For example, in the rule definition you can do something like: "Source": "@MyIPSet"
This allowed me to reference a prefix list that I had defined in the name in IP set references section.
However, I couldn’t find this usage clearly documented in the official AWS documentation. If anyone has a direct link or official example, I’d love to see it.
Hope this helps others trying to use IP set references inside rule groups!
I’ll also be sharing a full step-by-step guide on this in a blog post soon — will update this thread with the link.
Contenuto pertinente
- AWS UFFICIALEAggiornata un anno fa
- AWS UFFICIALEAggiornata 3 anni fa

Thank you for sharing the documents.