GatherNetworkInfo.vbs is a LolBin too
  Nice find by @Hexacorn on " SettingSyncHost.exe as a LolBin ". Knowing that gatherNetworkInfo.vbs had some of the same characteristics I checked it using @Hexacorn's methodology and it works great. Just rename your binary in the current working directory and trigger. I was also able to get this to work in other user writable directories so it is not just limited to TEMP.   c:\windows\system32\cscript.exe c:\windows\system32\gatherNetworkInfo.vbs   I don't think this is the full list of programs called but it should be most of them.   reg.exe  sc.exe  wevtutil.exe  arp.exe  certutil.exe  route.exe  net.exe    Detection   Identifying a true positive for these might be tricky, not because a signature is difficult, but because even if it triggers the main indicator is not command line artifacts (which are normal) but the process path itself.   A while back I did a post on detecting System32 executable from non-standard paths  which would work for these occurrences. It t...