Detectionhightest

Malicious DLL File Dropped in the Teams or OneDrive Folder

Detects creation of a malicious DLL file in the location where the OneDrive or Team applications Upon execution of the Teams or OneDrive application, the dropped malicious DLL file ("iphlpapi.dll") is sideloaded

Convert In Phoenix Studio

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

Launch
François HubautCreated Fri Aug 121908fcc1-1b92-4272-8214-0fbaf2fa5163windows
Log Source
WindowsFile Event
ProductWindows← raw: windows
CategoryFile Event← raw: file_event

Events for file system activity including creation, modification, and deletion.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        TargetFilename|contains|all:
            - 'iphlpapi.dll'
            - '\AppData\Local\Microsoft'
    condition: selection
False Positives
Unknown

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

Rule Metadata
Rule ID
1908fcc1-1b92-4272-8214-0fbaf2fa5163
Status
test
Level
high
Type
Detection
Created
Fri Aug 12
Path
rules/windows/file/file_event/file_event_win_iphlpapi_dll_sideloading.yml
Raw Tags
attack.persistenceattack.privilege-escalationattack.defense-evasionattack.t1574.001
View on GitHub