📎 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.
Member details
- Joined
- Jul 4, 2015
- Messages
- 8,995
If you need to know the interface name you can tie the interface GUID to the servicename value under here HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkCards\NetworkCard#
Member details
- Joined
- Jul 4, 2015
- Messages
- 8,995
The other post should be CurrentControlSet and not necessarily ControlSet001.
You have to look at HKEY_LOCAL_MACHINE\SYSTEM\Select Value : Current to see which control set is the active one.
You have to look at HKEY_LOCAL_MACHINE\SYSTEM\Select Value : Current to see which control set is the active one.