Can my work computer sniff the websites that my parents personal computer go through? I know this would be very unethical for the company to do so but I never realized this is POTENTIALLY possible when my parents brought it up when they saw me working from home.
-
Unless your company is in intelligence I highly doubt they want to put time and effort in this. Of course, technically your work computer could performing such actions but the likelihood is slim to zero. Not to mention that they are possibly violating several laws. – Jeroen Nov 29 '19 at 22:11
-
See https://security.stackexchange.com/questions/218733/can-my-employer-monitor-personal-device-use-on-my-home-network?rq=1, https://security.stackexchange.com/questions/59226/can-teleworking-let-my-boss-to-sniff-my-network-traffic-what-else-could-he-do?rq=1, and https://security.stackexchange.com/questions/168671/work-computer-picking-up-on-personal-computer-on-home-wifi?rq=1 – mti2935 Nov 29 '19 at 22:19
-
@Jeroen I can just imagine how hard it is for them to sniff thru the packets and translate it. I can also imagine a ton of employees using their work laptop to connect thru their own home network – Steve Doh Nov 29 '19 at 22:20
1 Answers
If your employer has set up your work computer to create a security hole in the network you are connected to (like installing a remote access trojan or other reverse shell backdoor) then your work computer could allow your employer to access the work computer as if they are sitting at it. Once they have access, they can attempt to traverse the network that computer is on by exploiting vulnerabilities in services and applications running on other networked hosts. If your employer manages to log into your home router, they could download logs of all host requests on your network (what sites every host has requested). Also, once someone is backdoored into a system, they may be able to run wireshark or a tcpdump to sniff traffic to/from that host, depending on their access level. So, it's possible, but is a multi-step process.
If you suspect something like that may be happening on your work computer, open a terminal or command prompt on your work computer and try a netstat command with different flags (like "nestat -an") to see what your work computer may be communicating with and on what ports. You can also run Wireshark to see a stream of network-based communication that your work computer is doing.
- 86
- 5