LoFP LoFP / legitimate use of devtunnels will also trigger this.

Techniques

Sample rules

DNS Query To Devtunnels Domain

Description

Detects DNS query requests to Devtunnels domains. Attackers can abuse that feature to establish a reverse shell or persistence on a machine.

Detection logic

condition: selection
selection:
  QueryName|endswith: .devtunnels.ms

Network Connection Initiated To DevTunnels Domain

Description

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.

Detection logic

condition: selection
selection:
  DestinationHostname|endswith: .devtunnels.ms
  Initiated: 'true'