当前位置:网站首页>内存取证系列1
内存取证系列1
2022-08-05 00:42:00 【SwBack】
文章目录
文档说明
作者:SwBack
时间:2022-5-5 11:05
挑战说明
- 我姐姐的电脑坏了。我们非常幸运地恢复了这个内存转储。你的工作是从系统中获取她所有的重要文件。根据我们的记忆,我们突然看到一个黑色的窗口弹出,上面有一些正在执行的东西。坠机发生时,她正试图画一些东西。这就是我们从坠机时所记得的一切。
注意: 此挑战由 3 个标志组成。
- My sister’s computer crashed. We were very fortunate to recover this memory dump. Your job is get all her important files from the system. From what we remember, we suddenly saw a black window pop up with some thing being executed. When the crash happened, she was trying to draw something. Thats all we remember from the time of crash.
Note: This challenge is composed of 3 flags.
解题过程
flag1
从题目中提取关键信息
黑色窗口 疑似cmd.exe 画一些东西(疑似画图工具) 存在重要文件(需要扫描文件)
查看内存镜像
volatility -f MemoryDump_Lab1.raw imageinfo
查看进程 发现cmd.exe
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 pslist
扫描命令及输出 发现base64编码
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 cmdscan
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 consoles
解码base64 获得第一个flag
echo "ZmxhZ3t0aDFzXzFzX3RoM18xc3Rfc3Q0ZzMhIX0=" |base64 -d
flag2
进程存在画图工具mspaint.exe
提取数据
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 memdump -p 2424 -D ./
使用gimp打开(第三方工具,可以复原图像)
调整宽高
flag2
flag3
进程中存在WinRAR.exe 获取解压文件名
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 dlllist |grep WinRAR
获取解压文件虚拟地址
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 filescan |grep Important
提取压缩包
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 dumpfiles -Q 0x000000003fa3ebc0 -D ./
得到压缩包密码提示
获取hash
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 hashdump
得到flag3
边栏推荐
- 2022杭电多校训练第三场 1009 Package Delivery
- Raw and scan of gorm
- Matlab uses plotting method for data simulation and simulation
- E - Many Operations (按位考虑 + dp思想记录操作后的结果
- oracle创建用户以后的权限问题
- CNI(Container Network Plugin)
- GCC:头文件和库文件的路径
- Software Testing Interview Questions: What do test cases usually include?
- [FreeRTOS] FreeRTOS and stm32 built-in stack occupancy
- gorm联表查询-实战
猜你喜欢
随机推荐
GO中sync包自由控制并发的方法
软件测试面试题:一套完整的测试应该由哪些阶段组成?
ora-00604 ora-02429
matlab中rcosdesign函数升余弦滚降成型滤波器
软件测试面试题:关于自动化测试工具?
Mysql_14 存储引擎
软件测试面试题:软件都有多少种分类?
The principle of NMS and its code realization
QSunSync 七牛云文件同步工具,批量上传
刘润直播预告 | 顶级高手,如何创造财富
lua 如何 实现一个unity协程的工具
Theory of Software Fundamentals
Software Testing Interview Questions: What is Software Testing?The purpose and principle of software testing?
软件测试面试题:您以往所从事的软件测试工作中,是否使用了一些工具来进行软件缺陷(Bug)的管理?如果有,请结合该工具描述软件缺陷(Bug)跟踪管理的流程?
ora-01105 ora-03175
克服项目管理中恐惧心理
2022牛客多校训练第二场 L题 Link with Level Editor I
leetcode: 269. The Martian Dictionary
tensor.nozero(),面具,面具
"WEB Security Penetration Testing" (28) Burp Collaborator-dnslog out-band technology