@@ -4,7 +4,7 @@ integration = ["endpoint"]
4
4
maturity = " production"
5
5
min_stack_comments = " New fields added: required_fields, related_integrations, setup"
6
6
min_stack_version = " 8.3.0"
7
- updated_date = " 2024/03/28 "
7
+ updated_date = " 2024/02/04 "
8
8
9
9
[transform ]
10
10
[[transform .osquery ]]
@@ -142,21 +142,25 @@ network where host.os.type == "windows" and network.protocol == "dns" and
142
142
process.name != null and user.id not in ("S-1-5-18", "S-1-5-19", "S-1-5-20") and
143
143
/* Add new WebSvc domains here */
144
144
dns.question.name :
145
- (
145
+ (
146
146
"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.*",
160
164
"*serveo.net",
161
165
"*localtunnel.me",
162
166
"*pagekite.me",
@@ -167,12 +171,55 @@ network where host.os.type == "windows" and network.protocol == "dns" and
167
171
"zerobin.net",
168
172
"controlc.com",
169
173
"requestbin.net",
174
+ "slack.com",
175
+ "api.slack.com",
176
+ "slack-redir.net",
177
+ "slack-files.com",
170
178
"cdn.discordapp.com",
171
179
"discordapp.com",
172
180
"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",
173
206
"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
+
176
223
/* Insert noisy false positives here */
177
224
not (
178
225
(
0 commit comments