Spamhaus Technology and abuse.ch Logo
Solutions
Data
Email & Network
Cyber Threat Intelligence
Resources
About

Deteqtive
FAQs

Answers to common questions about Deteqtive, the Spamhaus passive DNS intelligence platform — getting started, the API, search types, plans, and troubleshooting.

Categories

Getting Started


Getting Started
  • What is Deteqtive?

    Deteqtive is a passive DNS intelligence platform built by Spamhaus Technology. It lets you search DNS observations — which IP addresses a domain has resolved to, which domains share an IP or CIDR, and lookalike domains targeting a brand — to investigate phishing, brand abuse, and malicious infrastructure.

    Unlike a live DNS resolver, which only tells you what a domain resolves to right now, Deteqtive records each observation with when it was first and last seen and how often it was observed, so you can pivot across related infrastructure.

  • What is passive DNS?

    Passive DNS is a technique for collecting and storing DNS records as they occur on the network, without actively querying DNS servers. Sensors observe DNS queries and responses at strategic network points, record the domain, record type, and resolved data, and timestamp each observation.

    This creates a historical record that you can query to answer questions like: "What IP addresses has this domain used over the past two years?", "What other domains are hosted on this IP?", or "When did this record first appear?"

    It is widely used in threat intelligence, incident response, brand protection, and infrastructure monitoring.

  • How do I get an API token?

    Sign up for a free account — no credit card is required for the Free tier. Once logged in, your API token is available in your account dashboard.

    Set it as an environment variable so all your requests work immediately:

    export DETEQTIVE_TOKEN="your-api-token-here"
    

    Then pass it as a Bearer token in the Authorization header on every request.

  • What is the base URL for the API?

    All API requests go to:

    https://api.deteqtive.com/api/v3/
    

    An OpenAPI specification is available at https://api.deteqtive.com/api/v3/openapi.yaml for generating client libraries in any language.

  • How do I make my first query?

    A forward search (domain → DNS records) looks like this:

    curl -H "Authorization: Bearer $DETEQTIVE_TOKEN" \
      https://api.deteqtive.com/api/v3/rrset/em/example.com/A
    

    A reverse search (IP → domains) looks like this:

    curl -H "Authorization: Bearer $DETEQTIVE_TOKEN" \
      https://api.deteqtive.com/api/v3/rdata/93.184.216.34
    

    See the Getting Started Tutorial for a full walkthrough.

Want to access
the platform?

Interested in purchasing a product
0

Spamhaus is committed to protecting and respecting your privacy. We’ll only use your personal information to respond to your enquiry, manage any accounts you may set-up, and to provide the products and services you request from us. From time to time, we would like to contact you about our products and services, as well as other security related content that may be of interest to you. If you consent to us contacting you for this purpose, please tick the box below.

You can unsubscribe from these communications at any time. For more information on how to unsubscribe, our privacy practices, and how we are committed to protecting and respecting your privacy, please review our Privacy Notice.

By clicking submit below, you consent to allow Spamhaus to store and process the personal information submitted above to provide you the content requested.

I agree to receive other communications from Spamhaus.