Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rules 3.5.3.2.4 and 3.5.3.3.4 are missing #286

Closed
xpillons opened this issue Feb 10, 2022 · 2 comments
Closed

Rules 3.5.3.2.4 and 3.5.3.3.4 are missing #286

xpillons opened this issue Feb 10, 2022 · 2 comments
Assignees

Comments

@xpillons
Copy link

xpillons commented Feb 10, 2022

Status of the default deny iptables policy

Can be mitigated by
iptables -P INPUT DROP
iptables -P OUTPUT DROP
iptables -P FORWARD DROP

The same for ipv6

ip6tables -P INPUT DROP
ip6tables -P OUTPUT DROP
ip6tables -P FORWARD DROP

@xpillons xpillons changed the title Rule 3.5.3.2.4 is missing Rules 3.5.3.2.4 and 3.5.3.3.4 are missing Feb 10, 2022
@uk-bolly
Copy link
Member

hi @xpillons

Thank you for highlighting this. I have also added these changes to the branch labelled 'outstanding'. I am currently updating the audit to be in compliance also before i can release this.
I am hoping that all the controls and issues you have raised are resolved in this branch.

Please feel free to pull in and test this.

Thank you again all the feedback helps.

uk-bolly

@uk-bolly
Copy link
Member

This has been added to devel and running for some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants