-
Notifications
You must be signed in to change notification settings - Fork 10
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
Falco alerts mapping #35
Comments
This enhancement might be partially blocked by #13. |
Hi, I'd like to work on this issue, so if you can.. assign it to me! ;) |
Hi, I've created the list of Falco alerts:
Are there any alerts, which shouldn't be mapped? ;) |
It's actually easier to point out the ones that could be mapped 😄
Others, as you suggested offline, warn about creation/deletion of K8S entities. Since OpenRCA records all cluster events, we can skip them. |
It refers to openrca#35 and complete mapping alerts due to list created in issue Signed-off-by: Aleksandra Galara <a.galara@samsung.com>
It refers to openrca#35 and complete mapping alerts due to list created in issue. Signed-off-by: Aleksandra Galara <a.galara@samsung.com>
It refers to openrca#35 and complete mapping alerts due to list created in issue. Signed-off-by: Aleksandra Galara <a.galara@samsung.com>
It refers to openrca#35 and complete mapping alerts due to list created in issue. Signed-off-by: Aleksandra Galara <a.galara@samsung.com>
Falco provides a comprehensive set of alerting rules for Kubernetes such as:
Create Sensitive Mount Pod
Create HostNetwork Pod
Open RCA enables connecting some of these alerts to elements present in the infra graph by using a mapping file. The entries in the file are of the form:
The example above describes that whenever there is a
Create Sensitive Mount Pod
alert detected, it should be mapped to graph element ofkubernetes
origin andpod
kind, and connected to an element with propertiesname
andnamespace
with values fetched from labels in alert payload, named correspondinglyka.resp.name
andka.target.namespace
.The mapping file is not complete. There is still a significant number of alerts that Open RCA cannot recognize. The remaining alerting rules should be reviewed and integrated into the mapping.
The text was updated successfully, but these errors were encountered: