Releases: VolkanSah/Monitoring-outgoing-connections
Releases · VolkanSah/Monitoring-outgoing-connections
v1.0
The script continuously monitors all outgoing TCP connections from your system. For each established connection, it logs important information such as the name of the process that initiated the connection, and the local and remote addresses involved.
This logged information is not only printed on the console but is also stored in two file formats for ease of further analysis:
-
A .txt file, where each connection is logged in a separate line.
-
A .csv file, where each piece of information is separated by commas, making it easy to import and analyze in software like Excel.
The script saves the log files every five minutes to optimize memory usage.
Full Changelog: https://github.com/VolkanSah/Monitoring-outgoing-connections/commits/1.0