This tool implements all of the functions of the ET 1.0 API and provides access to these functions via a BASH script.
- bash
- curl
- hexdump (for stdout ouput)
- xxd (for stdout ouput)
- jq - Will help processing JSON on the command line
Edit the et_api script and modify the following value:
declare -r API_AUTH="<enter_et_api_key_here>"
The following is an example of how to pull reputation categories from ET API (pretty json):
The following is an example of how to pull reputation categories from ET API (list format):
03/27/2017 - Initial Release
06/06/2020 - Fixed CURL rvalue issue
08/30/2021 - Fixed CURL command return codes