AlienVault-OTX / OTX-Python-SDK

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

Retrive All Pulses #25

Closed npormambi closed 7 years ago

npormambi commented 7 years ago

Hello All,

As per Dashboard there are more that 4000 Pulses, but when I try to fetch all the pulses with below code pulses = otx.getall(), I am able to fetch around 250 pulses only.

Does anyone knows how to fetch all the pulse in one go.

Thanks and Regards.

jaimeblasco commented 7 years ago

@npormambi You only retrieve the pulses you are subscribed to.

jaimeblasco commented 7 years ago

or the pulses from the accounts you are subscribed to

npormambi commented 7 years ago

Thanks @jaimeblasco
But at the moment I havent subscribe to any pulses. At the moment there are 6000 pulses. How can I retrieve all in one go or is there any other way with which I can atleast get new pulses without subscribing. Or using API

jaimeblasco commented 7 years ago

@npormambi The system is not designed to work that way. The information you can download using the API is limited to the accounts and pulses you follow. For instance, once you create an account you are subscribed to the AlienVault account by default. It means that using the API you will be able to retrieve all the pulses that the AV account has created.

npormambi commented 7 years ago

@jaimeblasco Thanks a lot, Got the info I needed.