This is a repo for Akamai SIEM Integration connector packages, previously hosted on developer.akamai.com
For more information, please visit: https://techdocs.akamai.com/siem-integration/docs/akamai-siem-integration-for-splunk-and-cef-syslog#connectors-and-tools
Akamai has signed the CEF Connected binary with a SHA256 hash. CEFConnector-1.7.11.2.zip should have a SHA256 hash of 5fb1546266ada16321861d8a27d820114238cc326e5fd354ec3ed2797f603e1c
To verify SHA-256 checksum, run the command:
For Windows: certutil -hashfile [file location] SHA256.
For example: certutil -hashfile C:\Users\user1\Downloads\CEFConnector-<version>.zip SHA256
For Linux: sha256sum [file location].
For example: sha256sum ~/Downloads/CEFConnector-<version>.zip
For Mac OS: shasum -a 256 [file location].
For example: shasum -a 256 ~/Downloads/CEFConnector-<version>.zip
The command line returns the file's checksum.