Task Scheduler DLL Loaded By Application Located In Potentially Suspicious Location
Description
Detects the loading of the "taskschd.dll" module from a process that located in a potentially suspicious or uncommon directory. The loading of this DLL might indicate that the application have the capability to create a scheduled task via the "Schedule.Service" COM object. Investigation of the loading application and its behavior is required to determining if its malicious.
Query · sigma
selection_dll: - ImageLoaded|endswith: \taskschd.dll - OriginalFileName: taskschd.dll selection_paths: Image|contains: - :\Temp\ - :\Users\Public\ - :\Windows\Temp\ - \AppData\Local\Temp\ - \Desktop\ - \Downloads\ condition: all of selection_*
Known false positives
- Some installers might generate false positives, apply additional filters accordingly.