Ask Your Question

Revision history [back]

determine hostname from dump

I am doing a HTTPS request wit curl . curl --negotiate -u: https://svchost

When I do a reverse IP lookup on svchost, I get 3 entries

reverse-ip domain name pointer svchostA
reverse-ip domain name pointer svchost
reverse-ip domain name pointer svchostB

Is there a way to see what host I connected to when doing my curl? I would like to figure out if its svchost, svchostA, svchostB?