Hello the zscaler connector is finished, the fonctions of the connector are :
- Authenticate with zscaler (obfuscation api key, JSESSIONID)
- Detection of event creation and deletion (indicator)
- Sending of domain type indicators to the black Zscaler list.
- Use the “lookup” API request to check URL classification (domain name type indicator)
- Verification of the domain type indicator if it is already in the Zscaler list, and if the indicator has a correct url format with the validator library.
- Handling the flow limit of zcaler api requests
- Apply change activation after sending domain names to zscaler's black list
### Proposed changes
*
*
### Related issues
* https://github.com/OpenCTI-Platform/connectors/issues/1419
*
### Checklist
[ ] I consider the submitted work as finished
[ ] I tested the code for its functionality using different use cases
[ ] I added/update the relevant documentation (either on github or on notion)
[ ] Where necessary I refactored code to improve the overall quality
Further comments