-
To circumvent this limitation I have to run a script that runs at a time on 5000 indicators. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Hi @NSH531! This limitation is maintained by the API endpoint, and not FalconPy. You're correct that you will need to loop and process indicators in batches due to this limitation. We will have an example posted online shortly that specifically demonstrates how to iterate Intel indicators. Expect this by the end of the month. 😄 |
Beta Was this translation helpful? Give feedback.
-
Thanks
|
Beta Was this translation helpful? Give feedback.
-
Hi @NSH531 - The repo I mentioned is online now and available here: https://github.com/CrowdStrike/MISP-tools This should give you a good example of pagination. 😄 |
Beta Was this translation helpful? Give feedback.
-
In which .py file is the relevant code?
|
Beta Was this translation helpful? Give feedback.
Hi @NSH531 -
The repo I mentioned is online now and available here: https://github.com/CrowdStrike/MISP-tools
This should give you a good example of pagination. 😄