Forum Discussion

Jiban's avatar
Jiban
Icon for Bronze I rankBronze I
5 days ago

FIN7 Threat Hunting with Splunk: Ep.2 – Initial Access

Question 8: Extract the hex-encoded image from the RTF that starts on line 108. Decode and open the resulting image file. What is the first line of text that appears in the image?
I facing difficulties answering this question, Please let me know how can I answer this?

2 Replies

  • When you open the 2-list.rtf file, there's a huge block of hexadecimal code that begins at Line 108. You can copy and paste that into a separate file, then use a tool such as xxd to decode the hex and output it into a file. The decoded output should give you an image file which you can open - if it doesn't, then you've done it wrong. :)