Search result for 'security-groups'
- Most recent
- Most popular
- Most linked
- Most download
- Favorited
Checks which security groups in use do not allow unrestricted incoming TCP traffic to the specified ports for IPv4This task identifies security groups allowing unrestricted TCP traffic to specified ports on IPv4, highlighting potential security risks. It ensures traffic to sensitive ports is limited to authorized sources, bolstering network security. The aim is to prevent unauthorized access and exposure of critical services. |
|
AWS Restricted Common Ports AuditThe AWS Restricted Common Ports Audit rule evaluates security groups to ensure they do not allow unrestricted incoming TCP traffic to specific critical ports for IPv4. It aims to prevent unauthorized access by marking configurations as COMPLIANT when traffic to these ports is appropriately restricted, thereby enhancing the security posture of AWS environments. |
|
Scan AWS EC2 Security Groups for Access AuditThis runbook scans AWS EC2 Security Groups for an access audit, focusing on two key areas: ports that are open to all (0.0.0.0/0) and access rules that allow ingress from individual IPs, excluding common NAT gateways and VPN IP ranges. It provides a detailed report of the security groups, including associated instances and tags, to ensure comprehensive security analysis and compliance. |
|
Filter out AWS EC2 Security Groups for Access Audit for Non-Standard IP Ranges(Excluding IPs for NAT Gateways and VPNs)This task involves scanning EC2 Security Groups to identify and list rules that grant ingress access from specific IP ranges, excluding standard NAT gateway and VPN IP ranges. This helps in auditing and ensuring that no unauthorized or non-standard IP addresses have access to the instances. |
|
List all AWS EC2 Security GroupsThis task involves retrieving and displaying all EC2 Security Groups across specified or all AWS regions, including details such as Group ID, Group Name, Description, VPC ID, associated instances, and tags. |
|
Filter out AWS EC2 Security Groups for ports which are open to AllThis task involves identifying and listing all EC2 Security Groups that have ports accessible from any IP address (0.0.0.0/0), highlighting potential security risks where services are exposed to the entire internet. |
|
Ensure that the instance port is exposedCheck if the instance port is exposed in security groups. If not, modify the security group to expose the port. |
|