T1218.009sub-technique of T1218 System Binary Proxy Execution
Regsvcs/Regasm
Windowsnothing on this site yetT1218.009 on attack.mitre.org
Adversaries may abuse Regsvcs and Regasm to proxy execution of code through a trusted Windows utility. Regsvcs and Regasm are Windows command-line utilities that are used to register.NET Component Object Model (COM) assemblies. Both are binaries that may be digitally signed by Microsoft.
how MITRE says to see it
Detecting.NET COM Registration Abuse via Regsvcs/Regasm
- Abuse of Regsvcs.exe or Regasm.exe to execute arbitrary code embedded in.NET assemblies via [ComRegisterFunction]/[ComUnregisterFunction]. Behavioral chain: (1) Process creation of regsvcs/regasm with suspicious assembly paths/flags → (2) Assembly/DLL load inside regsvcs/regasm → (3) Registry writes to...