firewall
-
How to unpack McAfee/Skyhigh SWG backup file
Intro Some time ago, I received a task to create a report based on Skyhigh SWG (formerly McAfee SWG) configuration. I wanted to automate this task with a Python script that would do all the dirty work for me. To get a script running, I had to feed it with configuration data. I had a…
-
PyPaloCleaner – Part 3
In the part 3 we work on duplicated address groups, replacing duplicated address groups from other address groups and replacing them in security policy rules.
-
PyPaloCleaner – Part 2
In the part 2 of PyPaloCleaner series, we are diving into a world of duplicated address objects being members of address groups. Detection of duplicates(…)
-
PyPaloCleaner – Part 1
During the lifetime of firewall, a configuration may hit limit of maximum address objects created and you as an administrator have to deal with it. How?