coregen.exe
Binary coregen.exe (Microsoft CoreCLR Native Image Generator) loads exported function GetCLRRuntimeHost from coreclr.dll or from .DLL in arbitrary path. Coregen is located within "C:\Program Files (x86)\Microsoft Silverlight\5.1.50918.0\" or another version of Silverlight. Coregen is signed by Microsoft and bundled with Microsoft Silverlight.
AWL Bypass
Execute DLL code
coregen.exe /L {PATH_ABSOLUTE:.dll} dummy_assembly_name
Loads the target .DLL in arbitrary path specified with /L. Since binary is signed it can also be used to bypass application whitelisting solutions. — MITRE: T1218 — Privileges: User
Execute
Execute DLL code
coregen.exe /L {PATH_ABSOLUTE:.dll} dummy_assembly_name
Loads the target .DLL in arbitrary path specified with /L. — MITRE: T1055 — Privileges: User
Execute DLL code
coregen.exe dummy_assembly_name
Loads the coreclr.dll in the corgen.exe directory (e.g. C:\Program Files\Microsoft Silverlight\5.1.50918.0). — MITRE: T1055 — Privileges: User