A memory forensics analyst runs Volatility against a Windows memory image and uses the netscan plugin. What information does this plugin provide?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — b is correct because Volatility's netscan plugin scans memory for network connection structures, including both active and recently closed connections, revealing C2 connections that may no longer appear in live system tools. A is wrong because registry hive information is obtained with plugins like hivelist or printkey.
Full explanation below image
Full Explanation
B is correct because Volatility's netscan plugin scans memory for network connection structures, including both active and recently closed connections, revealing C2 connections that may no longer appear in live system tools. A is wrong because registry hive information is obtained with plugins like hivelist or printkey. C is wrong because loaded DLLs are examined using the dlllist plugin. D is wrong because netscan scans the pool for connection objects, but its output is connections and sockets, not raw pool contents.