当前位置:网站首页>Port inspection steps - 7680 port analysis - Dosvc service
Port inspection steps - 7680 port analysis - Dosvc service
2022-07-31 03:32:00 【Luming Tianya】
Introduction: Find the main process for the process started through the service, and there are a large number of intranet connections on port 7680. Baidu cannot find the port information. It needs to be proved that it is a system service, otherwise it is a worm.
1. Confirm the process PID corresponding to the port
netstat -ano

Port 7680 corresponds to pid: 6128
2. Find the process corresponding to pid
tasklist | find "6128"

The corresponding process is svchost.exe, a system service process, which is the general host process name of the service running from the dynamic link library (DLL). Many services are started by injecting into the program, so there will be manyprocess of this file.Indicates that the process is started from a service, and finds the corresponding service.
3. Find the service name corresponding to pid 6128 through tasklist /svc:

The service name is: DoSvc, enter "Services" to find the service, but you may not be able to find the service, because the above is "Service name", and the management tool"Services" shows "display name", as shown below
4. You can use the command to find the corresponding "display name"
wmic service where name = "dosvc" get displayname

Got "Display Name": Delivery Optimization
5. Microsoft's query to get Delivery Optimization is a mode of Windows 10 patch update called "delivery optimization". The intranet host can download the patch from the downloaded host, and it also occupies the network speed of your host.

Close this port: "Update"-"Advanced Options"-"Delivery Optimization"-"Turn off allow downloads from other computers"
Many backdoors also use "services" to load processes, making it impossible to directly view the main process name in the process
边栏推荐
猜你喜欢

Database implements distributed locks

Mysql 45讲学习笔记(二十三)MYSQL怎么保证数据不丢

What skills do I need to learn to move from manual testing to automated testing?

Zotero如何删除自动生成的标签

BP神经网络

The application and practice of mid-to-platform brand advertising platform

接口测试关键技术

Mysql 45讲学习笔记(二十五)MYSQL保证高可用

A brief introduction to the CheckBox component of the basic components of Flutter

Getting Started with CefSharp - winform
随机推荐
浅识Flutter 基本组件之showDatePicker方法
点云DBSCAN聚类(MATLAB,非内置函数)
CloudCompare & PCL calculate the degree of overlap between two point clouds
Database implements distributed locks
Difference between unallocated blocks and unused blocks in database files
Problems that need to be solved in distributed system architecture
VS QT - ui does not display newly added members (controls) || code is silent
els block to the right
[Dynamic programming] Maximum sum of consecutive subarrays
LeetCode简单题之两个数组间的距离值
Just debuted "Fight to Fame", safety and comfort are not lost
Redis 统计用户新增和留存
Mysql 45讲学习笔记(二十五)MYSQL保证高可用
安全20220715
TCP和UDP详解
[Compilation principle] Lexical analysis program design principle and implementation
Mysql 45 study notes (23) How does MYSQL ensure that data is not lost
【CocosCreator 3.5】CocosCreator get network status
测试中的误报和漏报同样的值得反复修正
Implementation of a sequence table