Skip to content

Commit afdd6d7

Browse files
Samirboustradebot-elastic
authored andcommitted
[Tuning] Connection to Commonly Abused Web Services - alerts JetBrains to GH (#4973)
* Update command_and_control_common_webservices.toml * Update command_and_control_common_webservices.toml --------- Co-authored-by: Jonhnathan <[email protected]> (cherry picked from commit 9dfc42a)
1 parent 5e3830c commit afdd6d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rules/windows/command_and_control_common_webservices.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2020/11/04"
33
integration = ["endpoint"]
44
maturity = "production"
5-
updated_date = "2025/04/30"
5+
updated_date = "2025/08/13"
66

77
[transform]
88
[[transform.investigate]]
@@ -290,6 +290,10 @@ network where host.os.type == "windows" and network.protocol == "dns" and
290290
process.code_signature.trusted == true) and dns.question.name : ("onedrive.live.com", "skyapi.onedrive.live.com")
291291
) or
292292
293+
/* IntelliJ IDEA connecting to raw.githubusercontent.com m */
294+
(process.code_signature.subject_name : "JetBrains s.r.o." and
295+
process.code_signature.trusted == true and dns.question.name : "raw.githubusercontent.com") or
296+
293297
(process.code_signature.subject_name : "Microsoft *" and process.code_signature.trusted == true and
294298
dns.question.name : ("*.sharepoint.com", "graph.microsoft.com", "g.live.com", "login.live.com", "login.live.com")) or
295299

0 commit comments

Comments
 (0)