Skip to content

Commit 144696e

Browse files
Aegrahtradebot-elastic
authored andcommitted
[Rule Tuning] Potential Persistence via File Modification (#5404)
(cherry picked from commit 612928b)
1 parent 0f5a0e7 commit 144696e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

rules/integrations/fim/persistence_suspicious_file_modifications.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2024/06/03"
33
integration = ["fim"]
44
maturity = "production"
5-
updated_date = "2025/01/22"
5+
updated_date = "2025/12/04"
66

77
[rule]
88
author = ["Elastic"]
@@ -21,6 +21,10 @@ name = "Potential Persistence via File Modification"
2121
references = [
2222
"https://www.elastic.co/security-labs/primer-on-persistence-mechanisms",
2323
"https://www.elastic.co/security-labs/sequel-on-persistence-mechanisms",
24+
"https://www.elastic.co/security-labs/continuation-on-persistence-mechanisms",
25+
"https://www.elastic.co/security-labs/approaching-the-summit-on-persistence",
26+
"https://www.elastic.co/security-labs/the-grand-finale-on-linux-persistence",
27+
"https://slayer0x.github.io/awscli/",
2428
]
2529
risk_score = 21
2630
rule_id = "192657ba-ab0e-4901-89a2-911d611eee98"
@@ -94,6 +98,10 @@ file.path : (
9498
"/home/*/.config/fish/config.fish", "/root/.config/fish/config.fish",
9599
"/home/*/.kshrc", "/root/.kshrc",
96100
101+
// Alias files
102+
"/home/*/.bash_aliases", "/root/.bash_aliases", "/home/*/.zsh_aliases", "/root/.zsh_aliases",
103+
"/home/*/.aws/cli/alias", "/root/.aws/cli/alias",
104+
97105
// runtime control
98106
"/etc/rc.common", "/etc/rc.local",
99107

0 commit comments

Comments
 (0)