Manage Network Security Flashcards

1
Q

What does the netfilter framework do?

A

Enables kernel modules to inspect every packet that traverses the system, including all incoming, outgoing, or forwarded network packets.

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

What does firewalld service do?

A

Simplifies management by classifying all network traffic into zones. Each zone has its own list of ports and services. The public zone is set as the default zone.

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

How is the firewalld service shipped?

A

It is shipped with predefined services. You can list these services by using the firewall-cmd –get-services command.

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

How does SELinux control network traffic?

A

By labeling ports. For example, the ssh_port_tt label is associated with the 22/TCP port. When a process wants to listen on a port, SELinux verfies whether the port’s associated label is allowed to bind that port label.

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

What is the semanage command used for?

A

To add, delete, and modify labels.

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