diff --git a/checks/check_extra777 b/checks/check_extra777 new file mode 100755 index 00000000..92c9ff94 --- /dev/null +++ b/checks/check_extra777 @@ -0,0 +1,64 @@ +#!/usr/bin/env bash + +# Prowler - the handy cloud security tool (copyright 2019) by Toni de la Fuente +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may not +# use this file except in compliance with the License. You may obtain a copy +# of the License at http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software distributed +# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +# CONDITIONS OF ANY KIND, either express or implied. See the License for the +# specific language governing permissions and limitations under the License. + +CHECK_ID_extra777="7.77" +CHECK_TITLE_extra777="[extra777] Find VPC security groups with wide-open public IPv4 CIDR ranges (non-RFC1918) (Not Scored) (Not part of CIS benchmark)" +CHECK_SCORED_extra777="NOT_SCORED" +CHECK_TYPE_extra777="EXTRA" +CHECK_ALTERNATE_check776="extra777" + +extra777(){ + CIDR_THRESHOLD=24 + RFC1918_REGEX="(^127\.)|(^10\.)|(^172\.1[6-9]\.)|(^172\.2[0-9]\.)|(^172\.3[0-1]\.)|(^192\.168\.)" + textInfo "Looking for VPC security groups with wide-open (