Analysis Malicious Shellcode ( HTA as Dropper ) Part 2
We have successfully decoded the first stage of our code, but it does not yield meaningful results. To proceed, we need to follow a systematic process using CyberChef:
Step-by-Step Instructions:
-
Clear all operations in CyberChef
-
Open CyberChef.
-
Make sure no operations (filters) are currently applied.
-
-
Copy the encoded pattern
-
Identify and copy the hexadecimal pattern you want to decode.
-
-
Paste the pattern into CyberChef
-
Paste the copied pattern into the Input section.
-
-
Apply the "From Hex" operation
-
From the list of operations, search for and select "From Hex".
-
This will convert the hexadecimal data to readable text.
-
-
View the decoded result
-
The decoded output will appear in the Output section.
Comments
Post a Comment