Analyze a Windows memory dump using Volatility 3 on SIFT Workstation. Extract running processes, network connections, injected shellcode, registry artifacts, and use AI to identify malware families and map to ATT&CK.
A workstation was behaving strangely — high CPU, unusual outbound connections. The endpoint was isolated and a memory dump taken before shutdown. You have the raw memory image and need to determine what was running, what network connections were active, and whether malware was present — all without booting the system.
Paste your pslist and pstree output. The AI will flag processes with suspicious parents, unusual names, wrong image paths, or characteristics of known malware families.
Paste your netscan output including all external connections. The AI will identify potential C2 IPs, explain why certain process→network combinations are suspicious, and suggest threat intel lookups.
Paste your malfind output (especially the hex dump sections). The AI will identify shellcode patterns, PE artifacts, and known malware injection signatures.
Paste the interesting strings extracted from the suspicious process. The AI will identify C2 domains, configuration data, malware family indicators, and extract actionable IOCs.
Share: suspicious process names and PIDs, network connections (IPs/domains), strings found in memory, injection artifacts from malfind, and registry persistence keys. The AI will identify the probable malware family and explain the evidence.
List all malware behaviors observed (process injection, persistence, C2, credential access). The AI will map each to ATT&CK technique IDs and suggest detection opportunities.
Share the unique strings, byte patterns from malfind, and process characteristics. The AI will write a YARA rule to detect this malware family in memory dumps or on disk.
Share all your findings and the AI will draft a complete memory forensics report.