当前位置:网站首页>端口排查步骤-7680端口分析-Dosvc服务
端口排查步骤-7680端口分析-Dosvc服务
2022-07-31 03:19:00 【鹿鸣天涯】
简介: 对通过服务启动的进程查找主进程,出现大量7680端口的内网连接,百度未找到端口信息,需证明为系统服务,否则为蠕虫。
1、 确认端口对应进程PID
netstat -ano

7680端口对应pid:6128
2、 查找pid对应进程
tasklist | find "6128"

对应进程为svchost.exe ,为系统服务进程,是从动态链接库 (DLL) 中运行的服务的通用主机进程名称,许多服务通过注入到该程序中启动,所以会有多个该文件的进程。说明进程是从服务启动的,去找对应的服务。
3、 通过tasklist /svc 查找对应pid 6128的服务名称:

服务名为:DoSvc ,进入“服务”查找该服务,但是你可能会找不到该服务,因为上面找到的是“服务名称”,而管理工具“服务”里显示的是“显示名称”,如下图
4、 可以通过命令查找对应的“显示名称”
wmic service where name = "dosvc" get displayname

得到“显示名称”:Delivery Optimization
5、 微软查询得到Delivery Optimization为Windows10补丁更新的一种模式叫“传递优化”,内网主机可以从已经下载的主机里下载补丁,同时也就占用了你主机的网速,神坑

关闭该端口: “更新”-“高级选项”中-“传递优化”-“关闭允许从其他电脑下载”
许多后门也是利用“服务”来加载进程,造成进程里无法直接查看到主进程名
边栏推荐
- 原子操作 CAS
- STM32问题合集
- Addition and Subtraction of Scores in LeetCode Medium Questions
- 分布式锁以及实现方式三种
- 遗留系统的自动化策略
- SIP Protocol Standard and Implementation Mechanism
- VS QT - ui does not display newly added members (controls) || code is silent
- A brief introduction to the showDatePicker method of the basic components of Flutter
- IIR filter and FIR filter
- Good place to download jar packages
猜你喜欢

TCP详解(三)
![[Compilation principle] Lexical analysis program design principle and implementation](/img/eb/035234a402edf18beb7e2f82ebec17.png)
[Compilation principle] Lexical analysis program design principle and implementation

A brief introduction to the showDatePicker method of the basic components of Flutter

LeetCode每日一练 —— OR36 链表的回文结构

How to develop a high-quality test case?

Graphical lower_bound & upper_bound

数据库实现分布式锁

【动态规划】连续子数组的最大和

TCP详解(二)
![Installation of mysql5.7.37 under CentOS7 [perfect solution]](/img/ef/a89d8bfd09377dc30034bad99dfd07.png)
Installation of mysql5.7.37 under CentOS7 [perfect solution]
随机推荐
SQL Interview Questions (Key Points)
endian mode
【Exception】The field file exceeds its maximum permitted size of 1048576 bytes.
Detailed explanation of TCP (2)
SQL 面试用题(重点)
Database implements distributed locks
Select the smoke test case, and make the first pass for the product package entering QA
Redis实现分布式锁
Detailed explanation of TCP (3)
What is SQALE
[Compilation principle] Design principle and implementation of recursive descent parsing
Addition and Subtraction of Scores in LeetCode Medium Questions
STM32问题合集
Getting Started with CefSharp - winform
TCP和UDP详解
CloudCompare&PCL 计算两个点云之间的重叠度
Good place to download jar packages
Redis 使用LIST做最新评论缓存
Map.Entry理解和应用
「 每日一练,快乐水题 」1331. 数组序号转换