Droppers

ClickOnce:

release non-malicious, then once installed release malicious updates

HTA:

can include jscript, vbscript etc

use that to compile c# code to jscript, vbscript, vba (very old though so will get caught)

Instead use:

or

VBA/ Macro 4.0:

use to generate shellcode from .NET assembly files

hover over A1 and edit the selection box (top left) and enter Auto_Open to auto run

sanbox checks:

  • check the width/hieght of the window

  • is mouse present

  • can host play sound

add guardrails to target specific users / domains / ip ranges to potentailly bypass sandboxing envs

Last updated