-
Notifications
You must be signed in to change notification settings - Fork 919
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
Rule: detecting executions looking for AWS credentials #2224
Rule: detecting executions looking for AWS credentials #2224
Conversation
/milestone 0.34.0 |
Thanks @AlbertoPellitteri for the contribution. From my point of view the rule is pretty specific and testing the rule it doesn't introduce noise. Great contribution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM label has been added. Git tree hash: 64a1ae5ac6e27a337a43093415d2d5fdcbb3f2c0
|
This LGTM, @AlbertoPellitteri can you rebase it on top of |
0f1f0b1
to
0786b29
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebased.
Re-approved.
👍
LGTM label has been added. Git tree hash: 9f1383420e27ae3f89d6b1f6485c14505fe75391
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
Signed-off-by: Alberto Pellitteri <albertopellitteri96@gmail.com> Co-authored-by: Alessandro Brucato <alessandro.brucato@sysdig.com>
7bbf76f
0786b29
to
7bbf76f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebased.
Reapproved.
ping @FedeDP
LGTM label has been added. Git tree hash: e8256b27bf34f50e73e10d12caa58b34d72a8d1a
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AlbertoPellitteri, FedeDP, jasondellaluce, leogr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Alberto Pellitteri albertopellitteri96@gmail.com
Co-authored-by: Alessandro Brucato alessandro.brucato@sysdig.com
What type of PR is this?
/kind rule-create
Any specific area of the project related to this PR?
/area rules
What this PR does / why we need it:
Nowadays many attacks are interested in stealing credentials. Most of the researched credentials are related to cloud platforms and can used by attackers to attempt lateral movement attacks. TeamTNT, for example, is a well-known threat actor that continuously conducts campaigns to steal AWS related credentials.
For this reason we created the
Find AWS credentials
rule, able to detect whenever a process searches the AWS credential file or keywords related to AWS secret key or access key.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: