Skip to main content
Tutorial — Network mapping quickstart
Skill: network-analysis-specialist
Time: ~40 minutes
Goal
Turn a messy list of entities and relationships into a small inspectable graph.
Steps
- Export nodes (people, companies, URLs) and edges (owns, paid, employed, cited) to CSV.
- Import into Gephi or Graphistry / org-approved tool.
- Apply force-directed layout; label only high-degree nodes to reduce clutter.
- Compute degree; flag hubs and bridges for manual review.
- Color by entity type; verify no accidental PII in node labels.
- Export PNG + save project file for reproducibility.
Pitfalls
- Hairball graphs convince nobody — filter to a question.
- Layout implies nothing about causality.
Next steps
- Tutorial — Beneficial ownership tracing for corporate chains
