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

Feature/saas 10075 aws ensure network acls have #629

Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ This repository is an extension of CloudSploit's [open-source scanning engine](h
* [Instance IAM Role](en/aws/ec2/instance-iam-role.md)
* [Instance Limit](en/aws/ec2/instance-limit.md)
* [NAT Multiple AZ](en/aws/ec2/nat-multiple-az.md)
* [Network Acl Has Tags](en/aws/ec2/network-acl-has-tags.md)
* [Open All Ports Protocols](en/aws/ec2/open-all-ports-protocols.md)
* [Open CIFS](en/aws/ec2/open-cifs.md)
* [Open DNS](en/aws/ec2/open-dns.md)
Expand Down
23 changes: 23 additions & 0 deletions en/aws/ec2/network-acl-has-tags.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com)

# AWS / EC2 / Network ACL Has Tags

## Quick Info

| | |
|-|-|
| **Plugin Title** | Network ACL Has Tags |
| **Cloud** | AWS |
| **Category** | EC2 |
| **Description** | Ensure that Network ACLs have tags |
alphadev4 marked this conversation as resolved.
Show resolved Hide resolved
| **More Info** | Tags help you to group resources together that are related to or associated with each other. It is a best practice to tag cloud resources to better organize and gain visibility into their usage. |
| **AWS Link** | https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html |
| **Recommended Action** | Update Network ACL and Add Tags |
alphadev4 marked this conversation as resolved.
Show resolved Hide resolved

## Detailed Remediation Steps
1. Log into the AWS Management Console.
2. Select the "Services" option and search for VPC. </br> <img src="/resources/aws/ec2/network-acl-has-tags/step2.png"/>
3. Scroll down the left navigation panel and choose "Network ACL" under "Security". </br> <img src="/resources/aws/ec2/network-acl-has-tags/step3.png"/>
4. Select the "Network ACL" that needs to have tags and choose the "Tags" tab from navigation panel on the bottom of page. </br> <img src="/resources/aws/ec2/network-acl-has-tags/step5.png"/>
5. Under Tags click on "Manage Tags" button . </br></br> <img src="/resources/aws/ec2/network-acl-has-tags/step6.png"/>
6. On Manage Tags page Click on "Add new Tags" button. Enter the key value for tags and click "Save".</br> <img src="/resources/aws/ec2/network-acl-has-tags/step7.png"/>
alphadev4 marked this conversation as resolved.
Show resolved Hide resolved
Empty file.
Binary file added resources/aws/ec2/network-acl-has-tags/step2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/ec2/network-acl-has-tags/step3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/ec2/network-acl-has-tags/step5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/ec2/network-acl-has-tags/step6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/ec2/network-acl-has-tags/step7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.