Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Endpoint

/3.0/dnsbl

Description

Get information about listed ip-addresses

Parameters

ParameterDescription
ipAddress list (arrays allowed)

Examples

Request
{"ip":["44.11.12.77","18.33.14.30"]}


Response
        "dnsblResponse": [
            {
                "ip": "44.11.12.77",
                "typebit": "84",
                "discovered": "2017-12-16 16:06:03",
                "typestring": "torexit",
                "deleted": "2018-06-30 05:00:18",
                "lastchange": "2018-06-30 05:00:18"
            },
            {
                "ip": "18.33.14.30",
                "typebit": "84",
                "discovered": "2017-11-03 20:53:54",
                "typestring": "phishing",
                "deleted": "0000-00-00 00:00:00",
                "lastchange": "2017-11-03 20:53:54"
            }
        ]

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.

  • No labels