📎 AI Summary:
The original poster is asking how to locate the storage path of open ports or inbound rules within Windows 10, specifically wondering if there's a file or method to verify their firewall rule for SSH port 22. A respondent clarifies that firewall rules are not stored as individual files on disk and suggests capturing and analyzing memory with tools like Volatility to examine active network configurations. Overall, the discussion centers on how to verify firewall rule settings and open ports for forensic analysis purposes.

Cmann

New Member
Joined
Jan 26, 2020
Messages
14
Thread Author #1
Is there a file path to find any open ports within Windows 10 machine?

I opened the SSH port (port 22) using an Inbound Rule I created inside of Windows Defender Firewall with Advanced Security application

Note: I am using Autopsy for Forensic Analysis testing purposes, so I just want to know if there is a file path or how to check if the inbound rule I created is stored somewhere

Thanks
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
They're not maintained on disk. You'd need to capture memory can analyse it with something like volatility
 

Solution