Potential SysInternals ProcDump Evasion

Last updated on:

About the rule

Rule Type

Standard

Rule Description

Detects uses of the SysInternals ProcDump utility in which ProcDump or its output get renamed, or a dump file is moved or copied to a different name

Severity

Trouble

Rule Requirement

Criteria

Action1: actionname = "Process started" AND COMMANDLINE contains "copy procdump,move procdump" OR ((COMMANDLINE contains "copy " AND COMMANDLINE contains ".dmp ") AND COMMANDLINE contains "2.dmp,lsass,out.dmp") OR COMMANDLINE contains "copy lsass.exe_,move lsass.exe_" 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)