HackTool - SharPersist Execution

Last updated on:

About the rule

Rule Type

Standard

Rule Description

Detects the execution of the hacktool SharPersist - used to deploy various different kinds of persistence mechanisms

Severity

Trouble

Rule Requirement

Criteria

Action1: actionname = "Process started" AND (PROCESSNAME endswith "\SharPersist.exe" OR PRODUCT_NAME = "SharPersist") OR COMMANDLINE contains " -t schtask -c , -t startupfolder -c " OR (COMMANDLINE contains " -t reg -c " AND COMMANDLINE contains " -m add") OR (COMMANDLINE contains " -t service -c " AND COMMANDLINE contains " -m add") OR (COMMANDLINE contains " -t schtask -c " AND COMMANDLINE contains " -m add") select Action1.HOSTNAME,Action1.MESSAGE,Action1.COMMANDLINE,Action1.FILE_NAME,Action1.PROCESSNAME,Action1.USERNAME,Action1.PARENTPROCESSNAME

Detection

Execution Mode

realtime

Log Sources

Windows

Author

Florian Roth (Nextron Systems)