Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding - Data Exfil using Dev Tunnels #4579

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
title: Communication To Microsoft DevTunnel Domains/Forwarded Ports
id: 9501f8e6-8e3d-48fc-a8a6-1089dd5d7ef4
status: test
description: Detects an executable accessing DevTunnel Domains/Forwarded Ports, which could be a sign of forbidden data exfiltration by malicious actors
references:
- https://cydefops.com/vscode-data-exfiltration
- https://cydefops.com/devtunnels-unleashed
author: Kamran Saifullah
date: 2023/11/20
modified: 2023/11/20
tags:
- attack.exfiltration
- attack.t1567.001
logsource:
category: network_connection
product: windows
detection:
selection:
Initiated: 'true'
DestinationHostname|endswith:
- '.devtunnels.ms'
- '.euw.devtunnels.ms'
- '.usw2.devtunnels.ms'
- '.tunnels.api.visualstudio.com'
- '.rel.tunnels.api.visualstudio.com'
condition: selection
falsepositives:
- Legitimate use of ngrok domains
level: high