We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd69311 commit 18359cdCopy full SHA for 18359cd
operations/03-artifact-processing.md
@@ -0,0 +1,33 @@
1
+# 03 — Artifact Processing
2
+
3
+## Windows Artifacts
4
+- Registry hives
5
+- Event logs
6
+- Prefetch
7
+- Amcache & Shimcache
8
9
+## Linux Artifacts
10
+- `.bash_history`
11
+- System logs & journal
12
+- Cron jobs & scheduled tasks
13
+- SSH activity & keys
14
15
+## Browser Artifacts
16
+- History
17
+- Cache
18
+- Cookies
19
+- Downloads
20
+- Autofill records (if accessible)
21
22
+## USB Activity Inference
23
+- Device IDs
24
+- Connection timestamps
25
+- Mounted volume traces
26
27
+## RDP & Network Activity
28
+- Connection logs
29
+- Terminal services events
30
+- Firewall allow/deny patterns
31
32
+## System vs User Artifacts
33
+- Distinguish automated system actions from explicit user activity.
0 commit comments