-
Notifications
You must be signed in to change notification settings - Fork 905
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
adding lkm rule #1478
adding lkm rule #1478
Conversation
Signed-off-by: divious1 <josehelps@gmail.com>
/assign @Kaizhe |
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: 2ee506df05207f99812923945e2e4fdde04cda42
|
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.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fntlnz, leodido, 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 |
/milestone 0.27.0 |
I think @d1vious changed everything as requested (also by @Kaizhe). Thus, let this PR go in! 🎈 /hold cancel |
Great job @d1vious ! Works like a charm 10:52:27.343581308: Warning Linux Kernel Module injection using insmod detected (user=root user_loginuid=1000 parent_process=sudo module=evilmodule.ko) |
You're welcome @d1vious - Thanks for your help! |
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:
This PR adds a new falco rule that looks for when insmod is called as part of a execve event. Injecting LKM modules on (post build) running production instances should be rare and is a common way for rootkits that employ kernel hooking to obfuscate themselves.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
This is a rehashed of PR#1389 just cleaned up DCO as well as #1401
Does this PR introduce a user-facing change?:
Yes new rule in falco_rules.yml