forked from ansible-lockdown/RHEL9-CIS
renamed and updated
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
d65bb7f257
commit
398bc5bd0c
1 changed files with 12 additions and 12 deletions
|
|
@ -1,15 +1,15 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: "3.3.1 | L1 | PATCH | Ensure source routed packets are not accepted"
|
- name: "3.3.1 | PATCH | Ensure source routed packets are not accepted"
|
||||||
block:
|
block:
|
||||||
- name: "3.3.1 | L1 | PATCH | Ensure source routed packets are not accepted"
|
- name: "3.3.1 | PATCH | Ensure source routed packets are not accepted"
|
||||||
debug:
|
debug:
|
||||||
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
||||||
notify:
|
notify:
|
||||||
- update sysctl
|
- update sysctl
|
||||||
- sysctl flush ipv4 route table
|
- sysctl flush ipv4 route table
|
||||||
|
|
||||||
- name: "3.3.1 | L1 | PATCH | Ensure source routed packets are not accepted"
|
- name: "3.3.1 | PATCH | Ensure source routed packets are not accepted"
|
||||||
debug:
|
debug:
|
||||||
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
||||||
notify:
|
notify:
|
||||||
|
|
@ -25,16 +25,16 @@
|
||||||
- patch
|
- patch
|
||||||
- rule_3.3.1
|
- rule_3.3.1
|
||||||
|
|
||||||
- name: "3.3.2 | L1 | PATCH | Ensure ICMP redirects are not accepted"
|
- name: "3.3.2 | PATCH | Ensure ICMP redirects are not accepted"
|
||||||
block:
|
block:
|
||||||
- name: "3.3.2 | L1 | PATCH | Ensure ICMP redirects are not accepted"
|
- name: "3.3.2 | PATCH | Ensure ICMP redirects are not accepted"
|
||||||
debug:
|
debug:
|
||||||
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
||||||
notify:
|
notify:
|
||||||
- update sysctl
|
- update sysctl
|
||||||
- sysctl flush ipv4 route table
|
- sysctl flush ipv4 route table
|
||||||
|
|
||||||
- name: "3.3.2 | L1 | PATCH | Ensure ICMP redirects are not accepted"
|
- name: "3.3.2 | PATCH | Ensure ICMP redirects are not accepted"
|
||||||
debug:
|
debug:
|
||||||
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
||||||
notify:
|
notify:
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
- patch
|
- patch
|
||||||
- rule_3.3.2
|
- rule_3.3.2
|
||||||
|
|
||||||
- name: "3.3.3 | L1 | PATCH | Ensure secure ICMP redirects are not accepted"
|
- name: "3.3.3 | PATCH | Ensure secure ICMP redirects are not accepted"
|
||||||
debug:
|
debug:
|
||||||
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
||||||
notify: update sysctl
|
notify: update sysctl
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
- patch
|
- patch
|
||||||
- rule_3.3.3
|
- rule_3.3.3
|
||||||
|
|
||||||
- name: "3.3.4 | L1 | PATCH | Ensure suspicious packets are logged"
|
- name: "3.3.4 | PATCH | Ensure suspicious packets are logged"
|
||||||
debug:
|
debug:
|
||||||
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
||||||
notify: update sysctl
|
notify: update sysctl
|
||||||
|
|
@ -76,7 +76,7 @@
|
||||||
- patch
|
- patch
|
||||||
- rule_3.3.4
|
- rule_3.3.4
|
||||||
|
|
||||||
- name: "3.3.5 | L1 | PATCH | Ensure broadcast ICMP requests are ignored"
|
- name: "3.3.5 | PATCH | Ensure broadcast ICMP requests are ignored"
|
||||||
debug:
|
debug:
|
||||||
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
||||||
notify: update sysctl
|
notify: update sysctl
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
- patch
|
- patch
|
||||||
- rule_3.3.5
|
- rule_3.3.5
|
||||||
|
|
||||||
- name: "3.3.6 | L1 | PATCH | Ensure bogus ICMP responses are ignored"
|
- name: "3.3.6 | PATCH | Ensure bogus ICMP responses are ignored"
|
||||||
debug:
|
debug:
|
||||||
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
||||||
notify: update sysctl
|
notify: update sysctl
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
- patch
|
- patch
|
||||||
- rule_3.3.6
|
- rule_3.3.6
|
||||||
|
|
||||||
- name: "3.3.7 | L1 | PATCH | Ensure Reverse Path Filtering is enabled"
|
- name: "3.3.7 | PATCH | Ensure Reverse Path Filtering is enabled"
|
||||||
debug:
|
debug:
|
||||||
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
||||||
notify: update sysctl
|
notify: update sysctl
|
||||||
|
|
@ -115,7 +115,7 @@
|
||||||
- patch
|
- patch
|
||||||
- rule_3.3.7
|
- rule_3.3.7
|
||||||
|
|
||||||
- name: "3.3.8 | L1 | PATCH | Ensure TCP SYN Cookies is enabled"
|
- name: "3.3.8 | PATCH | Ensure TCP SYN Cookies is enabled"
|
||||||
debug:
|
debug:
|
||||||
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/99-sysctl.conf"
|
||||||
notify: update sysctl
|
notify: update sysctl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue