Infoblox’s global team of threat hunters uncovers a DNS operation with the ability to bypass traditional security measures and control the Great Firewall of China. Read about “Muddling Meerkat” and the many other threat actors discovered by Infoblox Threat Intel here.

API Examples

Reply

API call to get IPv6 range from extra attributes search

New Member
Posts: 3
865     0

Looking to get the IPv6 network assignment based on a search of a customer attribute.

 

Using:

curl -k -u username -X GET "https://url/wapi/v2.11/network?_return_fields%2b=extattrs&*CustAttrib~=test"

 

I get lots of IPv4 and other information, but nothing for IPv6.

Re: API call to get IPv6 range from extra attributes search

New Member
Posts: 3
866     0

In the interest of sharing, it appears that this modification to the API call is working, though I'm still testing.

 

curl -k -u username -X GET "https://url/wapi/v2.11/ipv6network?_return_fields%2b=extattrs&*CustAttrib~=test"

Re: API call to get IPv6 range from extra attributes search

New Member
Posts: 3
866     0

The previous solution would sometimes give bogus results.

 

This seems to work correctly:

Showing results for 
Search instead for 
Did you mean: 

Recommended for You