Through "nettop" command using the terminal on macOS, I noticed a connection initiated by curl that pops up every 30 seconds and would disappear very quickly (under root account). I was able to grab the destination IP address but I really had no idea which file(s) were transferred. Is there a way I can find that information?
Asked
Active
Viewed 48 times
1 Answers
0
My approach would be to copy curl binary under a different name and place my own script/binary in place of original one. The script/binary would log all passed parameters to a log file. I'm not familiar with macOS programming/scripting though.

Krystian G
- 2,842
- 3
- 11
- 25