Hi Feedly and fellow developers,
I am making use of Feedly to collect indicators of compromise via the API. For this I have setup several feeds. To make API calls to these feeds I am making use of the
python-api-client. However, it seems that when using the IoCDownloaderBuilder class it's making use of v3/enterprise/ioc/content API, instead of v3/streams API.
I noticed that when using the v3/enterprise/ioc/content API there seem to be feeds missing, for example: GET on v3/enterprise/ioc/content gives me the following first 6 results (also notice the duplicate entry):
Netscaler Exploitation to Social Engineering: Mapping Convergence o...
Independently Confirming Amnesty Security Lab’s finding of Predator...
IZ1H9 Campaign Enhances Its Arsenal with Scores of Exploits
Independently Confirming Amnesty Security Lab’s finding of Predator...
Storm-0324 to Sangria Tempest Leads to Ransomware Capabilities
Storm-0324 to Sangria Tempest Leads to Ransomware Capabilities
GET on v3/streams provides the following 6 results:
Netscaler Exploitation to Social Engineering: Mapping Convergence o...
Independently Confirming Amnesty Security Lab’s finding of Predator...
IZ1H9 Campaign Enhances Its Arsenal with Scores of Exploits
Independently Confirming Amnesty Security Lab’s finding of Predator...
Storm-0324 to Sangria Tempest Leads to Ransomware Capabilities
How PROPHET SPIDER Exploits Oracle WebLogic
Is the v3/enterprise/ioc/content API not supported or discontinued but still active, or is this some sort of bug?