This tool sends Proofpoint Isolation data to a webhook of your choice.
- Python 3.9+
- python-dateutil
- requests
- cryptography
- pysocks
You can install the tool using the following command directly from Github.
pip install git+https://github.com/pfptcommunity/iso2web.git
or can install the tool using pip.
pip install iso2web
- SIEM solution without Proofpoint Isolation collector eg. LogRythm
- JSON post to data lake solution
usage: iso2web [-h] {list,delete,run,add} ...
Tool to send Proofpoint Isolation data to LogRythm
optional arguments:
-h, --help show this help message and exit
Required Actions:
{list,delete,run,add} An action must be specified
iso2web add -e url -i url_iso_prod -t https://webhook.site -k xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
iso2web delete -i url_iso_prod
iso2web run -i url_iso_prod
To ignore certificate issues us the --ignore syntax shown below.
iso2web run -i url_iso_prod --ignore
iso2web list
Implement HTTP authentication for webhook callback.
There are currently no known limitations.
For more information please see: https://proofpoint.my.site.com/community/s/article/Proofpoint-Isolation-API-Guide