panther-labs / panther-analysis

Built-in Panther detection rules and policies
https://panther.com/
Apache License 2.0
339 stars 173 forks source link

fix: consider deny rules for ssh network acl policy #1236

Closed skeggse closed 5 months ago

skeggse commented 6 months ago

Background

Network ACLs in AWS VPCs include allow and deny rules. These rules are evaluated in a well-defined precedence order, so it's feasible to model exceptions to a generalized policy. For example, it's possible to allowlist a specific IP range for access from port 22.

Changes

Testing