Detectionhightest

DotNet CLR DLL Loaded By Scripting Applications

Detects .NET CLR DLLs being loaded by scripting applications such as wscript or cscript. This could be an indication of potential suspicious execution.

Convert In Phoenix Studio

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

Launch
omkar72, oscd.communityCreated Wed Oct 14Updated Thu Feb 234508a70e-97ef-4300-b62b-ff27992990eawindows
Log Source
WindowsImage Load (DLL)
ProductWindows← raw: windows
CategoryImage Load (DLL)← raw: image_load
Detection Logic
Detection Logic1 selector
detection:
    selection:
        Image|endswith:
            - '\cmstp.exe'
            - '\cscript.exe'
            - '\mshta.exe'
            - '\msxsl.exe'
            - '\regsvr32.exe'
            # - '\svchost.exe'
            - '\wmic.exe'
            - '\wscript.exe'
        ImageLoaded|endswith:
            - '\clr.dll'
            - '\mscoree.dll'
            - '\mscorlib.dll'
    condition: selection
False Positives
Unknown

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

Rule Metadata
Rule ID
4508a70e-97ef-4300-b62b-ff27992990ea
Status
test
Level
high
Type
Detection
Created
Wed Oct 14
Modified
Thu Feb 23
Path
rules/windows/image_load/image_load_susp_script_dotnet_clr_dll_load.yml
Raw Tags
attack.defense-evasionattack.executionattack.privilege-escalationattack.t1055
View on GitHub