You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge PR #4580 from @deFr0ggy - Update VsCode/DevTunnels Communication Related Rules
new: DNS Query To Devtunnels Domain - Split rule based on b3e6418f-7c7a-4fad-993a-93b65027a9f1
new: Network Connection Initiated To DevTunnels Domain
new: Network Connection Initiated To Visual Studio Code Tunnels Domain
update: DNS Query To Visual Studio Code Tunnels Domain - Update the rule to only focus on DNS requests from Vscode tunnels and move the logic of Devtunnels to another rule. To ease FP management for users that leverage one but not the other.
---------
Co-authored-by: nasbench <8741929+nasbench@users.noreply.github.com>
Co-authored-by: phantinuss <79651203+phantinuss@users.noreply.github.com>
title: DNS Query To Visual Studio Code Tunnels Domain
2
2
id: b3e6418f-7c7a-4fad-993a-93b65027a9f1
3
+
related:
4
+
- id: 9501f8e6-8e3d-48fc-a8a6-1089dd5d7ef4 # Net Connection DevTunnels
5
+
type: similar
6
+
- id: 4b657234-038e-4ad5-997c-4be42340bce4 # Net Connection VsCode
7
+
type: similar
8
+
- id: 1cb0c6ce-3d00-44fc-ab9c-6d6d577bf20b # DNS DevTunnels
9
+
type: similar
3
10
status: experimental
4
11
description: |
5
-
Detects DNS query to Devtunnels and Visual Studio Code tunnel domains. Attackers can be abuse these features to establish a reverse shell.
12
+
Detects DNS query requests to Visual Studio Code tunnel domains. Attackers can abuse that feature to establish a reverse shell or persistence on a machine.
title: Network Connection Initiated To DevTunnels Domain
2
+
id: 9501f8e6-8e3d-48fc-a8a6-1089dd5d7ef4
3
+
related:
4
+
- id: 4b657234-038e-4ad5-997c-4be42340bce4 # Net Connection VsCode
5
+
type: similar
6
+
- id: b3e6418f-7c7a-4fad-993a-93b65027a9f1 # DNS VsCode
7
+
type: similar
8
+
- id: 1cb0c6ce-3d00-44fc-ab9c-6d6d577bf20b # DNS DevTunnels
9
+
type: similar
10
+
status: experimental
11
+
description: |
12
+
Detects network connections to Devtunnels domains initiated by a process on a system. Attackers can abuse that feature to establish a reverse shell or persistence on a machine.
title: Network Connection Initiated To Visual Studio Code Tunnels Domain
2
+
id: 4b657234-038e-4ad5-997c-4be42340bce4
3
+
related:
4
+
- id: 9501f8e6-8e3d-48fc-a8a6-1089dd5d7ef4 # Net Connection DevTunnels
5
+
type: similar
6
+
- id: b3e6418f-7c7a-4fad-993a-93b65027a9f1 # DNS VsCode
7
+
type: similar
8
+
- id: 1cb0c6ce-3d00-44fc-ab9c-6d6d577bf20b # DNS DevTunnels
9
+
type: similar
10
+
status: experimental
11
+
description: |
12
+
Detects network connections to Visual Studio Code tunnel domains initiated by a process on a system. Attackers can abuse that feature to establish a reverse shell or persistence on a machine.
0 commit comments