Catalog LOLBAS

LOL · Binary

Jsc.exe

2 techniques WindowsLOLBAS GPL-3.0

Compile

Compile Windows

Use jsc.exe to compile JavaScript code stored in the provided .JS file and generate a .EXE file with the same name.

Use Compile attacker code on system. Bypass defensive counter measures.

jsc.exe {PATH:.js}
Context
user
Native
Compile
MITRE
T1127
Detection
IOC: Jsc.exe should normally not run a system unless it is used for development.

Compile

Compile Windows

Use jsc.exe to compile JavaScript code stored in the .JS file and generate a DLL file with the same name.

Use Compile attacker code on system. Bypass defensive counter measures.

jsc.exe /t:library {PATH:.js}
Context
user
Native
Compile
MITRE
T1127
Detection
IOC: Jsc.exe should normally not run a system unless it is used for development.