I am trying to do a homework for a lab but have a quick question.
How do I find a malicious TCP service that is still running and the adversary has achieved persistence by creating a systemd service?
I think I have to use netstat to find the name of the malicious TCP service, but what command should I use to find that service?
Thank You