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 & Integration, DevOps,NetOps,SecOps

Reply

WAPI global search for the shortened IPv6 addresses

New Member
Posts: 1
1979     0

I'm trying to search for IPv6 shortened addresses using Infoblox WAPI (Perl REST client).

If I enter the full address: 4a0b:2900:115e:82d:16:0:52:1 search is successful. But in the shortened format: 4a0b:2900:115e:82d:16::52:1 not:

 

my $string = '4a0b:2900:115e:82d:16::52:1';
my $params = $rest->buildQuery( 'search_string:~' => $string );
$rest->GET( "/search".$params , $headers01 );

Showing results for 
Search instead for 
Did you mean: 

Recommended for You