Skip to content
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

disable falco by default #465

Merged
merged 1 commit into from
Mar 24, 2020
Merged

disable falco by default #465

merged 1 commit into from
Mar 24, 2020

Conversation

vsinghal13
Copy link
Contributor

Description

We're seeing an issue our current policy of installing Falco, by default, as part of our Kubernetes collection solution. We've bundled Falco as part of K8s Collection in order to provide collection of security events. However, the installation of Falco triggers the following security alert if the customer has installed our solution in an EKS cluster that is already being monitored by GuardDuty.

“falco pod is connecting to Bitcoin mining server."

The reason Falco triggers this alert is that it is trying to detect nefarious bitcoin mining within the cluster. It does so by first connecting to well know bitcoin servers, and resolving those hostnames to IPs. It them other processes in the cluster that are connecting to those IP's. This is Falco doing its job, but Falco's activity appears to GuardDuty as a bad actor.

Disabling the installation of Falco by default to avoid this kind of problem.

Testing performed
  • ci/build.sh
  • Redeploy fluentd and fluentd-events pods
  • Confirm events, logs, and metrics are coming in

@samjsong
Copy link
Contributor

samjsong commented Mar 4, 2020

cc @arunpatyal as this would affect our dashboards and apps

@samjsong samjsong requested a review from arunpatyal March 4, 2020 22:43
@arunpatyal
Copy link
Contributor

cc @arunpatyal as this would affect our dashboards and apps

Thanks @samjsong. Will update the apps to have a note mentioning the same.

@perk-sumo perk-sumo added this to the v1.0 milestone Mar 5, 2020
Copy link
Contributor

@perk-sumo perk-sumo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM except for the other dashboard related work that needs to be done around it

@breinero
Copy link
Contributor

breinero commented Mar 7, 2020

@samjsong The Application Team will be updating the dashboards with descriptive language that explains that the empty dashboard relies on data provided by Falco, with a link to documentation describing the function and value of Falco, and how to enable it.

@vsinghal13 vsinghal13 merged commit a38e386 into master Mar 24, 2020
@vsinghal13 vsinghal13 deleted the vsinghal-disable-falco branch March 24, 2020 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants