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.

Automation Scripts

Reply

IPv6 in Zone Transfer Enable/Disable API

New Member
Posts: 3
2281     0

Hi all,

 

Does the below API support IPv6 Addresses / Network similar to IPv4 ?? Thanks.

 

API's to perform Zone Transfer Enable/Disable:

 

  • PUT 

    https://{{grid_master}}/wapi/v2.10.5/member:dns/ZG5zLm1lbWJlcl9kbnNfcHJvcGVydGllcyQw:infoblox.localdomain?_return_fields%2B=allow_transfer
  • Example Body

    {
        "allow_transfer": [
            {
                "_struct": "addressac",
                "address": "10.88.88.0/24",
                "permission": "ALLOW"
            }
        ]
    }

Re: IPv6 in Zone Transfer Enable/Disable API

[ Edited ]
New Member
Posts: 3
2282     0

It works just tried it out:

 

IPv6

  • Example Body

    {
        "use_allow_transfer":true,
        "allow_transfer": 
        [
            {
                "_struct": "addressac",
                "address":"2001:db8:85a3::8a2e:370:7334",
                "permission":"ALLOW"
            }
        ]
    }
  • Example Response

    {
        "_ref": "zone_auth/ZG5zLnpvbmUkLl9kZWZhdWx0LnNnLmdvdnRlY2g:govtech.sg/default",
        "allow_transfer": [
            {
                "_struct": "addressac",
                "address": "2001:db8:85a3::8a2e:370:7334",
                "permission": "ALLOW"
            }
        ],
        "fqdn": "czechgov.com",
        "view": "default"
    }
Showing results for 
Search instead for 
Did you mean: 

Recommended for You