Created
May 29, 2025 12:03
-
-
Save githubfoam/464e9d6d8aea0ebc052854ffab025aa0 to your computer and use it in GitHub Desktop.
falco detection cheat sheet
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
#====================================================================== | |
Simulated Detection Scenarios | |
Falco – Chmod 777 | |
Scenario: Attacker gives full permissions to a sensitive file. | |
Simulate: | |
touch /tmp/test.sh && chmod 777 /tmp/test.sh | |
Falco Alert: | |
Detected chmod 777 (user=root file=/tmp/test.sh) | |
#====================================================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment