-
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
Getting frequent warnings about inbound HTTP traffic rule #446
Comments
I enabled the rule I wonder if you're experiencing dropped system calls, which can result in incomplete state within falco and as a result false positives. Can you try running falco with -v? At shutdown, you can look at the |
Yes, that is the one. We have a few other servers used for testing etc. as well, running with the same setup, but this has not been reported from any of them. I would assume it is also connected to the load on the production servers.
That sounds more like it. I can give it a try and fire up Falco with both |
Gotten two messages of the kind so far today. The neither output from |
After running falco with The stats file (
I will try and upgrade to 0.13.0 and see if that changes anything. |
Thanks for that info. From looking more closely at the inbound macro, I think a better version of it could be the following:
This handles a few additional ways messages could be received (recvfrom,recvmsg) but also explicitly ignores non-blocking accepts in a better way than the old macro. Do you want to try that version of the |
Applied this last night and so far so good. Usually there are a couple of messages during the morning "rush traffic" on the sites, but nothing so far. |
Great, let us know how it looks over the weekend. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
After a recent reboot of a server, I am seeing quite frequent warnings from the "Inbount network traffic to HTTP server on unexpected port" rule.
The warning just states the connection (
fd.name
) is0.0.0.0:0 -> 0.0.0.0:0
. When addingproc.cmdline
andproc.pcmdline
to the output, it states that both areapache2 -k start
.Is this something others are experiencing as well? Could it be a bug with Falco, or is it something weird going on with my Apache setup?
The text was updated successfully, but these errors were encountered: