Skip to content

Commit 6cf92b2

Browse files
Samirbousgithub-actions[bot]
authored andcommitted
[Tuning] Connection to Commonly Abused Web Services (#3425)
* Update command_and_control_common_webservices.toml * Update command_and_control_common_webservices.toml --------- Co-authored-by: Ruben Groenewoud <[email protected]> (cherry picked from commit 6917387)
1 parent 22857ac commit 6cf92b2

File tree

1 file changed

+64
-17
lines changed

1 file changed

+64
-17
lines changed

rules/windows/command_and_control_common_webservices.toml

+64-17
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ integration = ["endpoint"]
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 = "2024/03/28"
7+
updated_date = "2024/02/04"
88

99
[transform]
1010
[[transform.osquery]]
@@ -142,21 +142,25 @@ network where host.os.type == "windows" and network.protocol == "dns" and
142142
process.name != null and user.id not in ("S-1-5-18", "S-1-5-19", "S-1-5-20") and
143143
/* Add new WebSvc domains here */
144144
dns.question.name :
145-
(
145+
(
146146
"raw.githubusercontent.*",
147-
"*.pastebin.*",
148-
"*drive.google.*",
149-
"*docs.live.*",
150-
"*api.dropboxapi.*",
151-
"*dropboxusercontent.*",
152-
"*onedrive.*",
153-
"*4shared.*",
154-
"*.file.io",
155-
"*filebin.net",
156-
"*slack-files.com",
157-
"*ghostbin.*",
158-
"*ngrok.*",
159-
"*portmap.*",
147+
"github.com",
148+
"pastebin.*",
149+
"paste4btc.com",
150+
"paste.ee",
151+
"ghostbin.com",
152+
"drive.google.com",
153+
"?.docs.live.net",
154+
"api.dropboxapi.*",
155+
"content.dropboxapi.*",
156+
"dl.dropboxusercontent.*",
157+
"api.onedrive.com",
158+
"*.onedrive.org",
159+
"onedrive.live.com",
160+
"filebin.net",
161+
"*.ngrok.io",
162+
"ngrok.com",
163+
"*.portmap.*",
160164
"*serveo.net",
161165
"*localtunnel.me",
162166
"*pagekite.me",
@@ -167,12 +171,55 @@ network where host.os.type == "windows" and network.protocol == "dns" and
167171
"zerobin.net",
168172
"controlc.com",
169173
"requestbin.net",
174+
"slack.com",
175+
"api.slack.com",
176+
"slack-redir.net",
177+
"slack-files.com",
170178
"cdn.discordapp.com",
171179
"discordapp.com",
172180
"discord.com",
181+
"apis.azureedge.net",
182+
"cdn.sql.gg",
183+
"?.top4top.io",
184+
"top4top.io",
185+
"www.uplooder.net",
186+
"*.cdnmegafiles.com",
187+
"transfer.sh",
188+
"gofile.io",
189+
"updates.peer2profit.com",
190+
"api.telegram.org",
191+
"t.me",
192+
"meacz.gq",
193+
"rwrd.org",
194+
"*.publicvm.com",
195+
"*.blogspot.com",
196+
"api.mylnikov.org",
197+
"file.io",
198+
"stackoverflow.com",
199+
"*files.1drv.com",
200+
"api.anonfile.com",
201+
"*hosting-profi.de",
202+
"ipbase.com",
203+
"ipfs.io",
204+
"*up.freeo*.space",
205+
"api.mylnikov.org",
173206
"script.google.com",
174-
"script.googleusercontent.com"
175-
) and
207+
"script.googleusercontent.com",
208+
"api.notion.com",
209+
"graph.microsoft.com",
210+
"*.sharepoint.com",
211+
"mbasic.facebook.com",
212+
"login.live.com",
213+
"api.gofile.io",
214+
"api.anonfiles.com",
215+
"api.notion.com",
216+
"api.trello.com",
217+
"gist.githubusercontent.com",
218+
"files.pythonhosted.org",
219+
"g.live.com",
220+
"*.zulipchat.com",
221+
"graph.microsoft.com") and
222+
176223
/* Insert noisy false positives here */
177224
not (
178225
(

0 commit comments

Comments
 (0)