Sigma medium test sigma

Network Connection Initiated To DevTunnels Domain

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.

View Source

Detection Logic

{
  "selection": {
    "Initiated": "true",
    "DestinationHostname
| endswith": ".devtunnels.ms"
  },
  "condition": "selection"
}

False Positives

  • Legitimate use of Devtunnels will also trigger this.

Field Validations

Loading…

Comments (0)

Loading comments...