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

return fields for nested (sub)object

[ Edited ]
New Member
Posts: 1
640     0

Hi all,

I search with python via API
'/record:host?mac=' + mac + '&_return_fields=' + ','.join(fields) for MACs in the Infoblox.


fields are (example) --fields=extattrs,name,view,ipv4addrs,aliases,comment,configure_for_dns,disable

 

then I get some data for the ipv4addrs with ip_address

/ipv4address?ip_address=' + ip_v4

for types, status etc.


Is it possible to combine the queries? To get the data from ip_address with the ip4vaddrs from record:host?

 

Thx,

Frank

Showing results for 
Search instead for 
Did you mean: 

Recommended for You