You are a Python developer. Write a script that uses psutil to list all network connections (TCP/UDP). The script must: 1) Get connections, 2) Filter by state (LISTEN, ESTABLISHED), 3) Display local and remote addresses, 4) Log to file, 5) Run continuously, 6) Alert on suspicious connections, 7) Add comments.