我的 Windows 7 上的 NT 内核和系统使用的端口 1001 是什么?

我的 Windows 7 上的 NT 内核和系统使用的端口 1001 是什么?

有时我会建立 ssh 隧道,在端口 1001 上监听 sock 代理。但最近我无法绑定到此端口。显然这个端口已被占用。我可以为我的 ssh 隧道绑定到任何端口。但我很好奇谁在使用这个端口。因为这是最近才发生的。自从我使用笔记本电脑以来,这个端口已经多年没有使用过了。仅供参考,我最近没有安装任何东西。我上次安装软件大约是在六个月前。这个问题大约在一周前才出现。

我尝试使用 tcpview 来定位它,它只给出由 NT 内核和系统 (PID 4) 运行的信息。我还尝试查看 Windows 服务和任务调度程序,没有任何可疑之处。

我用 netstat 也找不到任何东西

TCP    127.0.0.1:1001         -----:0            LISTENING
Can not obtain ownership information

在谷歌上快速搜索,这个端口可以被许多木马使用。所以我运行了 malwarebytes 和 karspersky 的 rootkit 扫描程序。什么也没出来。我使用的是 avast 防病毒软件,它一直在运行。

这是我正在运行的服务(网络启动):

AFBAgent
AMD External Events Utility
Application Experience
Application Layer Gateway Service
ASLDR Service
ATKGFNEX Service
Avast Antivirus
Background Intelligent Transfer Service
Base Filtering Engine
Bluetooth Service
CNG Key Isolation
COM+ Event System
Computer Browser
Cryptographic Services
DCOM Server Process Launcher
Desktop Window Manager Session Manager
DHCP Client
Diagnostic Policy Service
Diagnostic Service Host
Distributed Link Tracking Client
DNS Client
Extensible Authentication Protocol
Function Discovery Provider Host
Function Discovery Resource Publication
Group Policy Client
HomeGroup Listener
HomeGroup Provider
Intel(R) Management & Security Application User Notification Service
Intel(R) Management and Security Application Local Management Service
Internet Connection Sharing (ICS)
IP Helper
Nalpeiron Licensing Service
Network Connections
Network List Service
Network Location Awareness
Network Store Interface Service
Offline Files
Peer Name Resolution Protocol
Peer Networking Grouping
Peer Networking Identity Manager
Plug and Play
Portable Device Enumerator Service
Power
Print Spooler
Program Compatibility Assistant Service
Remote Access Auto Connection Manager
Remote Access Connection Manager
Remote Procedure Call (RPC)
RPC Endpoint Mapper
Secure Socket Tunneling Protocol Service
Security Accounts Manager
Security Center
Server
Shell Hardware Detection
SSDP Discovery
Superfetch
System Event Notification Service
Task Scheduler
TCP/IP NetBIOS Helper
Telephony
Themes
UPnP Device Host
USB Safely Remove Assistant
User Profile Service
Windows Audio
Windows Audio Endpoint Builder
Windows Defender
Windows Driver Foundation - User-mode Driver Framework
Windows Event Log
Windows Firewall
Windows Font Cache Service
Windows Image Acquisition (WIA)
Windows Management Instrumentation
Windows Update
WLAN AutoConfig
Workstation
WWAN AutoConfig

有人知道谁通常使用这个 tcp 端口 1001 吗?

相关内容