Add Azure and Office 365 prefixes to your FirePOWER Management Center
Recently, I had to add Azure and Office 365 IP prefixes to FMC. There are hundreds of prefixes in the XML files for both of these services! When I saw the size of the files, I reached for my handy scripting tool: Python!
The project is here.
Usage of the script is really easy: usage: o365_fmc.py [-h] server username password service
Service can be azure or o365.
I hope this helps someone faced with the same issue. If youβd like to improve the script, please submit a pull request! If something doesnβt work, submit an issue!
Thanks for reading!