Skip to content

Commit 80ce5fa

Browse files
Samirboustradebot-elastic
authored andcommitted
Update command_and_control_unusual_network_connection_to_suspicious_web_service.toml (#5008)
(cherry picked from commit fbfc696)
1 parent bc58fc7 commit 80ce5fa

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

rules/macos/command_and_control_unusual_network_connection_to_suspicious_web_service.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2025/03/26"
33
integration = ["endpoint"]
44
maturity = "production"
5-
updated_date = "2025/04/07"
5+
updated_date = "2025/08/26"
66

77
[rule]
88
author = ["Elastic"]
@@ -164,7 +164,10 @@ destination.domain : (
164164
i.imgur.com or
165165
the.earth.li or
166166
*.trycloudflare.com
167-
)
167+
) and
168+
not (destination.domain : (*.sharepoint.com or *.azurewebsites.net or "onedrive.live.com" or *.b-cdn.net or api.onedrive.com or "drive.google.com" or *.blogspot.com) and process.code_signature.subject_name:(*Microsoft* or "Software Signing" or "Apple Mac OS Application Signing" or *VMware*) and process.code_signature.trusted:true) and
169+
not (process.code_signature.subject_name:(*Mozilla* or *Google* or *Brave* or *Opera* or "Software Signing" or *Zscaler* or *Browser*) and process.code_signature.trusted:true) and
170+
not (destination.domain :("discord.com" or cdn.discordapp.com or "content.dropboxapi.com" or "dl.dropboxusercontent.com") and process.code_signature.subject_name :(*Discord* or *Dropbox*) and process.code_signature.trusted:true)
168171
'''
169172

170173
[[rule.threat]]
@@ -191,4 +194,4 @@ value = ["host.id", "process.executable", "destination.domain"]
191194

192195
[[rule.new_terms.history_window_start]]
193196
field = "history_window_start"
194-
value = "now-7d"
197+
value = "now-7d"

0 commit comments

Comments
 (0)