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 e090931 commit 4021b3cCopy full SHA for 4021b3c
operations/06-correlation-and-triangulation.md
@@ -0,0 +1,25 @@
1
+# 06 — Correlation & Triangulation
2
+
3
+## Cross-Artifact Correlation
4
+- Logs ↔ filesystem traces ↔ timelines ↔ user activity.
5
6
+## Event Linking Strategies
7
+- Map one event to multiple artifacts.
8
+- Validate using redundant sources.
9
10
+## Pivot Object Selection
11
+- File hash
12
+- Process name
13
+- USB identifier
14
+- IP address
15
+- Login session ID
16
17
+## Timestamp Verification
18
+- Compare metadata vs logs.
19
+- Identify inconsistencies.
20
21
+## Activity Chain Construction
22
+1. Identify starting event
23
+2. Map supporting artifacts
24
+3. Validate sequence
25
+4. Remove weak links
0 commit comments