📎 AI Summary:
The thread discusses how to locate current IP addresses stored on a Windows 10 machine for forensic purposes. The original poster asks for the file path to find this information, and responders clarify that there isn't a specific file but suggest checking the Windows Registry, particularly under the Interfaces key in SYSTEM hive. Additional tips include referencing the current control set and matching interface GUIDs to network card names, with the overall tone being helpful and informative.
The thread discusses how to locate current IP addresses stored on a Windows 10 machine for forensic purposes. The original poster asks for the file path to find this information, and responders clarify that there isn't a specific file but suggest checking the Windows Registry, particularly under the Interfaces key in SYSTEM hive. Additional tips include referencing the current control set and matching interface GUIDs to network card names, with the overall tone being helpful and informative.
Solution
You can find them in the registry
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters\Interfaces
You'll have to figure out which GUID is the correct interface.
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters\Interfaces
You'll have to figure out which GUID is the correct interface.