Forum Discussion
Jiban
Bronze I
5 days agoFIN7 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 difficult...
Fa11acy
Bronze II
15 hours agoWhen 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. :)