run in terminal while all applications are closed:
sudo netstat -an | grep tcp | grep -i established
Then you will see your ip and the ip's that the mac is communicating with. It's usually possible to figure out what the mac is up to by checking out the destination IP & port.
You can also post output here then we can try to help.
sudo netstat -an | grep tcp | grep -i established
Then you will see your ip and the ip's that the mac is communicating with. It's usually possible to figure out what the mac is up to by checking out the destination IP & port.
You can also post output here then we can try to help.