File tree Expand file tree Collapse file tree
blog/2025-05-17-2024CCB&CISCN-sc05 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ tags: [CTF, Incident-Response]
2020
2121## 致谢
2222
23- 感谢以下各位师傅没有嫌弃我烦人,并对我提供帮助( 排名不分先后)
23+ 感谢以下各位师傅没有嫌弃我烦人,并对我提供帮助 ( 排名不分先后)
2424
2525- Tokeii
2626- penguin
@@ -76,15 +76,15 @@ flag{01DF5BC2388E287D4CC8F11EA4D31929}
7676
7777> IP1 地址对应的小马程序 MD5 是多少?提交格式:` flag{32位大写MD5值} `
7878
79- 在` admin ` 用户的桌面发现一个` HRSword.lnk ` 快捷方式
79+ 在 ` admin ` 用户的桌面发现一个 ` HRSword.lnk ` 快捷方式
8080
81- 跳转到` Root\Users\admin\AppData\Roaming\HRSword5-green\HRSword.exe `
81+ 跳转到 ` Root\Users\admin\AppData\Roaming\HRSword5-green\HRSword.exe `
8282
83- > 这不是很明显嘛,谁家可执行文件放Appdata目录
83+ > 这不是很明显嘛,谁家可执行文件放 Appdata 目录
8484
85- 将` HRSword5-green ` 文件夹导出进行分析,发现一众` dll ` 文件中,就` uactmon.dll ` 没有数字签名,这一点很可疑
85+ 将 ` HRSword5-green ` 文件夹导出进行分析,发现一众 ` dll ` 文件中,就 ` uactmon.dll ` 没有数字签名,这一点很可疑
8686
87- 在本地对` Func_1 ` 函数进行分析
87+ 在本地对 ` Func_1 ` 函数进行分析
8888
8989![ img] ( img/image_20250549-204949.png )
9090
@@ -94,7 +94,7 @@ flag{01DF5BC2388E287D4CC8F11EA4D31929}
9494
9595![ img] ( img/image_20250551-205123.png )
9696
97- 即可确定` uactmon.dll ` 是小马,采用的是白加黑的对抗方式
97+ 即可确定 ` uactmon.dll ` 是小马,采用的是白加黑的对抗方式
9898
9999``` bash
100100PS D:\D esktop\H RSword5-green> get-FileHash -Algorithm MD5 .\u actmon.dll
You can’t perform that action at this time.
0 commit comments