.. /Dev Tunnels
Star

Access
Phishing

Dev Tunnels enables insiders as well as threat actors to expose local ports over the internet via Microsoft dev tunnels.

Paths:

Resources:

Acknowledgements:

Detections:

Access

  1. This will generate a dev tunnel binding it to the local service running on the provided port. Can be used to expose local services, web applications and local files etc.

    devtunnel host -p 3389
    Use case
    Exposing local services, ports, web applications etc. over the internet.
    Privileges required
    User
    Operating systems
    Windows, Mac, Linux

Phishing

  1. By simply hosting a phishing website locally, it is possible to expose it via a Microsoft Domain.

    devtunnel echo http -p 8080
    Use case
    Hosting malicious binaries/payloads locally and exposing them via Dev Tunnel URLs.
    Privileges required
    User
    Operating systems
    Windows, Mac, Linux