About Our Open Data Program

Learn more about our mission, vision, and how our data contributes to cybersecurity.

Our Mission

At xReverseLabs, our mission is to empower the global cybersecurity community by democratizing access to crucial internet telemetry data. We believe that by providing free, accessible, and high-quality data, we enable researchers, security professionals, and academic institutions to develop innovative solutions against emerging digital threats. Our platform is built on the principle of collaborative intelligence, where shared knowledge leads to a safer internet for everyone.

Our Vision

We envision a future where cybersecurity defenses are proactive, not reactive. By continuously aggregating and curating vast amounts of internet data, we aim to be the leading open source intelligence platform. Our goal is to provide the foundational data necessary for threat intelligence teams to stay ahead of malicious actors and for researchers to discover new patterns of attack before they become a global problem.

What is Project Opendata xReverseLabs?

The data provided through our Open Data Program is a powerful collection of information sourced from the most fundamental parts of the internet. We specialize in aggregating data from several key areas:

By making this data available, we aim to support:

Sample Data

Below is an example of the kind of raw data we provide. Our datasets are delivered in an easy-to-parse text format, ready for your analysis tools and custom scripts.

Sample of raw data from xReverseLabs Open Data

(This image shows a sample of FDNS/Reverse IP domain data in a json file format. )


Sample of raw data from xReverseLabs Open Data
Sample of raw data from xReverseLabs Open Data

(This image shows a sample of Raw domain data in a text file format. )

How to Access Our Data

While our data program is committed to openness, we require users to sign in to ensure responsible use and track the impact of our data on the cybersecurity community. Once logged in, you will gain full access to download our datasets.

For any inquiries or partnership opportunities, please don't hesitate to contact us at l1nux3r69[at]gmail.com or on Telegram at @xxyz4.

Dataset Overview

The xReverseLabs Domain Dataset is an open cybersecurity-focused dataset that aggregates domains and DNS data at internet scale. The data is continuously updated and designed to support threat intelligence, academic research, and large-scale internet measurements.

Dataset Collections

1. Daily Domain Dump Dataset

A daily list of observed domains collected from multiple sources.
Format: Plain text file, one domain per line.
File naming: YYYY-MM-DD_domains.txt

linux.com
site.com
blog.com

2. Domain By Date Full Data

Historical dataset of new/unique domains by date. Useful for trend analysis and monitoring emerging threats.
Format: Plain text file.
File naming: all_new_domains_YYYY-MM-DD.txt

all_new_domains_2025-08-22.txt
all_new_domains_2025-08-21.txt

3. Domain By Extension Dataset

Domains grouped by TLD/extension. Useful for focused research (e.g., only .com or .org domains).
Format: Plain text, usually compressed (.txt.gz).
Examples:

com.txt.gz
org.txt.gz
net.txt.gz

4. Forward DNS (FDNS) Dataset

JSON records of Forward DNS queries with resolution status, timestamp, and resolved IPs.
Format: JSON lines.
Fields: name, status, timestamp, ip_addresses.

{
  "name": "example.com",
  "status": "NOERROR",
  "timestamp": "2025-08-01T09:44:25.518991600Z",
  "ip_addresses": ["93.184.216.34"]
}

Access Instructions

All datasets are hosted on a public Amazon S3 bucket:

s3://xreverselabs-domain-dataset/daily/
s3://xreverselabs-domain-dataset/by-date/
s3://xreverselabs-domain-dataset/by-extension/
s3://xreverselabs-domain-dataset/fdns/

Example commands with the AWS CLI:

# List daily domain dump files
aws s3 ls s3://xreverselabs-domain-dataset/daily/2025/08/

# Download a specific file
aws s3 cp s3://xreverselabs-domain-dataset/daily/2025/08/2025-08-22_domains.txt .

Use Cases

License & Citation

The dataset is licensed under Creative Commons Attribution 4.0 (CC-BY-4.0).

Citation:
xReverseLabs Domain Dataset (2025). Available at: https://registry.opendata.aws/xreverselabs-domain-dataset