From a64cab2ea4428f59644b8e7166aa9e2fe73fbf2f Mon Sep 17 00:00:00 2001 From: lhinds Date: Fri, 1 Sep 2017 15:32:09 +0100 Subject: Add regex for all interfaces '0.0.0.0' Listening on all interfaces can be problematic and break any security zones or DMZ style topologies Change-Id: Ied66dd22b668d469ddba4ee28b2999154f2005b8 Signed-off-by: lhinds --- master_list.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/master_list.yaml b/master_list.yaml index af35076..4ee1f4c 100644 --- a/master_list.yaml +++ b/master_list.yaml @@ -185,6 +185,9 @@ file_audits: finger: regex: \bfinger\b desc: "Avoid coms applications that transmit credentials in clear text" + allint: + regex: 0\.0\.0\.0 + desc: "Interface listening on all addresses - may break security zones" licence: licence_ext: -- cgit 1.2.3-korg