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.

Community Suggestions

Reply

How to get DNS::Zone which are locked ?

Techie
Posts: 7
5039     0
Hi, I want to get all DNS::Zone which are locked. I try this : my @zone_locked = $session->get( object => "Infoblox:Smiley Very HappyNS::Zone", locked => "true" ); But it returns me all DNS::Zone (even those which are "false") . What is my error? Thanks,

Not all attributes are

Adviser
Posts: 7
5039     0

Not all attributes are searchable so for this particular query, you'd have to pull the zones you want to interrogate and then loop through and inspect the locked status for each. The loop itself will be fairly rapid.

I adapted this solution, and

Techie
Posts: 7
5040     0
I adapted this solution, and it works. Thank you for your reply !
Showing results for 
Search instead for 
Did you mean: 

Recommended for You