468 words
2 minutes
LetsDefend Write-up EventID 36 - SOC 104 - Malware Detected
Anubhav Gain
2025-12-20
No Tags

soc-104---malware-detected tags:

  • letsdefend-alert
  • letsdefend
  • letsdefend-write-up-eventid-36---soc-104---malware-detected title: ‘LetsDefend Write up EventID 36 SOC 104 Malware Detected’

LetsDefend - EventID 36 - SOC 104 - Malware Detected#

Created: 10/01/2024 13:58 Last Updated: 05/03/2024 10:57


EventID : 36 Event Time : Dec, 01, 2020, 10:23 AM Rule : SOC104 - Malware Detected Level : Security Analyst Source Address : 10.15.15.18 Source Hostname : AdamPRD File Name : Invoice.exe File Hash : f83fb9ce6a83da58b20685c1d7e1e546 File Size : 473.00 KB Device Action : Allowed File (Password) : Download


Table of Contents#


Start Playbook!#

Define Threat Indicator#

Other

Check if the malware is quarantined/cleaned#

Look at the alert details, it clearly says Device Action is allowed so it still there on the endpoint even if I didn’t see any process running

7f8c9c7816ce550e59459ebc7a0e7db1.png

Not Quarantined

Analyze Malware#

Let’s start by searching with hash in VirusTotal

3eb9ca965471f14f77eb877c4f433989.png 61 vendors flagged this file as malicious 3b3f7b2aba494ed59a0ec494a730667c.png Popular threat label: ransomware.maze/deepscan

Now this is a hugh red flag right here, most of security vendors flagged this file as malware and it’s kind of ransomware called Maze ransomware and by knowing what kind of malware it is, it make an investigation a lot easier

In Behavior tab, we can see how this ransomware doing it jobs with MITRE ATT&CK Tactics and Techniques

ea810f2a46338ba13e1c854ea41fb81c.png

We can see that this ransomware can

  1. Checks if any antivirus program is installed.
  2. Enumerates the file system.
  3. Encrypt data.
  4. Stores files to the Windows startup directory.
  5. Tries to harvest and steal browser information.
  6. Creates a DirectInput object. (often for capturing ketstrokes)
  7. Opens, set and deletes some registry keys.
  8. Queries a list of all running processes.
  9. Queries the cryptographic machine GUID.
  10. Posts data to webserver.
  11. Download files.
  12. Write ransom notes to many directories.

And there are a bunch of HTTP POST requests it tries to communicate to probably C2 servers

3ffeeb666d590bb396b158839e730600.png

Now let’s investigate with hybrid analysis and compare the result to VirusTotal so after that we can form a conclusion.

f9147e92cfcdcef09df71adb82d13475.png This file also flagged with Malicious with Threat Score 100:100 but labeled as Trojan.Generic

In the Incident Response section, We can see additional information that we missed from VirusTotal result

a4568b1ed8398b95658c1d6fadbe4d48.png

This file also deletes volumn snapshots, read active computer name and broadcast ARP request so it can spread to other system as well.

So this is indeed

Malicious

Check If Someone Requested the C2#

04a8cc63a97c185cfd5cb8da94c3623e.png

In Log Management, We found that there is a communication between host and C2 server so i answered this question as

Accessed

Containment#

ee0a25a9c288fb3344c94c2c159a7150.png


Add Artifacts#

0353ab0472c2475c15613dd9857fdd03.png

10.15.15.18 : Host Address
http://92.63.8.47/ : C2 Address
http://92.63.8.47/ : C2 URL Address
f83fb9ce6a83da58b20685c1d7e1e546 : MD5 hash of ransomware

Analyst Note#

Hosted was infected by a Maze ransomware, C2 address was detected and confirmed that host has already reached that server with HTTP POST request.
This ransomware has many capabilities including network (ARP) detection and can also lead to spread to other systems within the same network.
Host Containment is confirmed upon this investigation.

Close Alert#

b27b365e38b81119e5c80b36d5a1b9eb.png ae310cc69d4ff07be1999a297f253027.png


LetsDefend Write-up EventID 36 - SOC 104 - Malware Detected
https://mranv.pages.dev/posts/letsdefend-write-up-eventid-36/
Author
Anubhav Gain
Published at
2025-12-20
License
CC BY-NC-SA 4.0