Cis Ubuntu1204 V110 7 7

Ensure Firewall is active

cyberstrikeus Updated

File contents

7.7 Ensure Firewall is active (Scored)

Profile Applicability

  • Level 1

Description

IPtables is an application that allows a system administrator to configure the IPv4 tables, chains and rules provided by the Linux kernel firewall. ufw was developed to ease IPtables firewall configuration.

Rationale

IPtables provides extra protection for the Linux system by limiting communications in and out of the box to specific IPv4 addresses and ports. Ubuntu provides UFW to ease firewall configuration.

Audit Procedure

Using Command Line

Ensure ufw is active:

ufw status

Expected Result

Status: active

Remediation

Using Command Line

Activate ufw:

ufw enable

Ensure that any needed ports, such as ssh access, are configured properly first.

Default Value

UFW is inactive by default.

References

  • CIS Ubuntu 12.04 LTS Server Benchmark v1.1.0

Profile

Level 1 - Scored

cyberstrikeus/cyberstrike/tree/main/.cyberstrike/skill/CIS_benchmarks/Operating_Systems/Ubuntu/cis-ubuntu-12-04-lts-server-benchmark/cis-ubuntu1204-v110-7-7 commit 31a0866bac

Frequently asked questions

npx skillmds@latest add cyberstrikeus/cis-ubuntu1204-v110-7-7