I want to know if I can find the service behind a short URL.
For example smsng.co or g.co are short links used by Samsung and Google respectively, when you visit g.co you can know that it is a firebase url shortener URL, but I can't know it on Samsung URL, I can't know where it was made, if it is a Firebase URL, a tinyURL a bit.ly URL etc...
I want to find out who owns and operates the redirector service.
Is there a way to find that? As WHOIS is the way to find the owner of a domain.
PD: To clarify: What I want to know is if a short URL is a firebase Dynamic URL, I want to find the way to identify if a shortURL, for example youtu.be is made with Firebase.
No. You actually have to make an HTTP request using the short link to find out where it finally redirects. Then, you can look up the owner of that domain. There is nothing in the string of a short link that gives you 100% confidence what is behind it.