-
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
rule update: add MITRE tags for rules #575
Conversation
At the top level, we have the following categories are covered:
|
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.
Do want to include "Mitre" or similar in each tag so it's clear that we're tagging them for the mitre attack framework?
Also, we publish the set of tags we use at https://falco.org/docs/rules/#tags-for-current-falco-ruleset. We should add info about mitre tags there. The docs just moved to the new site, so I'll coordinate w/ you offline on how we update them.
Maybe something like Mitre-Execution @Kaizhe |
👌 |
rules/falco_rules.yaml
Outdated
@@ -1107,7 +1107,7 @@ | |||
Sensitive file opened for reading by trusted program after startup (user=%user.name | |||
command=%proc.cmdline parent=%proc.pname file=%fd.name parent=%proc.pname gparent=%proc.aname[2]) | |||
priority: WARNING | |||
tags: [filesystem] | |||
tags: [filesystem, Credential Access] |
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.
I think this should be mitre_credential_access
right?
5582a7a
to
c60c698
Compare
Added MITRE tags for default falco rules