-
Notifications
You must be signed in to change notification settings - Fork 69
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
cleanup(rules): initial tagging of stable rules round1 #106
Conversation
2530600
to
04c3f1b
Compare
condition: > | ||
spawned_process and container and | ||
((proc.name = "nc" and (proc.args contains "-e" or proc.args contains "-c")) or | ||
((proc.name = "nc" and (proc.cmdline contains " -e" or proc.cmdline contains " -c")) or |
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.
Fixing noise, see #33
Includes: * enhanced desc * more complete output fields * cleanup of tags if applicable * add new maturity_stable tag Signed-off-by: Melissa Kilby <[email protected]>
…ution in Container' Signed-off-by: Melissa Kilby <[email protected]>
04c3f1b
to
3ccb05c
Compare
Rules files suggestionsfalco_rules.yamlComparing Major changes:
Patch changes:
|
proc.cwd=%proc.cwd terminal=%proc.tty container.start_ts=%container.start_ts proc.sid=%proc.sid proc.vpgid=%proc.vpgid | ||
proc.vpid=%proc.vpid evt.res=%evt.res) | ||
priority: CRITICAL | ||
tags: [maturity_stable, container, process, mitre_persistence, TA0003] |
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.
<3
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.
Thank you for this 🙏 I agree with this subset as they are either less prone to FPs or interesting pieces of information to have properly marked with priority NOTICE
LGTM label has been added. Git tree hash: d1775651ee0f57a7c19d212af52c6bef31dab609
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: incertum, LucaGuerra 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 |
What type of PR is this?
/kind cleanup
/kind documentation
Any specific area of the project related to this PR?
/area rules
What this PR does / why we need it:
First round of initially tagging rules w/ maturity_stable.
@LucaGuerra @loresuso @jasondellaluce
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: