【blueteam-ctf-challenges内存取证部分】RedLine Blue Team Challenge

这是一道内存取证的题目,在blueteam上的内存取证,大多数都是找恶意进程,或者木马,因为内存储存的都是易失性数据,所以在取证过程中及时固定这些数据是十分重要的。
这道题主要是熟悉一些常用的指令

想学习vol的可以看我下面这篇文章:
vol的常用操作

使用的工具主要是vol2和vol3,以及linux自带的strings
blueteam RedLine Blue Team Challenge
在这里插入图片描述

Q1

What is the name of the suspicious process?

oneetx.exe

也可以用psscan看一下有没有可疑的程序

一般来说psscan要比pslist好用一些,能够看到一些隐藏的进程
用malfind可以查看有注入代码的可疑程序
在这里插入图片描述![在这里插入图片描述](https://img-blog.csdnimg.cn/direct/1dacaba7e7da4f25b3a2a02e417d8728.png
在这里插入图片描述

Q2

What is the child process name of the suspicious process?

rundll32.exe

用pstree可以查看子进程,pstree用来查看进程树
在这里插入图片描述也可以筛选一下
在这里插入图片描述在这里插入图片描述

Q3

What is the memory protection applied to the suspicious process memory region?

PAGE_EXECUTE_READWRITE

和前面一样用malfind来查看memory region

在这里插入图片描述
在这里插入图片描述

Q4

What is the name of the process responsible for the VPN connection?

outline.exe

先用netscan看一下有没有端口转发流量的地方,发现tun2socks.exe,是一个代理的程序,然后找一找这个是哪个程序调用的
在这里插入图片描述
在这里插入图片描述在这里插入图片描述
在这里插入图片描述

Q5

What is the attacker’s IP address?

77.91.124.20

用netscan找到上传这个恶意文件的外部ip

在这里插入图片描述
在这里插入图片描述

Q6

Based on the previous artifacts. What is the name of the malware family?

RedLine Stealer

在这里插入图片描述
百度一下,看看相关的病毒
在这里插入图片描述
搜一下上面找到的ip,可以找到malware的内容
在这里插入图片描述
在这里插入图片描述

Q7

What is the full URL of the PHP file that the attacker visited?

http://77.91.124.20/store/games/index.php

看浏览器记录可以用插件,也可以直接strings搜php有什么
在这里插入图片描述在这里插入图片描述

Q8

What is the full path of the malicious executable?

C:\Users\Tammam\AppData\Local\Temp\c3912af058\oneetx.exe

前面可疑看到可疑程序就是oneetx.exe,直接字符串搜
在这里插入图片描述在这里插入图片描述

  • 16
    点赞
  • 21
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Q1anhuang2

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值