Skip to content

Commit 24ac3fe

Browse files
Samirboustradebot-elastic
authored andcommitted
Update defense_evasion_suspicious_short_program_name.toml (#5454)
(cherry picked from commit ef0ec1a)
1 parent 096781f commit 24ac3fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rules/windows/defense_evasion_suspicious_short_program_name.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2020/11/15"
33
integration = ["endpoint", "windows", "m365_defender", "crowdstrike"]
44
maturity = "production"
5-
updated_date = "2025/08/26"
5+
updated_date = "2025/12/12"
66

77
[transform]
88
[[transform.osquery]]
@@ -116,8 +116,8 @@ timestamp_override = "event.ingested"
116116
type = "eql"
117117

118118
query = '''
119-
process where host.os.type == "windows" and event.type == "start" and length(process.name) > 0 and
120-
length(process.name) == 5 and length(process.pe.original_file_name) > 5
119+
process where host.os.type == "windows" and event.type == "start" and
120+
process.name regex~ """[a-z0-9]\.exe""" and process.pe.original_file_name != null
121121
'''
122122

123123

0 commit comments

Comments
 (0)