DIGITAL DANIELA

MY BLOG

Here are posts about my projects 
  • Home
  • Blog

10/21/2023

Investigating Suspicous Emails!

0 Comments

Read Now
 
Hello everyone!

I did a TryHackMe room where I investigated an incident involving a suspicious e-mail! Here is how I did it! 


Step 1: Examining the E-Mail File 
I opened up the e-mail file, and noted the recipient of the e-mail which is highlighted in the screenshot below:
Picture
The e-mail also had an attachment which I saved to my virtual machine in TryHackMe. 

Step 2: Calculating the Hash Value of the Attachment. 
I then went into the Properties of the attachment, and went to the "Digests" tab, there I got the hash values of the attachment. The SHA256 value will be the one used for later.
Picture

Step 3: Using Cisco's Talos Intelligence Tool
I then went to https://www.talosintelligence.com/ then clicked on the circled menu option, then I selected the "File Reputation Lookup"

Picture

Step 4: Input the SHA256 Value
This is a pretty straightforward step, it appears you can only use a SHA256 value. 

Picture

Step 5: Analyzing the File Reputation
Here is the output of the results. The file reputation is labeled as malicious. It also includes detection aliases, which are the names that are also associated with the file. As noted in the screenshot, this is all limited to a SHA256 lookup.
Picture

Step 6: Finding Information Through The IP Address
If you examine the file with Pluma that is already available on the virtual machine TryHackMe provides, you can find an IP address. Here we are going to work with 134.19.187.230 that is highlighted in green. 
Picture

Step 7: IP Lookup with Cisco Talos Intelligence
You can also do a lookup by IP. Again, another pretty straightforward step which is to enter the necessary value, in this case an IP address. 
Picture

Step 8: Analyzing the Output
Here we are given a few important pieces of information. The location of the IP is the Netherlands. it doesn't appear to be in any block lists, and has a neutral sender IP reputation.

Picture

Step 9: Using VirusTotal to Confirm if File is Malicious
When investigating, multiple tools should be used to ensure you are getting accurate results since not all tools will have the information on a specific file, hash value, or IP. Many of these tools are databases in which people will enter in information themselves. I used a the hash value, and was able to find other names associated with that hash value. 
Picture

Step 10: Viewing the Activity Summary on VirusTotal
Another cool feature of VirusTotal is that it tells you which files and registry keys have been opened by the executable. It also shows. processes created or terminated are done by the executable. 
Picture

This was my most favorite activity yet! I will be doing another one as well! 

Share

0 Comments



Leave a Reply.

Details
Powered by Create your own unique website with customizable templates.
  • Home
  • Blog