I can see the IP address of the connecting computer. I am just curious as to whether I can get the username of the computer that is connecting into the network?
I can see the IP address of the connecting computer. I am just curious as to whether I can get the username of the computer that is connecting into the network?
Do you mean you want to get the hostname?
If so, for the public IP, use:
nslookup
,host
,dig
, ...For the private IP, use:
nbtscan
,nmblookup
, ...As stated earlier, you can get the systems involved, but not the specific usernames involved just by a network scan. If you collected information from all the systems' syslogs (via a central logger) you could get the information of the usernames on the destination machines but NOT the username on the source machine.
Like it's been stated before; unless the connecting systems are under your jurisdiction, you can't.