The author suggests using LiveView to boot the image of a compromised system after it has been forensically imaged. This would then allow you to monitor network activity, see what loaded up when the system started, what programs are listening on what ports, etc. Using LiveView to perform those actions is a really cool use case, though all of those things (with the exception of the network traffic monitoring) can be identified by imaging (or dumping) physical memory from the host before pulling the power and reviewing the memory image with the Volatility Framework or Mandiant Memoryze, and analyzing the registry from the forensic image of the hard drive.
The other issue with the author's approach is it doesn't take into consideration memory-resident malware, virtual machine detection by malware, and memory-resident attack payloads like the meterpreter from the Metasploit Framework. The malware or memory resident attack tool causing the sysadmins to think a host may be compromised might only live in memory and be lost when the system is powered down. In that situation, booting it up in LiveView might show some signs of compromise, but the full extent of what was going on would be near impossible to ascertain without the whole picture.
I don't mean to downplay LiveView because it is a very useful tool for forensics and could prove to be a valuable addition to your IR arsenal, but I wouldn't consider it "essential" since the information obtained through the author's use case can be easily acquired through other methods that would have a higher accuracy. Either way, it's another tool that is worth checking out as you may find it indispensable in an IR scenario down the road.
John H. Sawyer is a Senior Security Engineer on the IT Security Team at the University of Florida. The views and opinions expressed in this blog are his own and do not represent the views and opinions of the UF IT Security Team or the University of Florida. When John's not fighting flaming, malware-infested machines or performing autopsies on blitzed boxes, he can usually be found hanging with his family, bouncing a baby on one knee and balancing a laptop on the other. Special to Dark Reading.