A research and OSINT tool designed to build and analyze a comprehensive database of Discord invite links to identify and study Discord servers, including potentially malicious ones.
The project aims to assist in OSINT investigations by providing tools to identify and study Discord servers, including potentially malicious ones
This tool is intended for OSINT investigators and threat intelligence analysts who want to track and analyze Discord servers by leveraging publicly available invite link data. It helps users identify server creators, correlate users and servers, and visualize invite-related metadata to support investigations into malicious or illegal activities on Discord.
The project is currently in a conceptual phase and faces significant challenges due to the enormous scale of data (estimated up to 170 terabytes). Users should be aware that managing and querying such a large dataset requires substantial processing power and storage. All data used and analyzed by this tool is publicly accessible, ensuring ethical use within OSINT frameworks.
python tools/individual_checker.py
Check the validity and activity status of individual Discord invite links.
python tools/individual_generator.py
Generate Discord invite links and save them to JSON files.
python tools/individual_query.py
Query the Discord API for full details about a specific invite link and save results to a JSON file.
python tools/generator_checker.py
Combine generation and checking functionalities for Discord invite links.
python tools/generator_checker_query.py
Run a combined tool that generates, checks, and queries Discord invite links in one script.