APM Insight Python agent - Checksum Validation


You can verify the authenticity of the downloaded APM Insight agent with SHA256 checksum validation. This ensures that the downloaded agent is credible and is not tampered with by any malicious code or software.

To verify the authenticity of the agent, follow the steps given below:

  1. Compare the checksum value provided below with the downloaded agent.

    CD9CB706D6ADEF5506D9F6C5D071CF80583CE9E781CBBAB2CE304A379166A496

  2. Follow the steps below to validate the checksum value:
    • For Linux systems, execute the following command:

      sha256sum apm_insight_agent_python.zip

    • For Windows, you can use either of the following commands:
      • Open Command Prompt and execute the following command:

        certutil -hashfile apm_insight_agent_python.zip SHA256

      • Open Windows Powershell and execute the following command:

        Get-FileHash apm_insight_agent_python.zip -Algorithm SHA256

  3. After executing the commands, you will obtain a checksum value. Check that value with the one downloaded from the checksum file.

Sample Output:

Note: If the checksum values differ, do not unzip or open the file.