Add DisallowRun Execution to Registry

Last updated on:

About the rule

Rule Type

Standard

Rule Description

Detect set DisallowRun to 1 to prevent user running specific computer program

Severity

Trouble

Rule Requirement

Criteria

Action1: actionname = "Registry value modified" AND (OBJECTNAME endswith "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun" OR (OBJECTNAME endswith "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" AND OBJECTVALUENAME = "DisallowRun")) AND (INFORMATION = "DWORD (0x00000001)" OR (CHANGES = 1 AND NEWTYPE = "REG_DWORD")) select Action1.HOSTNAME,Action1.MESSAGE,Action1.OBJECTNAME,Action1.PROCESSNAME,Action1.PREVVAL,Action1.CHANGES

Detection

Execution Mode

realtime

Log Sources

Windows

Author

frack113