Python 3 Find Domain Name From IP Address Using Socket Module Published on: July 6, 2022 by Furqan code.py import socket print(socket.gethostbyaddr("188.166.49.53")) Related posts: Python 3 Selenium Open URLs in Multiple Tabs inside Browser Python 3 Find IP Address of Domain Name Using Socket Module Wordle Clone JavaScript – Full Source Code Convert YAML to CSV File Using Python 3 and pyyaml Get Coordinates & Dimensions of Element with Python and Selenium