PT Network Attack Discovery

Helps reconstruct the attack timeline and understand the sources and scale of threats

T1216: System Script Proxy Execution

Adversaries may use trusted scripts, often signed with certificates, to proxy the execution of malicious files. Several Microsoft signed scripts that have been downloaded from Microsoft or are default on Windows installations can be used to proxy execution of other files. This behavior may be abused by adversaries to execute malicious files that could bypass application control and signature validation on systems.

Positive Technologies products that cover the technique

Detection

PT NAD can detect, using rules and filters, artifacts of downloading and remote executing malicious files via abuse of the PubPrn.vbs script functionality.

Example of PT NAD detection rules

  • ATTACK [PTsecurity] WScript.Shell Run HTML Code Execution Attempt (sid 10003456)

Examples of PT NAD filters

  • files.filename ~ "*.sct"

Subtechniques

Detection

IDDS0017Data source and componentCommand: Command ExecutionDescription

Monitor executed commands and arguments for scripts like PubPrn.vbs that may be used to proxy execution of malicious files.

IDDS0009Data source and componentProcess: Process CreationDescription

Monitor script processes, such as `cscript that may be used to proxy execution of malicious files.

IDDS0012Data source and componentScript: Script ExecutionDescription

Monitor for any attempts to enable scripts running on a system would be considered suspicious. If scripts are not commonly used on a system, but enabled, scripts running out of cycle from patching or other administrator functions are suspicious. Scripts should be captured from the file system when possible to determine their actions and intent.

Mitigation

IDM1038NameExecution PreventionDescription

Certain signed scripts that can be used to execute other programs may not be necessary within a given environment. Use application control configured to block execution of these scripts if they are not required for a given system or network to prevent potential misuse by adversaries.