Skip to content

Falco + Knative drop pod if a connection to a C2 server is detected. Inspired by https://github.com/n3wscott/falco-drop

Notifications You must be signed in to change notification settings

nicop311/c2-drop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c2-drop

Falco + Knative drop pod if a connection to a C2 server is detected.

Inspired by:

Build Container Image

Several methods can be used to build the container image

podman build

$ podman build -f Containerfile -t localhost/c2-drop:latest

Google ko ko build

export KO_DOCKER_REPO=mycustomreg.my.domain.net:5000
ko build --insecure-registry ./cmd/c2-drop/

[TODO] Build using make or Go mage

Note: As of now, a Makefile exists but it only builds the Go code. It is not used to build the container image.

Usage

TODO

Troubleshouting

Knative and k8s API version

See these issues:

Make sure the k8s API version in your go.mod file matches the version supported by Knative.

About

Falco + Knative drop pod if a connection to a C2 server is detected. Inspired by https://github.com/n3wscott/falco-drop

Resources

Stars

Watchers

Forks

Packages

No packages published