Skip to content
All Docs

Case and Malware Correlation Guide

Case and Malware Correlation Guide#

Malware analysis explains the file. Forensic case analysis explains whether that file appeared, executed, and affected a real environment. Connecting both gives stronger conclusions about compromise path, external connections, exfiltration likelihood, and user activity.

Data Worth Connecting#

Malware Analysis DataCase Evidence to Check
SHA-256 hashSame-file presence, download path, execution traces
FilenamePrefetch, AmCache, RecentDocs, LNK, shell history
Created or modified timeBefore-and-after timeline events and user activity
IP and domainDNS, browser, proxy, firewall, network logs
Persistence signalAutoruns, services, scheduled tasks, startup items
File access behaviorSensitive folder access, archive, copy, deletion traces
MITRE mappingWhether the case kill chain shows matching stages
  1. Review hash, IOCs, risky behavior, and MITRE mapping in Malware Lab.
  2. Link the malware result to a forensic case.
  3. Ask AI analysis to search the case for the IOC and filename.
  4. Verify source artifacts and timestamps in manual review.
  5. Reconstruct appearance, execution, network, and data-access order in the timeline.
  6. Keep file analysis and environment evidence separate in the report.

Query Examples#

  • "Find whether this malware IOC appears in the case evidence"
  • "Show a one-hour timeline before and after this file first executed"
  • "Compare the external IP with DNS, browser, and network logs"
  • "Check whether sensitive-file access, archiving, or USB use followed execution"
  • "Combine the malware result and case evidence into an incident-path summary"

Report Structure#

SectionContent
File AnalysisMalware verdict, capabilities, IOCs, MITRE mapping
Environment EvidenceExecution, creation, access, and network traces in the case
TimelineFrom file appearance to follow-on activity
Impact AssessmentExfiltration, persistence, privilege escalation, further infection
Next ActionsIOC blocking, account review, further collection, original evidence verification

Cautions#

  • Absence of an IOC in the case does not prove absence of compromise.
  • A malicious file without execution evidence should be assessed separately from impact.
  • External connection evidence is stronger when network logs and timestamps align.
  • File analysis and case evidence are complementary; neither should be the sole basis for final judgment.

Next Steps#

Continue in the service

Move from this guide into a sample workflow or the relevant upload surface. Upload real evidence only when you have lawful authority.