jhenning commited on
Commit
10e02d6
·
verified ·
1 Parent(s): 131f3ec

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - digital-forensics
5
+ - memory-forensics
6
+ - volatility
7
+ pretty_name: DFIR Validation Data
8
+ ---
9
+
10
+ # DFIR Validation Data
11
+
12
+ Reference data used for **Volatility 3 / DFIR tool validation** (tool-testing corpus).
13
+
14
+ ## `cridex.vmem`
15
+ - **Description:** Public memory-forensics training sample — a RAM image of a Windows XP SP3 x86 host infected with the **Cridex** banking trojan. Long-standing Volatility Foundation reference sample.
16
+ - **Acquired:** 2012-07-22
17
+ - **Size:** 536,870,912 bytes
18
+ - **SHA-256:** `02a63be2fcf3a63446c3c8ca9151aff963f888204d141e46c6be60ddde7c3e8d`
19
+ - **Original provenance:** Volatility Foundation memory samples (originally `files.sempersecurus.org/dumps/cridex_memdump.zip`); mirrored here for reproducible validation.
20
+
21
+ ### Known ground truth (for accuracy testing)
22
+ - `windows.info` → Windows XP, NtMajorVersion 5 / NtMinorVersion 1, NTBuildLab 2600.xpsp
23
+ - `windows.psscan` → 16 processes incl. `explorer.exe` (PID 1484) and `reader_sl.exe` (PID 1640, PPID 1484)
24
+
25
+ Mirrored by James A. Henning II (Threads) for the monthly DFIR tool validation suite.