Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.34 KB

File metadata and controls

20 lines (15 loc) · 1.34 KB

Tracker of new fake domains - Tkinter

Overview

Fake Domain Tracker is a desktop application designed to track newly registered fake domains. The application provides functionalities to search, analyze, and export domain data, including WHOIS information. Built with Python and Tkinter, this tool is ideal for cybersecurity professionals and researchers who need to monitor suspicious domain registrations.

Features

  • Pattern-Based Search: Allows users to select patterns to find specific domains.
  • Manual Search: Users can manually search for domains containing specific keywords.
  • Domain Selection: Provides a user-friendly interface with checkboxes to select domains for further analysis or export.
  • Database Update: Downloads and combines domain data from multiple days.
  • Export Options:
    • Simple Export: Exports selected domains to a text file.
    • WHOIS Export: Checks the registration status of selected domains and exports the information.
    • Extended WHOIS Export: Provides detailed WHOIS information for selected domains.
  • Dynamic UI: The interface dynamically adjusts to different screen sizes, ensuring a consistent user experience.
  • Progress Tracking: Shows progress while updating the domain database.

Tracker of new fake domains