Feature/lab9 - #5
Open
raaller wants to merge 5 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Deliver Lab 9 runtime detection with Falco 0.43.1 and the modern eBPF probe, custom runtime rules, Conftest/Rego hardening policies, and the bonus cryptominer detection rule.
Changes
submissions/lab9.mdwith modern eBPF evidence, two built-in Falco alerts, the custom/tmpalert, Conftest results, tuning discussion, and bonus cryptominer evidence.labs/lab9/falco/rules/custom-rules.yamlwithWrite to /tmp by containerandPossible Cryptominer Activityrules.labs/lab9/policies/extra/hardening.regowith checks for non-root execution, disabled privilege escalation, dropped Linux capabilities, and memory limits.Testing
Artifacts & Screenshots
submissions/lab9.mdβ complete report and captured runtime evidence.labs/lab9/falco/rules/custom-rules.yamlβ custom Falco rules.labs/lab9/policies/extra/hardening.regoβ Kubernetes Conftest policies.Checklist
[x] Title is clear (
feat(lab9): falco runtime detection and conftest policies)[x] No secrets/large temp files committed
[x] Submission file at
submissions/lab9.mdexists[x] Task 1 β 2 baseline + 1 custom Falco alert with tuning discussion
[x] Task 2 β 4 Conftest rules, K8s pass/fail, and Compose pass/fail
[x] Bonus β 2 indicator classes, triggered alert, false-negative and SLA reflection