File Intel | Java SDK
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.
Reputation
reputation(cloud.pangeacyber.pangea.intel.requests.FileHashReputationRequest)Retrieve a reputation score for a file hash from a provider, including an optional detailed report.
FileHashReputationRequest request = new FileHashReputationRequest
.Builder(
"142b638c6a60b60c7f9928da4fb85a5a8e1422a9ffdc9ee49e17e56ccca9cf6e",
"sha256")
.provider("reversinglabs")
.verbose(false)
.raw(true)
.build();
FileReputationResponse response = client.reputation(request);