-
Notifications
You must be signed in to change notification settings - Fork 449
add bunch of k8s related signatures #1031
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
Conversation
Something that I think worth discussion is some signatures which are not "detections" but more like information collection, for example container start and stop. |
i agree that these kind of signatures are not detections of suspicious events, but rather events of interest to the user. |
A nice "detection" sig would be container started not via kubernetes |
that detection would be nice. A standard avoiding detection hack is to use either docker or containerd to run a container. Another related one is putting a manifest into the static manifest path for the node (if there is one). IIRC if you do that and use a non-existent namespace, it'll start but the pod won't show via kubectl. |
LGTM! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forgot to update the docs
No description provided.