This repository contains the code generating the numbers, graphs and figures displayed in the article : WHOIS Right? An Analysis of WHOIS and RDAP Consistency
This article is published at the 2024 Passive and Active Measurement (PAM) conference (https://doi.org/10.1007/978-3-031-56249-5_9)
This repository only contains the Jupyter Notebooks analyzing the data.
The datasets can be downloaded at the following archive: https://doi.org/10.57745/RJX9XH
To run the analysis:
- Download the datasets at the link described previously
- Download the Jupyter Notebooks from this repository
- Start with the
data_processing.ipynb
notebook. It will parse the datasets, build and clean SQLite databases with all the data, and compute the different missmatches. - Go through the
graphs_and_numbers.ipynb
notebook. This notebook extracts data, graphs and plots from the databases built at the previous step, and generate the graphs present in the article
If you have any question or have trouble running the analysis, contact the article authors or open an issue in this repository