Skip to content

Commit 5fe1a40

Browse files
authored
Update initial_access_rdp_file_mail_attachment.toml
1 parent 145583a commit 5fe1a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/windows/initial_access_rdp_file_mail_attachment.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type = "eql"
5252
query = '''
5353
process where host.os.type == "windows" and event.type == "start" and
5454
process.name : "mstsc.exe" and
55-
process.args : ("?:\\Users\\*\\Downloads\\*",
55+
process.args : ("?:\\Users\\*\\Downloads\\*.rdp",
5656
"?:\\Users\\*\\AppData\\Local\\Temp\\Temp?_*.rdp",
5757
"?:\\Users\\*\\AppData\\Local\\Temp\\7z*.rdp",
5858
"?:\\Users\\*\\AppData\\Local\\Temp\\Rar$*\\*.rdp",

0 commit comments

Comments
 (0)