SYSTEM (PID 4) 正在使用端口 8081,如何停止它

Port 8081 is being used by SYSTEM (PID 4), how to stop that

我有一个案例,在服务器(dusxxxiweb2)中检测到一个漏洞,说端口 8081 是 opened.I 通过 netstat -a -n -o | 获得了端口号 |找到“8081”命令,我发现端口“8081”正被 PID 为 4

的系统进程使用

我想知道使用此 service.IIS 的系统进程未安装在此 server.But 我可以访问一个登录页面(.Net 应用程序),因为 below.I 不知道没有 IIS 怎么可能 http://dusxxxiweb2:8081/login

我想阻止此端口以修复漏洞issue.What在这种情况下我可以做什么吗?

运行命令;

netsh http show servicestate view=requestq

这将提供所有 HTTP 侦听器的快照。找到包含您要查找的端口号的"Registered URL",控制进程的PID将在其上方几行,就像我自己的流氓进程一样;

Request queue name: Request queue is unnamed.
    Version: 2.0
    State: Active
    Request queue 503 verbosity level: Basic
    Max requests: 1000
    Number of active processes attached: 1
--> Process IDs:
        14035
    URL groups:
    URL group ID: F80000014000004F
        State: Active
        Request queue name: Request queue is unnamed.
        Properties:
            Max bandwidth: inherited
            Max connections: inherited
            Timeouts:
                Timeout values inherited
            Number of registered URLs: 1
-->         Registered URLs:
              HTTP://+:8081/ROGUESERVICE/
        Server session ID: F70000011000012D
            Version: 2.0
            State: Active
            Properties:
                Max bandwidth: 4294967295
                Timeouts:
                    Entity body timeout (secs): 120
                    Drain entity body timeout (secs): 120
                    Request queue timeout (secs): 120
                    Idle connection timeout (secs): 120
                    Header wait timeout (secs): 120
                    Minimum send rate (bytes/sec): 150