[Resolved] Network Monitor <unknown> process

Moustikk 21 Reputation points
2022-03-14T14:32:22.777+00:00

Hi,

A process sends 2 DNS requests every minute to my NAS (stora.home) even with the NAS turned off.
In My traffics, the frames are in <unknown>.
How do I know who is sending these requests?

Thank

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,316 questions
0 comments No comments
{count} votes

Accepted answer
  1. MotoX80 32,911 Reputation points
    2022-03-14T15:59:38.673+00:00

    Try tracing your machine with Process Monitor. Look for network traffic. You can set a filter for "Operation contains tcp" to see what programs are issuing network calls. Procmon will capture a lot of data. You might also be able to set up a filter for "path contains stora.home" or "path contains whatever-the-ip-address-is".

    https://learn.microsoft.com/en-us/sysinternals/downloads/procmon

    https://www.howtogeek.com/school/sysinternals-pro/lesson4/

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Moustikk 21 Reputation points
    2022-03-15T14:56:28.55+00:00

    Thank you, process find ;)
    Resolved !

    0 comments No comments