Query Details

DL Lhost UAC

Query

Tags:

Query:
DeviceProcessEvents
| where InitiatingProcessFileName =~ "dllhost.exe"
| where ProcessIntegrityLevel == "High"
| where InitiatingProcessCommandLine has_any ("E9495B87-D950-4AB5-87A5-FF6D70BF3E90", "3E5FC7F9-9A51-4367-9063-A120244FBEC7", "D2E7041B-2927-42fb-8E9F-7CE93B6DC937")

References:

Explanation

This query is searching for DeviceProcessEvents where the InitiatingProcessFileName is "dllhost.exe", the ProcessIntegrityLevel is "High", and the InitiatingProcessCommandLine contains any of the specified values.

Details

Ali Hussein profile picture

Ali Hussein

Released: September 19, 2023

Tables

DeviceProcessEvents

Keywords

DeviceProcessEvents,InitiatingProcessFileName,ProcessIntegrityLevel,InitiatingProcessCommandLine

Operators

|where=~==has_any

Actions