regsvr32
regsvr32 (squiblydoo) code execution - bypass application whitelisting.
Execution
http://10.0.0.5/back.sct
We need to host the back.sct on a web server so we can invoke it like so:
attacker@victim
Observations
Note how regsvr32 process exits almost immediately. This means that just by looking at the list of processes on the victim machine, the evil process may not be immedialy evident... Not until you realise how it was invoked though. Sysmon commandline logging may help you detect this activity:
Additionally, of course sysmon will show regsvr32 establishing a network connection:
References
Last updated