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

Support for running Sysmon from CLI/interactive inside a container or AKS cluster #16

Open
avwsolutions opened this issue Oct 15, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@avwsolutions
Copy link

avwsolutions commented Oct 15, 2021

Sysmon helps to extract a lot of information using EBPF. This also could work inside your Kubernetes (AKS Support) cluster. Currently the blocking issue is that we need to install sysmon with '-i' which tries to configure systemd. Systemd is not available in Docker.

It would be better to execute it as a CLI interactive tool, so we can run this inside a container, so we potentially can use this as daemonset on the AKS worker nodes to extract information what happens inside the cluster. Familiar use case is implemented within Falco.

@avwsolutions avwsolutions changed the title Support for running Sysmon from CLI/interactive inside a container Support for running Sysmon from CLI/interactive inside a container or AKS cluster Oct 16, 2021
@kesheldr
Copy link
Contributor

kesheldr commented Nov 3, 2021

If you use '-i -service' then it won't attempt to install itself or configure systemd/initd. It will need the /opt/sysmon directory to already exist however. I will add a new switch that does the standard installation but without the systemd/initd part. Let me know in the mean time if '-service' helps in a container or AKS cluster.

@spencerroth3
Copy link

Hi @kesheldr was this new switch ever added? I am attempting to run Sysmon in a docker container and still facing this same issue of it requiring systemd even with using the ‘-i -service’ switches. Thanks!

@MarioHewardt MarioHewardt self-assigned this Nov 7, 2023
@MarioHewardt MarioHewardt added the enhancement New feature or request label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants