Detectionhightest

Network Connection Initiated By IMEWDBLD.EXE

Detects a network connection initiated by IMEWDBLD.EXE. This might indicate potential abuse of the utility as a LOLBIN in order to download arbitrary files or additional payloads.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
François HubautCreated Sat Jan 22Updated Thu Nov 098d7e392e-9b28-49e1-831d-5949c6281228windows
Log Source
WindowsNetwork Connection
ProductWindows← raw: windows
CategoryNetwork Connection← raw: network_connection

Events for outbound and inbound network connections including DNS resolution.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        Initiated: 'true'
        Image|endswith: '\IMEWDBLD.exe'
    condition: selection
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
8d7e392e-9b28-49e1-831d-5949c6281228
Status
test
Level
high
Type
Detection
Created
Sat Jan 22
Modified
Thu Nov 09
Path
rules/windows/network_connection/net_connection_win_imewdbld.yml
Raw Tags
attack.command-and-controlattack.t1105
View on GitHub