Skip to content

Commit 0f87117

Browse files
MakoWishgithub-actions[bot]
authored andcommitted
Tune Unusual File Activity ADS for Teams weblogs (#2929)
Co-authored-by: Jonhnathan <[email protected]> (cherry picked from commit 1e769c5)
1 parent 817cdf7 commit 0f87117

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rules/windows/defense_evasion_unusual_ads_file_creation.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ integration = ["endpoint", "windows"]
44
maturity = "production"
55
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
66
min_stack_version = "8.3.0"
7-
updated_date = "2023/06/22"
7+
updated_date = "2023/07/17"
88

99
[transform]
1010
[[transform.osquery]]
@@ -114,7 +114,9 @@ query = '''
114114
file where host.os.type == "windows" and event.type == "creation" and
115115
116116
file.path : "C:\\*:*" and
117-
not file.path : "C:\\*:zone.identifier*" and
117+
not file.path :
118+
("C:\\*:zone.identifier*",
119+
"C:\\users\\*\\appdata\\roaming\\microsoft\\teams\\old_weblogs_*:$DATA") and
118120
119121
not process.executable :
120122
("?:\\windows\\System32\\svchost.exe",

0 commit comments

Comments
 (0)