# Graph Networks - 10X investigation with Graph Visualisations

[Grab](https://yomu.fyi/company/grab) · Fujiao Liu · Jun 30, 2022

**Type:** Problem & solution

## Summary

Fraud detection traditionally required investigators to manually combine large datasets from disparate anti-fraud systems using statistical methods, which proved slow and inefficient. Grab built an interactive Graph Visualisation platform to transform raw records into connected visual maps without requiring manual queries or switching tools. The platform manages over three billion nodes and edges, allowing investigators to selectively expand data points and replay chronological events using temporal filters. Visual relationship mapping helps teams verify account appeals, uncover device-sharing rings, and spot anti-money laundering behavior through transaction density patterns.

## Context

Detecting fraud schemes required investigators to manually combine large, varying datasets from multiple anti-fraud systems and apply statistical methods to spot suspicious claims, making the process time-consuming and inefficient.

## Approach / What changed

Grab created an interactive Graph Visualisation platform that converts raw data into visual graph maps, enabling users to expand individual data points on demand and inspect temporal event progressions through timeline tracking and history replay.

## Takeaways

- Grab's graph storage system maintains more than three billion nodes and edges, using on-demand node expansion to display data selectively rather than rendering the entire dataset at once.
- The platform includes an interactive time filter for timeline tracking and history replay, allowing investigators to observe temporal relationships and event chronology from a chosen starting point.
- Visualizing relationship density enables fraud investigators to differentiate between false positive account alerts and real fraud networks, such as heavily shared physical devices or suspicious transfer patterns to payment providers.

**Tags:** [Architecture](https://yomu.fyi/topic/architecture), [Scalability](https://yomu.fyi/topic/scalability)

[Read original post](https://engineering.grab.com/graph-visualisation)
