File and Hash Threat Intel Writeup

Date: 21-08-2025 | Platform: TryHackMe | Difficulty: Easy

Overview

This room explores enriching file and hash artefacts using threat intelligence, covering malware analysis, hash identification, and behavioral analysis through various security platforms.

Task 1: File Properties Analysis

One file displays one of the indicators mentioned. Can you identify the file and the indicator? (Answer: file, property)

Answer: pay****.***, ****** **********

Task 2: Hash and Threat Intelligence Analysis

2.1 What is the SHA256 hash of the file bl0gger?

Answer: 267*************************************************************

2.2 On VirusTotal, what is the threat label used to identify the malicious file?

Answer: tro***.*******/*********

2.3 When was the file first submitted for analysis? (Answer format: YYYY-MM-DD HH:MM:SS)

Answer: 202*-**-** **:**:**

2.4 According to MalwareBazaar, which vendor classified the Morse-Code-Analyzer file as non-malicious?

Answer: Cyb**********

2.5 On VirusTotal, what MITRE technique has been flagged for persistence and privilege escalation for the Morse-Code-Analyzer file?

Answer: DLL ****-*******

Task 3: Hybrid Analysis Investigation

3.1 What tags are used to identify the bl0gger.exe malicious file on Hybrid Analysis? (Answer: Tag1, Tag2, Tag3)

Answer: Bla******, *********, *******-******-*******

3.2 What was the stealth command line executed from the file?

Answer: reg***** %******%\*****\*******.*** /*

3.3 Which other process was spawned according to the process tree?

Answer: wer*****.***

3.4 The payroll.pdf application seems to be masquerading as which known Windows file?

Answer: svc****.***

3.5 What associated URL is linked to the file?

Answer: hxx*://***.***.***.**:****/******.***

3.6 How many extracted strings were identified from the sandbox analysis of the file?

Answer: 454

Task 4: Ransomware Sample Analysis

4.1 What is the SHA256 hash of the file?

Answer: 43B*************************************************************

4.2 What family labels are assigned to the file on VirusTotal?

Answer: aki**, ***********

4.3 How many security vendors have flagged the file as malicious?

Answer: 61 (N*** **** ***** ****** ** **)

4.4 Name the text file dropped during the execution of the malicious file.

Answer: aki**_******.***

4.5 What PowerShell script is observed to be executed?

Answer: Get-********* *****_********** | ******-*********

4.6 What is the MITRE ATT&CK ID associated with this execution?

Answer: T14**

Lessons Learned