Skip to writeup

TryHackMe · 2026-07-01 · 3 min read

Invite Only

TryHackMe SOC threat-intelligence room pivoting from a flagged IP and SHA256 hash to malware family, dropped files, phishing technique, and campaign reporting.

Difficulty · easyOS · WindowsTryHackMeSOCThreat IntelligenceIOCsMalware AnalysisAsyncRATPhishing

Original roomSource markdown

CTF Room: Invite Only

  • Link to room
  • Badge earned: Lookup Champion
  • Difficulty: Easy
  • Category: SOC, Threat Intelligence, Malware Triage
  • OS: Windows

1. Brief

Invite Only is a TryHackMe threat-intelligence room. The scenario gives two escalated indicators from an L1 analyst and asks us to turn them into usable intelligence.

The starting indicators were:

Flagged IP: 101[.]99[.]76[.]120
Flagged SHA256: 

The room uses the TryDetectThis2.0 application to pivot between hashes, files, URLs, IPs, relations, dropped files, and public reporting.

2. Flagged Hash Analysis

What is the name of the file identified with the flagged SHA256 hash?

I started by searching the flagged SHA256 in TryDetectThis2.0. VirusTotal-style metadata also linked the hash to the same filename.

Answer

syshelpers.exe

What is the file type associated with the flagged SHA256 hash?

The file metadata showed it was a Windows executable.

Answer

Win32 EXE

What are the execution parents of the flagged hash?

Under Relations, the execution parents showed the process chain that led to the flagged hash.

Answer

361GJX7J,installer.exe

What is the name of the file being dropped?

The same relations view showed a dropped file associated with the flagged hash.

Answer

AClient.exe

3. Parent Hash Pivot

Research the second hash in question 3 and list the four malicious dropped files in the order they appear.

I pivoted into the second execution-parent hash from the previous question and reviewed its dropped files.

Only the malicious dropped files were needed.

Answer

searchhost.exe,syshelpers.exe,nat.vbs,runsys.vbs

4. Flagged IP Analysis

Analyse the files related to the flagged IP. What is the malware family that links these files?

I searched the flagged IP in TryDetectThis2.0 and reviewed related files and detections.

The common malware family linking the files was AsyncRAT.

Answer

AsyncRAT

5. Public Report Pivot

What is the title of the original report where these flagged indicators are mentioned?

The community/reporting context for the indicators pointed to a public writeup about hijacked Discord invites and multi-stage malware delivery.

Answer

From Trust to Threat: Hijacked Discord Invites Used for Multi-Stage Malware Delivery

Which tool did the attackers use to steal cookies from the Google Chrome browser?

The report described the use of ChromeKatz for browser cookie theft.

Answer

ChromeKatz

Which phishing technique did the attackers use?

The campaign used ClickFix-style social engineering.

Answer

ClickFix

What is the name of the platform that was used to redirect a user to malicious servers?

The report tied the redirection chain to Discord invite abuse.

Answer

DISCORD

6. Summary

The flagged SHA256 identified syshelpers.exe, a Win32 executable. Pivoting through execution parents and dropped files exposed the supporting files and follow-on payloads.

The flagged IP linked the activity to AsyncRAT. From there, the public reporting connected the campaign to hijacked Discord invites, ClickFix phishing, and ChromeKatz-based Chrome cookie theft.