Use of netstat to check communication between a printer and an IP address

BWagner 21 Reputation points
2020-11-11T22:38:02.57+00:00

Someone told me that you could use the netstat command to check communications between a printer and a foreign country's IP address. I cannot find an example or an explanation on how and of course this guy didn't say.

Windows for business Windows Server User experience Other
{count} votes

Accepted answer
  1. Anonymous
    2020-11-16T16:47:56.747+00:00

    For this you'll likely need wireshark or similar tools.

    netstat is only useful for local connections.
    https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/netstat

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2020-11-11T22:44:33.54+00:00

    This method may help.
    https://learn.microsoft.com/en-us/powershell/module/nettcpip/test-netconnection?view=win10-ps

    check the printer manual for the ports used.

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  2. Anonymous
    2020-11-12T02:57:09.88+00:00

    Hi ,

    You can use Port Query tool to check printer ports for successful communication.

    39221-image.png

    You can download the Port Query from following link:

    https://www.microsoft.com/en-us/download/details.aspx?id=24009

    Best Regards,

    Candy

    --------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. BWagner 21 Reputation points
    2020-11-16T16:43:14.617+00:00

    I may not have been clear enough in my original question. Here is the scenario - You have a printer somewhere on a nationwide network that is setting off alarms because it is communicating with an IP in a country that it should NOT be communicating with and you sitting in a remote location want to use netstat to observe the traffic between that printer and other IPs is there a way to do it with netstat.
    I had a security engineer tell me there was a way to do it, but he did not give details.
    Thanks to everyone for all the help.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.