Scheduled Task Creation From Potential Suspicious Parent Location
Description
Detects the execution of "schtasks.exe" from a parent that is located in a potentially suspicious location. Multiple malware strains were seen exhibiting a similar behavior in order to achieve persistence.
Query · sigma
selection: ParentImage|contains: - :\Temp\ - \AppData\Local\ - \AppData\Roaming\ - \Temporary Internet - \Users\Public\ - \Windows\Temp\ Image|endswith: \schtasks.exe CommandLine|contains: '/Create ' filter_optional_common: CommandLine|contains: - update_task.xml - unattended.ini condition: selection and not 1 of filter_optional_*
Known false positives
- Software installers that run from temporary folders and also install scheduled tasks