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

Who Me Too'd this solution

Re: Modify DNS Scavenging setting to enable last queried for resource record using API
Moderator
Moderator
Posts: 289
This widget could not be displayed.
This widget could not be displayed.

That's the legacy perl api documentation,in order to use it you must be working in Perl, using the Infoblox Perl module.

 

you'll want to use the WAPI documentation for Web API work.

https://ipam.illinois.edu/wapidoc/

You should be sending this JSON data:

{
    "scavenging_settings": 
    {
        "enable_zone_last_queried": true
    }
}

In Postman it will look like this:

 

postman.png

View solution in original post

Who Me Too'd this solution