-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.json
More file actions
59 lines (59 loc) · 1.88 KB
/
MANIFEST.json
File metadata and controls
59 lines (59 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"project": "Linux Memory Forensics Investigation",
"case_id": "CASE_20251228_0001",
"version": "1.0",
"created": "2025-12-28",
"last_updated": "2026-01-02",
"analyst": "Sai (DFIR Analyst)",
"artifacts": {
"evidence": {
"memory_dump": {
"filename": "mem_victim-u20_5.4.0-216-generic_20251227T214903Z.lime",
"size_mb": 4096,
"hash_algo": "SHA256",
"location": "evidence/",
"synthetic": false,
"note": "Not committed to git (see .gitignore) - available on request"
}
},
"analysis_outputs": {
"volatility3_plugins": 13,
"total_files": 13,
"location": "analysis/outputs/",
"synthetic": false
},
"reports": {
"executive_summary": "findings/executive-summary.md",
"technical_report": "findings/TECHNICAL-REPORT.md",
"findings_overview": "findings/findings-README.md",
"malicious_processes": "findings/malicious-processes.md",
"memory_injection": "findings/memory-injection.md",
"network_c2_analysis": "findings/network-c2-analysis.md",
"python_malware": "findings/python-malware-analysis.md",
"shellcode_analysis": "findings/shellcode-analysis.md",
"iocs_indicators": "iocs/indicators.txt",
"yara_rules": "iocs/yara-rules.yar",
"methodology_overview": "methodology/methodology-README.md",
"procedures": "methodology/procedures.md",
"tools_used": "methodology/tools-used.md"
}
},
"completeness": {
"directories": {
"evidence": true,
"analysis": true,
"findings": true,
"iocs": true,
"methodology": true
},
"total_directories": 5,
"all_complete": true
},
"tools": {
"acquisition": "LiME kernel module",
"analysis": "Volatility 3 Framework 2.26.2",
"symbols": "Ubuntu 5.4.0-216-generic ISF JSON"
},
"status": "INVESTIGATION_COMPLETE",
"severity": "CRITICAL"
}