Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As you can see, one of the hosts above are also marked as deleted by theĀ deleted-string. This means that is has been removed from the DNS service and therefore won't shop up in a DNS request. This kind of flags is used to show - in removal tools - that the host has been listed but is now removed.

Looking for networks (CIDR-scanning)

If you need to look for ip-addresses, based on netmasking with a CIDR smaller than a /8, you can set an ip to look up for example this

Code Block
languagejs
titleCIDR-blocks
{
    "ip":["44.11.0.0/16"]
}

It is not impossible that this example block actually returns something and it's only your imagination (or your network) that sets the search limit here. This feature does not exist in APIv2.

Exceptions

When the API find no blacklisted hosts

...