How to detect IP Address of a website?

https://asm.ca.com/en/ping.php

You can do it from the command line too using the dig Unix command:

dig +short <domain>

02