Hayabusa medium test sigma

Cloudflared Tunnels Related DNS Requests

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

View Source

Detection Logic

{
  "dns_query": {
    "EventID": 22,
    "Channel": "Microsoft-Windows-Sysmon/Operational"
  },
  "selection": {
    "QueryName
| endswith": [
      ".v2.argotunnel.com",
      "protocol-v2.argotunnel.com",
      "trycloudflare.com",
      "update.argotunnel.com"
    ]
  },
  "condition": "dns_query and selection"
}

False Positives

  • Legitimate use of cloudflare tunnels will also trigger this.

Field Validations

Loading…

Comments (0)

Loading comments...