Rule: Follina or DogWalk exploit sdiageng.dll

This commit is contained in:
eiger
2022-06-17 09:21:57 +08:00
parent 4b17d2df48
commit 21edcafa36
@@ -0,0 +1,28 @@
title: MSDT.exe loading Diagnostic Library
id: ec8c4047-fad9-416a-8c81-0f479353d7f6
status: experimental
description: Detects both of CVE-2022-30190 and DogWalk vulnerability exploiting "msdt.exe" binary to load "sdiageng.dll" library.
author: Greg (rule)
references:
- https://twitter.com/j00sean/status/1534115332830507008
- https://twitter.com/nas_bench/status/1531944240271568896?t=z0hjfsgRgNb9c4NCLk-bHg&s=19
- https://www.securonix.com/blog/detecting-microsoft-msdt-dogwalk/
date: 2022/06/09
modified: 2022/06/27
logsource:
category: image_load
product: windows
detection:
selection_img:
Image|endswith: '\msdt.exe'
selection_load:
ImageLoaded|endswith: 'sdiageng.dll'
condition: all of selection*
falsepositives:
- Unknown
level: high
tags:
- attack.defense_evasion
- attack.t1202
- cve.2022.30190