-
Notifications
You must be signed in to change notification settings - Fork 920
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
Whitelisted rule still being triggered #3463
Comments
Thank you for reporting this. I have a few questions that can help us troubleshoot the problem.
Also, it would be very significant for us if you could try 0.40-rc. But I'd understand if you can't. |
That worked. I had changed that to
Chart 4.6.1 includes Falco 0.38.1 with
I tried, but that tag is not available on the falco-no-driver image used by the Chart. |
This indicates potential problems in plugins' extraction mechanisms. We will investigate soon. cc for visibility @alacuku @jasondellaluce @LucaGuerra
No problem. Thank you so much for your support. I will keep you posted once we find anything relevant. |
Update: I tested several charts, my rules work until chart 4.13.0, and break with chart 4.14.0
I then tried the latest 4.17.2 chart, with Thank you for your help! |
So, do you confirm there is no issue with Falco 0.39.2 and |
Yes, the issue seems to start with |
It seems like there is still one single case in which our whitelist is not working. This generates an alert every 5-10min, instead of ~15sec as before, so most events are getting whitelisted. |
Okay. This suggests that there can be a race condition, the frequency of which varies depending on the setup. |
Also, we suspect #3460 can share the same root cause. |
Furthermore, if you still have a chance to test this with 0.40.0-rc, here are the instructions for deploying with Helm:
|
The other whitelisted rules don't get triggered so often, so I cannot be sure, but I haven't seen any whitelisted alert other than the K8s API connection
I have deployed it now, the behaviour seems to be the same as with
Indeed. To get a sense of the difference between versions, here is a chart showing the alerts we get for each case:
I'll deploy that now, will leave it running for the weekend and post an update on Monday |
The issue is gone with |
Initially posted on StackOverflow. Downgrading Falco fixed the issue so it seems like a recently introduced bug.
Describe the bug
Added custom conditions to the
user_known_contact_k8s_api_server_activities
macro to prevent theContact K8S API Server From Container
rule from being triggered. This works on0.38.1
but not on0.39.2
How to reproduce it
Expected behaviour
Rule should not trigger for the
syn-infra-monitoring
namespace, but it doesEnvironment
docker.io/falcosecurity/falco-no-driver:0.39.2
falco-4.17.2
)The text was updated successfully, but these errors were encountered: