A small script to export all AWAF policies from a BIG-IP device.
I wrote a small Python script to export all AWAF policies from a BIG-IP device.
The script leverages BIG-IP iControl REST API to export ALL AWAF policies in the system and saves them locally. The policies can be exported in the following formats: xml, plc and json.
https://github.com/pedrorouremalta/f5-awaf-export-policies
Published Jan 28, 2022
Version 1.0Pedro_Roure
Cirrus
Joined May 22, 2019
- buulamAdmin
Thanks for the contribution Pedro_Roure ! I assume this was something you needed to solve? For backups?
- Pedro_RoureCirrus
Yes buulam. For backups and also to provide the exported policies through a web server to be used inside AS3 declararions.
- buulamAdmin
That makes sense, thanks!