EXPLORE
← Back to Explore
sigmahighHunting

Diagnostic Library Sdiageng.DLL Loaded By Msdt.EXE

Detects both of CVE-2022-30190 (Follina) and DogWalk vulnerabilities exploiting msdt.exe binary to load the "sdiageng.dll" library

MITRE ATT&CK

defense-evasion

Detection Query

selection:
  Image|endswith: \msdt.exe
  ImageLoaded|endswith: \sdiageng.dll
condition: selection

Author

Greg (rule)

Created

2022-06-17

Data Sources

windowsImage Load Events

Platforms

windows

Tags

attack.defense-evasionattack.t1202cve.2022-30190
Raw Content
title: Diagnostic Library Sdiageng.DLL Loaded By Msdt.EXE
id: ec8c4047-fad9-416a-8c81-0f479353d7f6
status: test
description: Detects both of CVE-2022-30190 (Follina) and DogWalk vulnerabilities exploiting msdt.exe binary to load the "sdiageng.dll" library
references:
    - https://www.securonix.com/blog/detecting-microsoft-msdt-dogwalk/
author: Greg (rule)
date: 2022-06-17
modified: 2023-02-17
tags:
    - attack.defense-evasion
    - attack.t1202
    - cve.2022-30190
logsource:
    category: image_load
    product: windows
detection:
    selection:
        Image|endswith: '\msdt.exe'
        ImageLoaded|endswith: '\sdiageng.dll'
    condition: selection
falsepositives:
    - Unknown
level: high