Netowkr Security Flashcards

1
Q

Best practices to secure a network connection

A

Reduce number of services provided by a single host
Implement a local firewall (firewalld)
Only open necessary ports in the firewall
Use encryption for data transfer
Implement a centralized authentication service(kerberos)
Implement an intrustion prevention system IPS
Implement a virtual private network VPN
Transport Layer Security TLS when possible or Secure Socket layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Network security tools

A

Interact with the firewall - firewal-cmd (red Hat) and ufw (Debian/Ubuntu)
Interact with services- systemctl
View sockets processes and open files - ss, ps, and lsof
Data transfer and commujnication - scp, ssh, rsync. sftp
investigate and analysis -wireshark, nmap, traceroute etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly