File Intel API Reference
The File Intel service enables you to submit a file's hash and get the file's attributes back - giving you insight into the disposition of the file.
Base URL
file-intel.<csp>.<region>.pangea.cloud
post/v2/reputation
cURL
curl -sSLX POST 'https://file-intel.aws.us.pangea.cloud/v2/reputation' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Reputation
POST
https://file-intel.aws.us.pangea.cloud/v2/reputationRetrieve a reputation score for a set of file hashes from a provider, including an optional detailed report. When requesting reputation for multiple file hashes, the response will be asynchronous. See API Reference/Asynchronous Responses
post/v1/reputation
cURL
curl -sSLX POST 'https://file-intel.aws.us.pangea.cloud/v1/reputation' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Reputation (deprecated)
POST
https://file-intel.aws.us.pangea.cloud/v1/reputationRetrieve a reputation score for a file hash from a provider, including an optional detailed report.
Was this article helpful?