Graph Analysis
Graph analysis is a technique that uses algorithms to automatically find and study the relationships between different entities, such as people, accounts, devices, or transactions. By modeling data as a network of connected points, it can surface hidden patterns and links that may not be visible when records are examined in isolation. In fraud and payment security work, it is often used to help investigators explore how seemingly separate entities may be connected.
Graph analysis is the application of data-driven techniques and algorithms to data modeled as a graph, where nodes represent entities and edges represent pairwise relationships between them, in order to discover actionable information hidden in connected data. It draws on graph theory, the mathematical study of structures used to model pairwise relations between objects, and typically employs algorithms to identify relationships, clusters, and paths across entities, often supported by visualization and exploration tooling. In fraud and risk contexts it may be applied to link entities such as accounts, cards, devices, and identifiers to help detect patterns associated with account takeover, synthetic identity, or organized fraud rings; note that its effectiveness depends on data quality, feature selection, and implementation, and like other detection controls it involves false-positive and false-negative trade-offs rather than guaranteed outcomes. This entry describes graph analysis as an analytical method and does not itself define a PCI DSS control or requirement.
Why it matters
Payment fraud is rarely committed by a single isolated actor acting in isolation. Organized fraud rings, synthetic identity schemes, and account takeover campaigns typically reuse shared elements across many apparently unrelated accounts, such as devices, email addresses, phone numbers, shipping addresses, or funding instruments. When investigators examine records one at a time, these shared connections are easy to miss. Graph analysis is intended to help surface those relationships by modeling entities as connected points, allowing analysts to see clusters and links that would otherwise remain hidden in row-by-row review.
For fraud and risk teams, this connected view can help prioritize investigation and reveal coordinated activity that individual transaction scoring may not flag. For example, several accounts that individually appear low risk may share a single device or identifier, which can suggest a common origin worth closer examination. Graph techniques may also assist in exploring patterns associated with synthetic identity fraud, where fabricated identities are built from reused or partially shared attributes.
Graph analysis is an analytical method rather than a guaranteed control, and its usefulness depends on data quality, the features selected, and how it is implemented. Like other detection approaches, it involves false-positive and false-negative trade-offs: legitimate shared infrastructure, such as households or shared networks, can produce misleading links, and sophisticated actors may deliberately avoid reusing identifiers. It should be understood as one input to investigation and risk decisioning rather than a standalone determinant of fraud.
Who it's relevant to
Inside Graph Analysis
Common questions
Answers to the questions practitioners most commonly ask about Graph Analysis.