top of page
Search

Ransomware, Malware, and Intrusions: A Step-by-Step Analysis Methodology

  • Sep 15, 2025
  • 3 min read


When I look back at all the articles, guides, and tool walkthroughs I’ve written, one question keeps coming up:


“Where do we actually start?”

It’s true—I’ve shown you dozens of tools, ways to parse artifacts, and countless steps for analysis. But an investigator or IR professional still needs a structured process. That’s why I decided to create this methodology.


Think of it as a roadmap. Every investigation is different—you may skip some steps or add a few more depending on the case—but this gives you a clear starting point and flow to follow. Along the way, I’ll point to my detailed articles so you can dive deeper into each stage.

-------------------------------------------------------------------------------------------------------------


1. Mount Disk Image and Scan with Multiple AV Products

This is the “low hanging fruit.” Always start simple.

  • Mount your image with Arsenal Image Mounter (my go-to).

  • Or collect the image in VHDX format using KAPE (which I always do).

  • FTK Imager is another solid option.


📌 Guides:


-------------------------------------------------------------------------------------------------------------


2. Generate a Super Timeline

You need context around suspicious events. A super timeline shows you what happened before, during, and after.

  • Use log2timeline/Plaso (my personal choice).

  • Or Magnet AXIOM (great commercial option).


📌 Guides:


-------------------------------------------------------------------------------------------------------------


3. Memory Analysis

Memory tells the real-time story of execution. Focus on:

  • Running processes and DLLs → dump and scan with AV

  • Network connections

  • Rogue or hidden processes

  • Command history

  • Malfind for injected code


📌 Guides:


-------------------------------------------------------------------------------------------------------------


4. Process the Event Logs

Events give timeline + context. Look for:

  • Remote logins (Security, TerminalServices-LocalSessionManager%Operational)

  • Service installs (System Event ID 7045)

  • Type 3 logons around ransomware execution or PsExec installs

  • Group policy changes

  • AV being disabled/uninstalled

  • Lateral movement

  • Malicious PowerShell activity

  • User account creation

  • Event log clearing



📌 Guides:


-------------------------------------------------------------------------------------------------------------


5. File System and MFT

Check:

  • Suspicious file creations (batch scripts, malware samples, attacker directories)

  • When encryption started (for ransomware)

  • Suspicious compressed files → possible exfiltration


📌 Guides:


-------------------------------------------------------------------------------------------------------------


6. Malicious File Executions

Key artifacts:

  • Amcache

  • ShimCache

  • Prefetch

  • UserAssist (NTUSER.DAT)


📌 Guides:


-------------------------------------------------------------------------------------------------------------


7. Persistence Mechanisms


Always check:

  • SOFTWARE\Microsoft\Windows\CurrentVersion\Run

  • SOFTWARE\Microsoft\Windows\CurrentVersion\Runonce


NTUSER.DAT Run keys

  • C:\Windows\System32\Tasks

  • WMI Activity Operational.evtx


📌 Guides:


-------------------------------------------------------------------------------------------------------------



8. USN Journal

One of my favorite artifacts—great for file creations & deletions.


📌 Guide:



-------------------------------------------------------------------------------------------------------------


9. Link Files

See what files were accessed by a compromised account.


📌 Guide:


-------------------------------------------------------------------------------------------------------------


10. Shellbags

Shows which folders were accessed.



📌 Guide:


-------------------------------------------------------------------------------------------------------------


11. Log Analysis

Go beyond Windows:

  • Firewall/VPN logs

  • IIS logs

  • IDS/IPS logs

  • DNS logs

  • SIEM-correlated logs


📌 Guide:


-------------------------------------------------------------------------------------------------------------



12. Lateral Movement and Exfiltration

Check:

  • NTUSER.DAT → Terminal Server Client

  • WinSCP.ini (shows remote connections & staging folders)

  • OpenSSH logs

  • Prefetch for sshd.exe

  • SRUM DB for large transfers


📌 Guide:


-------------------------------------------------------------------------------------------------------------


13. On-System Email Analysis

Look for phishing origins:

  • Original email

  • Suspicious attachments

  • Malicious documents


📌 Guide:


-------------------------------------------------------------------------------------------------------------


14. Internet History

Critical for phishing & exfil evidence.


📌 Guide:


-------------------------------------------------------------------------------------------------------------



15. Data Carving

Recover deleted or hidden items.


📌 Guide:


-------------------------------------------------------------------------------------------------------------


16. Index Searching

Search for IOCs in slack space & unallocated clusters.



📌 Guide:


-------------------------------------------------------------------------------------------------------------


Modern Tools Worth Adding (2025)

  • Velociraptor – IR at scale, timeline generation, artifact parsing.

  • KAPE – rapid artifact collection.

  • Eric Zimmerman’s Tools (EZ Tools) – Amcache, Registry, Prefetch, etc.

  • Timesketch (Tmeline Explorer) – timeline review.

  • Volatility3 – modern memory analysis framework.


-------------------------------------------------------------------------------------------------------------


Final Thoughts

This methodology isn’t about rigid rules. It’s about giving you a process to start with. Each case is different—sometimes you’ll skip steps, sometimes you’ll go deeper in certain areas.


The key takeaway:

  • Start broad (AV scans, timelines)

  • Narrow down (memory, logs, persistence, artifacts)

  • Always document and correlate across multiple data sources


Use this roadmap, explore the linked guides, and adapt it to your investigations.


Stay sharp, and happy hunting!

 
 
 

Recent Posts

See All

Comments


Ready to discuss:

- Schedule a call for a consultation

- Message me via "Let's Chat" for quick questions

Let's connect!

Subscribe to our newsletter

Connect With Me:

  • LinkedIn
  • Medium

© 2023 by Cyberengage. All rights reserved.

bottom of page