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

Add intelligent security group scans #2

Open
eaddingtonwhite opened this issue May 27, 2016 · 1 comment
Open

Add intelligent security group scans #2

eaddingtonwhite opened this issue May 27, 2016 · 1 comment

Comments

@eaddingtonwhite
Copy link

It would be a nice to add a feature to this tool where it would scan a CF template for all Security Group resources and check them for common insecure patterns.

ex:
port 3306 -> 0.0.0.0/0 = Grade F

Feature Ideas:

  • Generate grade or score based off what the rules template had.
  • Generate ATTACK.md for project based off what ports are exposed
  • Generate a set of automated pen tests to run against stack once it has been set up.
@taps04
Copy link

taps04 commented May 27, 2016

I second this request. This would be similar to what Stelligent did by extending serverpec to scan their CF templates: https://github.com/stelligent/serverspec-aws-resources.

I'd also suggest expanding to be able to scan NACLs as well as other resources an allow defining compliance policies and scanning against those policies. Ideally, we should be able to scan CF templates for compliance before they get provisioned. If there were an ability to detect changes to AWS resources and bring them back in compliance that would be awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants