Cybersecurity Emergency Response Techniques – Linux Edition
1.1 System Check 1. Port Check This is mainly used to check which ports are open on the server and which IP addresses are establishing connections. View all TCP connections netstat -tnlpa View UDP connections netstat -unlpa This is also used to view port connections, but it can show half-open connections initiated, such as outgoing … Read more