Query IP in senderbase.org


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Query IP in senderbase.org
# 1  
Old 05-14-2013
Linux Query IP for reputation check

Hello,

I am looking for a script which can do the following

* Goto
Code:
senderbase.org/lookup

and search the IP and get the results

We can run the query directly from
Code:
www.senderbase.org/lookup?search_string=test.com  for eg:

However the problem is when it is run from the cmd, it asks to accept Terms of service and we would need to click "Yes, I Agree" before we proceed.

* Once the query is run, it should click on "Export" link with only "IP Address" and "Email Reputation" check boxes checked and click on Export to download the file to a location.

I would like to get this done using curl/wget. Can someone advise/help me please?

Kind Regards,
Kochappa.

Last edited by Kochappa; 05-14-2013 at 06:59 AM..
# 2  
Old 07-17-2013
I also have your problem, do you have found a solution?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

Org Charts

Funny org charts for Apple, Google, Microsoft, Oracle, Amazon and Facebook. https://www.unix.com/picture.php?albumid=112&pictureid=613 (0 Replies)
Discussion started by: Neo
0 Replies

2. Shell Programming and Scripting

Shell Script to execute Oracle query taking input from a file to form query

Hi, I need to query Oracle database for 100 users. I have these 100 users in a file. I need a shell script which would read this User file (one user at a time) & query database. For instance: USER CITY --------- ---------- A CITY_A B CITY_B C ... (2 Replies)
Discussion started by: DevendraG
2 Replies

3. Shell Programming and Scripting

Query Oracle tables and return values to shell script that calls the query

Hi, I have a requirement as below which needs to be done viz UNIX shell script (1) I have to connect to an Oracle database (2) Exexute "SELECT field_status from table 1" query on one of the tables. (3) Based on the result that I get from point (2), I have to update another table in the... (6 Replies)
Discussion started by: balaeswari
6 Replies

4. Shell Programming and Scripting

add the output of a query to a variable to be used in another query

I would like to use the result of a query in another query. How do I redirect/add the output to another variable? $result = odbc_exec($connect, $query); while ($row = odbc_fetch_array($result)) { echo $row,"\n"; } odbc_close($connect); ?> This will output hostnames: host1... (0 Replies)
Discussion started by: hazno
0 Replies

5. UNIX for Dummies Questions & Answers

X.org FreeBSD 5.3

Hi! I have some problems with my X.org. The xdm starts without any problems and so does the wm. I'm using enlightenment and fluxbox. But when I start for example xterm it runs for a while and then the screen freeze. The computer is still running you can ssh to it and the mousecursor is moving.... (4 Replies)
Discussion started by: Barfly.se
4 Replies

6. Solaris

ayna org

İntel Script v5 Çok Yakında ..code/menu* (2 Replies)
Discussion started by: ilkerkarakoc
2 Replies

7. UNIX Desktop Questions & Answers

X.Org and XFree86

X.Org just released a new version of their X (X11R6.7). Besides Liscense stuff, what is better about X.org then XFree? What is better about XFree then X.org? Also: Will my fglrx (ATI) or nvidia drivers (designed for XFree86 4.3) work on X.org? (2 Replies)
Discussion started by: punkrockguy318
2 Replies
Login or Register to Ask a Question