Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 361 Bytes

File metadata and controls

12 lines (8 loc) · 361 Bytes

Boundary Protection

The simp::sysctl class uses the kernel's sysctl rp_filter (reverse path) setting to drop spoofed IPv4 packets.

It also enables the use of tcp_syncookies to resist SYN flood attacks.

Finally, several classes in the simp module enable :term:`IPTables` in a deny-by-default mode.

References: :ref:`SC-7`