AlienVault-OTX / OTX-Python-SDK

The Python SDK for AlienVault OTX
Other
359 stars 162 forks source link

Incomplete parsing of plugins field in results #40

Open shaktikshri opened 6 years ago

shaktikshri commented 6 years ago

Only few plugins are being parsed in the result that's being returned in result = otx.get_indicator_details_full(hash_type, hash) Fields like msdefender, exiftool and some others aren't being taken into consideration in the def file(otx, hash) function. This is leading to some hashes not being recognised as malicious even though they have been listed as malicious on OTX site

rustybrooks commented 5 years ago

Yeah this is probably a case of the state of the art having advanced on the server side, and the SDK not completely having kept up. I'll look into it.