- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-07-2025 02:04 AM
I'm trying to perform whois queries on an array that contains the list of IPs.
My understanding is that I can pass the array to the Inputs of the "ip (whois)" script.
However, since there are over 1000 IPs, submitting them all at once results in an error.
Is there a way to split the array into chunks of 50?
I was considering using Transformers' "GetRange" for this purpose, but I encountered difficulties because specifying a range with a variable was not possible.
04-21-2025 03:51 AM
I would recommend you create a custom script to handle this with sleep intervals and an IP count. It is good practice to check the API limits and build your script based on them. I'm sure there are transformers for this but Python is far more friendly for bulk operations.
MSysec
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!