Automated Python script for exporting firewall list from Sophos Central into custom Excel spreadsheets
Script Setup and configuration
- Log into your sophos central customer
- Create an API Token from the central
- Edit the script - Then edit the script by adding client id and client secret at line 10 and 11
- Install dependencies -
- Run the script -
pip3 install openpyxl
python3 script.py
Sources:



