Windows DNS Queries Initiated by Regsvr32.exe

Flags DNS queries made by regsvr32.exe based on the querying process image path.

FreeReviewedSigma · Medium · v2
Product
windows
Category
dns_query
Author
Dmitriy Lifanov, oscd.community (SigmaHQ), DRL 1.1
Published
2019-10-25
Updated
2026-07-31
title: Windows DNS Queries Initiated by Regsvr32.exe
id: 0faac4bb-e366-434a-b4b1-dd9a73a372d7
related:
  - id: c7e91a02-d771-4a6d-a700-42587e0b1095
    type: derived
  - id: 36e037c4-c228-4866-b6a3-48eb292b9955
    type: derived
status: test
description: This rule flags DNS query activity where the initiating process image path ends with \regsvr32.exe. Attackers may misuse regsvr32.exe to blend into legitimate Windows execution while generating outbound name resolution. The detection relies on DNS query telemetry that includes the requesting process image associated with the DNS event.
references:
  - https://pentestlab.blog/2017/05/11/applocker-bypass-regsvr32/
  - https://oddvar.moe/2017/12/13/applocker-case-study-how-insecure-is-it-really-part-1/
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/dns_query/dns_query_win_regsvr32_dns_query.yml
author: Dmitriy Lifanov, oscd.community, Huntrule Team
date: 2019-10-25
modified: 2023-09-18
tags:
  - attack.execution
  - attack.stealth
  - attack.t1559.001
  - attack.t1218.010
logsource:
  category: dns_query
  product: windows
detection:
  selection:
    Image|endswith: \regsvr32.exe
  condition: selection
falsepositives:
  - Unknown
level: medium
license: DRL-1.1