Hayabusa medium test sigma

Network Connection Initiated To Visual Studio Code Tunnels Domain

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.

View Source

Detection Logic

{
  "network_connection": {
    "EventID": 3,
    "Channel": "Microsoft-Windows-Sysmon/Operational"
  },
  "selection": {
    "Initiated": "true",
    "DestinationHostname
| endswith": ".tunnels.api.visualstudio.com"
  },
  "condition": "network_connection and selection"
}

False Positives

  • Legitimate use of Visual Studio Code tunnel will also trigger this.

Field Validations

Loading…

Comments (0)

Loading comments...