vexance / Stratustryke

A small work-in-progress modular cloud security tool
2 stars 0 forks source link

[STSK10] CloudWatch log investigation, export, and regex search module #10

Closed vexance closed 7 months ago

vexance commented 1 year ago

Requesting new module aws/enum/authed/cloudwatch_log_inspector which will search cloudwatch logs for sensitive information such as

Information matching a set of specified regular expressions should be printed to the framework. The following module options should be supported:

Note: Recommend getting inspiration from trufflehog for regex patterns.

vexance commented 1 year ago

As part of this we also will need to create a pre-defined list of regexes which may be useful for identifying sensitive info. Include this list by default within the stratustryke data directory

vexance commented 7 months ago

Implemented in #41, closing!