Project

General

Profile

Bug #2251

Provide contact information in whois lookup

Added by Luke Murphey almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
04/26/2018
Due date:
% Done:

100%

Associated revisions

Revision 266 (diff)
Added by lukemurphey over 5 years ago

Adding support for contact fields in the lookup output

Reference #2251

Revision 267 (diff)
Added by lukemurphey over 5 years ago

Adding support for contact fields in the lookup output

Reference #2251

History

#2 Updated by Luke Murphey over 5 years ago

The fields must be defined ahead of time in transforms.conf. This is difficult since the field values come in like:

  • objects.LAS12-ARIN.contact.address.0.value
  • objects.LAS12-ARIN.contact.email.0.value
  • objects.LAS12-ARIN.contact.phone.0.value
  • objects.LINOD.contact.address.0.value
  • objects.LINOD.contact.name
  • objects.LNO21-ARIN.contact.address.0.value
  • objects.LNO21-ARIN.contact.email.0.value

I want to output them as:

  • contact.address
  • contact.email
  • contact.phone
  • contact.name
I could do so with some rules like:
  • objects.*.contact.address.*.value,

#3 Updated by Luke Murphey over 5 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF