Skip to content

kodefole-web/Incident-Response-Imperial-Memory-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

Incident-Response-Imperial-Memory-

🧠 Imperial Memory – Memory Forensics & Encrypted File Investigation

πŸ“Œ Overview This project focuses on analyzing a memory dump (Emperor.vmem) to extract credentials, decrypt an encrypted archive, and recover hidden artifacts. The investigation simulates a real-world DFIR scenario involving encrypted data, decoy files, and memory artifact extraction using the Volatility Framework.

πŸ” Key Skills Demonstrated

  • Memory forensics (Volatility)
  • OS profile identification & kdbgscan analysis
  • Credential extraction via strings + grep
  • Encrypted archive deconstruction (7z)
  • MD5 hash identification & validation
  • Investigative triage of decoy files
  • Linux terminal workflow

πŸ› οΈ Tools Used

  • Volatility 2.6 – Extract OS profile, analyze memory, enumerate processes
  • strings + grep – Locate username/password artifacts in memory
  • 7zip – Extract encrypted .7z archive
  • Linux Terminal – Full command-line analysis environment

πŸ§ͺ Investigation Summary

  • Identified suspicious encrypted file gift.7z
  • Located hidden reference to ew4!suspicious.docx
  • Analyzed Emperor.vmem to determine OS profile (Win2016x64_14393)
  • Used strings | grep to extract credentials from memory image
  • Decrypted archive & uncovered secrets.txt
  • Extracted MD5 hash: 0f235385d25ade312a2d151a2cc43865**

πŸ” MITRE ATT&CK Mapping

  • TA0006 – Credential Access**
  • T1003 – OS Credential Dumping**
    • T1555 – Credentials from Encrypted Files**

πŸ“„ Full Report
See: (https://github.com/user-attachments/files/23512460/Imperial.Memory.report.docx.pdf)

About

Memory Forensics investigation using Volatility to extract credentials,decrypt encrypted artifacts,and analyze RAM for hidden indicators

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors