Commit a70aa9f
rules: correct MITRE tags on sensitive-path read and reverse-shell rules
Apply @leogr's review on two of the tags added in the previous commit.
- 'Deny reading sensitive paths' matched reads of known credential
locations (~/.ssh/, cloud credential dirs, .env). That is Credential
Access, not Discovery, so retag from
mitre_t1083_file_and_directory_discovery to
mitre_t1552_unsecured_credentials, matching the sibling
credential-access rules.
- 'Deny reverse shell via Bash' matched shell redirection/exec
(/dev/tcp, nc -e, socat exec:); it never inspects ports, so
mitre_t1571_non_standard_port did not apply. Drop it and keep
mitre_t1059_command_and_scripting_interpreter, matching upstream
Falco's reverse-shell tagging.
Tags-only, additive: no condition, macro, field, or verdict-tag change;
rule count unchanged (60); validated with falco 0.44.0 --validate
(Ok, warning count unchanged at 117).
Signed-off-by: Adam Lin <adam@agentthreatrule.org>1 parent 3e3e899 commit a70aa9f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
1270 | 1270 | | |
1271 | 1271 | | |
1272 | 1272 | | |
1273 | | - | |
| 1273 | + | |
1274 | 1274 | | |
1275 | 1275 | | |
1276 | 1276 | | |
| |||
0 commit comments