windows-linux应急响应

常用命令
1 | /var/log/redis.log redis日志路径 |
1 | 目录打包 tar -czvf html.tar.gz ./ |
MYSQL日志排查
1 | udf提权排查 |
apache排查
1 | /var/log/apache/access.log |
linux权限维持排查
1 | find / -type f -name ".*" 2>/dev/null | grep -v "^\/sys\/" // 查找隐藏文件 |
linux隐藏进程
1 | libprocesshider |
挖矿排查
1 | 找挖矿程序就要找计划任务但是crontab |
wireshark排查web扫描
1 | http.response.code==404 |
windows排查
基础信息收集
1 | set 查看环境变量 |
恶意用户排查
1 | wmic useraccount |
持久化排查
1 | 注册表下的run键: |
技巧
1 | 用everything搜索这段时间内的在C:\Users 搜索 2024 年 7 月 1 日到 2024 年 7 月 31 日被修改的文件: |
linux排查
1 | top -c 查看cpu占用率 |
- Title: windows-linux应急响应
- Author: UWI
- Created at : 2025-07-31 15:01:20
- Updated at : 2025-08-10 17:17:51
- Link: https://nbwsws.github.io/2025/07/31/应急响应/windows-linux/
- License: This work is licensed under CC BY-NC-SA 4.0.
Comments