Rule: Follina or DogWalk exploit sdiageng.dll
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user