Obtaining Whois Information for a List of IPs

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Obtaining Whois Information for a List of IPs

L0 Member

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.

1 REPLY 1

L3 Networker

@R.Henmi 

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

 

PCSAE
  • 168 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!