NRD Live List Generator is a PowerShell-based utility that retrieves newly registered domains (NRDs), performs basic HTTPS reachability validation, and generates a local HTML report containing only domains that respond successfully over HTTPS.
This project is designed for security research of newly registered domains, which are frequently associated with phishing, malware delivery, and fraud.
The script provides the following capabilities:
- Downloads a feed of newly registered domains and limits processing to the first 50 returned domains
- Tests HTTPS reachability
- Generates a HTML report with clickable links
- Automatically opens the generated report
Domains are fetched from https://shreshtait.com/newly-registered-domains/nrd-1w
This feed contains domains registered within the last seven days.
- Windows PowerShell 5.1 or higher.
- Clone or download this repo
- Open a PowerShell session
- Navigate to the script directory
- Run the script:
.\NRD-Live-List-Generator.ps1
Newly registered domains often present elevated risk. Before accessing any links, it is recommended to use Remote Browser Isolation or an equivalent security solution.
Licensed under MIT — free to use, modify, and share, with no warranty.
Newly registered domains are frequently associated with phishing, malware, and fraud. This project does not validate domain safety and should not be used as a trust signal. Accessing any generated links is done entirely at the user’s own risk.