SlideShare a Scribd company logo
SAS founded in 2013 in Paris | http://linkurio.us | @linkurious
Graph analytics in
Linkurious Enterprise.
Why and how to use
graph analytics with
Linkurious
Enterprise.
Detect and investigate
sophisticated
threats faster with
Linkurious Enterprise.
Linkurious
Enterprise is only
for visualization
Linkurious
Enterprise can be
used to make
analytics available
to end-users
Misconception #1
Analysis of graph
data = graph
analytics
All sort of analytics
approaches can be
applied to graph
data
Misconception #2
Data analytics can
accelerate the
discovery of
interesting
information.
3 different options
Graph
pattern-matching
Ex: Show all companies
connected to at least 2
directors connect to 1
address in the UK
Graph algorithms
Ex: community detection
(Louvain, label propagation),
centrality (PageRank,
closeness), shortest path
Other algorithms
Ex: linear regression, machine
learning, deep learning
21 3
Apply an iterative
approach to
maximize success.
Maturity
Visualization
and ad-hoc
investigations
Use of graph
patterns and
algorithms in
detection and
exploration
Use of other
data analytics
approaches
(ML, NLP)
What it looks like
from an
architecture
perspective.
Linkurious Enterprise
Graph DB
(OLTP)
Graph processor
(OLAP)
2. Persist results
1. Export data
Examples based on
the Paradise Papers
dataset.
Architecture
blueprint for graph
analytics with
Linkurious
Enterprise and
Neo4j.
Linkurious Enterprise
Neo4j + Neo4j Graph
Algorithms (plugin)
Business users
Developers, data
scientists
Graph analytics can
be used via filters,
sizes, colors, alerts,
query templates.
Graph
pattern-matching
example for an
alert.
//Identify addresses used to register more than 5 distinct companies
MATCH (a:Address)-[r]-(b)
WITH count(b) as score, a, COLLECT( distinct r) as r, COLLECT(
distinct b) as b
WHERE score>5
RETURN a, r, b, score
Graph
pattern-matching
example for a
query template.
//What other officers are connected to the same address or the same
company?
MATCH (a:Officer)
WHERE ID(a) = {{"My param":node}}
WITH a
MATCH
(a)-[rel3:OFFICER_OF|:SHAREHOLDER_OF]->(d:Entity)<-[rel4:OFF
ICER_OF|:SHAREHOLDER_OF]-(e:Officer)
RETURN a, d, e, rel3, rel4
Graph algorithm
example:
PageRank
algorithm.
//Computation of PageRank
CALL
algo.pageRank(null,null,{write:true,writeProperty:'pagerank_g'})
PageRank
algorithm used in
an alert.
//Detect French entities with a high PageRank
MATCH (a:Entity)-[r]-(b)
WHERE b.countries = "France"
WITH a.pagerank as score, a, COLLECT( distinct r) as r, COLLECT(
distinct b) as b, count(b) as degree
RETURN a, score, a.name as name, r, b, degree
ORDER BY score DESC
Graph algorithm
example:
community
detection.
//Detection of communities with the Louvain algorithm
CALL algo.louvain(
'MATCH (p:Officer) RETURN id(p) as id',
'MATCH
(p1:Officer)-[:OFFICER_OF]->(:Entity)<-[:OFFICER_OF]-(p2:Officer)
RETURN id(p1) as source, id(p2) as target',
{graph:'cypher',write:true});
Community
detection used in
a query template.
//Retrieve the nodes who belong to the same community
MATCH (a:Officer)
WHERE ID(a) = {{"My param":node}}
WITH a
MATCH p = (a:Officer)-[*..4]-(b:Officer)
WHERE a.communityLouvain = b.communityLouvain
RETURN p
Unlock the value of
your graph data
with Linkurious
Enterprise.
We work with more than 50+ organizations worldwide.
The compliance team
of BforBank uses
graph pattern search
to detect fraud.
Identifying criminal
communities based
on communication
patterns.
Using machine
learning to identify
suspicious
transactions.
www.linkurio.us
contact@linkurio.us

More Related Content

PDF
GraphTech Ecosystem - part 3: Graph Visualization
PDF
GraphTech Ecosystem - part 1: Graph Databases
PDF
GraphTech Ecosystem - part 2: Graph Analytics
PDF
Graph-based Product Lifecycle Management
PDF
Graph-based Network & IT Management.
PPT
Graph Analytics for big data
PDF
Big dataintegration rahm-part3Scalable and privacy-preserving data integratio...
PDF
RAPIDS cuGraph – Accelerating all your Graph needs
GraphTech Ecosystem - part 3: Graph Visualization
GraphTech Ecosystem - part 1: Graph Databases
GraphTech Ecosystem - part 2: Graph Analytics
Graph-based Product Lifecycle Management
Graph-based Network & IT Management.
Graph Analytics for big data
Big dataintegration rahm-part3Scalable and privacy-preserving data integratio...
RAPIDS cuGraph – Accelerating all your Graph needs

What's hot (20)

PDF
From Knowledge Graphs to AI-powered SEO: Using taxonomies, schemas and knowle...
PDF
Elegant and Scalable Code Querying with Code Property Graphs
PDF
How to visualize Cosmos DB graph data
PDF
Getting started with Cosmos DB + Linkurious Enterprise
ODP
Graphs are everywhere! Distributed graph computing with Spark GraphX
PDF
(Big) Data Science
PDF
Improve ML Predictions using Connected Feature Extraction
PDF
Machine Learning Powered by Graphs - Alessandro Negro
PPTX
Apache Spark GraphX & GraphFrame Synthetic ID Fraud Use Case
PPTX
Graph Analytics
PDF
Employing Graph Databases as a Standardization Model towards Addressing Heter...
PDF
Graph Databases and Graph Data Science in Neo4j
PPTX
Distributed R: The Next Generation Platform for Predictive Analytics
PDF
Plume - A Code Property Graph Extraction and Analysis Library
PDF
Workshop on Real-time & Stream Analytics IEEE BigData 2016
PPTX
Big data technologies with Case Study Finance and Healthcare
PDF
Big Data Landscape 2016
PDF
Graphs in Telecommunications - Jesus Barrasa, Neo4j
PDF
Connected datalondon metadata-driven apps
PDF
Power of Polyglot Search
From Knowledge Graphs to AI-powered SEO: Using taxonomies, schemas and knowle...
Elegant and Scalable Code Querying with Code Property Graphs
How to visualize Cosmos DB graph data
Getting started with Cosmos DB + Linkurious Enterprise
Graphs are everywhere! Distributed graph computing with Spark GraphX
(Big) Data Science
Improve ML Predictions using Connected Feature Extraction
Machine Learning Powered by Graphs - Alessandro Negro
Apache Spark GraphX & GraphFrame Synthetic ID Fraud Use Case
Graph Analytics
Employing Graph Databases as a Standardization Model towards Addressing Heter...
Graph Databases and Graph Data Science in Neo4j
Distributed R: The Next Generation Platform for Predictive Analytics
Plume - A Code Property Graph Extraction and Analysis Library
Workshop on Real-time & Stream Analytics IEEE BigData 2016
Big data technologies with Case Study Finance and Healthcare
Big Data Landscape 2016
Graphs in Telecommunications - Jesus Barrasa, Neo4j
Connected datalondon metadata-driven apps
Power of Polyglot Search
Ad

Similar to Graph analytics in Linkurious Enterprise (20)

PDF
Graph Data Science DEMO for fraud analysis
PDF
How Graph Algorithms Answer your Business Questions in Banking and Beyond
PDF
201411203 goto night on graphs for fraud detection
PPTX
State of Florida Neo4j Graph Briefing - Cyber IAM
PDF
Graphing Grifters: Identify & Display Patterns of Corruption With Oracle Graph
PPTX
The Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
PPTX
The Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
PDF
Ted Willke, Senior Principal Engineer & GM, Datacenter Group, Intel at MLconf SF
PDF
Connecting the Dots—How a Graph Database Enables Discovery
PPTX
The years of the graph: The future of the future is here
PPTX
Follow the money with graphs
PPTX
Using Graph Analysis and Fraud Detection in the Fintech Industry
PPTX
Using Graph Analysis and Fraud Detection in the Fintech Industry
PDF
GraphTour London 2020 - Graphs for AI, Amy Hodler
PDF
Knowledge Graphs - The Power of Graph-Based Search
PDF
Intro to graphs for HR analytics
PDF
AI, ML and Graph Algorithms: Real Life Use Cases with Neo4j
PDF
Discovering Emerging Tech through Graph Analysis - Henry Hwangbo @ GraphConne...
PDF
Neo4j: What's Under the Hood & How Knowing This Can Help You
PDF
Introduction to Neo4j for the Emirates & Bahrain
Graph Data Science DEMO for fraud analysis
How Graph Algorithms Answer your Business Questions in Banking and Beyond
201411203 goto night on graphs for fraud detection
State of Florida Neo4j Graph Briefing - Cyber IAM
Graphing Grifters: Identify & Display Patterns of Corruption With Oracle Graph
The Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
The Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
Ted Willke, Senior Principal Engineer & GM, Datacenter Group, Intel at MLconf SF
Connecting the Dots—How a Graph Database Enables Discovery
The years of the graph: The future of the future is here
Follow the money with graphs
Using Graph Analysis and Fraud Detection in the Fintech Industry
Using Graph Analysis and Fraud Detection in the Fintech Industry
GraphTour London 2020 - Graphs for AI, Amy Hodler
Knowledge Graphs - The Power of Graph-Based Search
Intro to graphs for HR analytics
AI, ML and Graph Algorithms: Real Life Use Cases with Neo4j
Discovering Emerging Tech through Graph Analysis - Henry Hwangbo @ GraphConne...
Neo4j: What's Under the Hood & How Knowing This Can Help You
Introduction to Neo4j for the Emirates & Bahrain
Ad

More from Linkurious (20)

PDF
Using graph technology for multi-INT investigations
PPTX
Webinar: What's new in Linkurious Enterprise 2.8
PDF
Graph-based intelligence analysis
PDF
What's new in Linkurious Enterprise 2.7
PDF
3 types of fraud graph analytics can help defeat
PDF
Graph technology and data-journalism: the case of the Paradise Papers
PDF
Visualize the Knowledge Graph and Unleash Your Data
PDF
Fraudes Financières: Méthodes de Prévention et Détection
PDF
Detecting eCommerce Fraud with Neo4j and Linkurious
PDF
Graph-powered data lineage in Finance
PDF
Using Linkurious in your Enterprise Architecture projects
PDF
Linkurious SDK: Build enterprise-ready graph applications faster
PDF
Fighting financial crime with graph analysis at BIWA Summit 2017
PDF
Reinforcing AML systems with graph technologies.
PDF
Using graphs technologies for intelligence analysis.
PDF
The 8 most common graph visualization mistakes
PDF
Panama papers: how ICIJ used Linkurious to investigate the Mossack Fonseca leaks
PDF
La visualisation au service de la lutte contre la fraude
PDF
Finding answers through visualization (GraphDay Barcelona Feb 2016)
PDF
Graph analysis of the European public tenders
Using graph technology for multi-INT investigations
Webinar: What's new in Linkurious Enterprise 2.8
Graph-based intelligence analysis
What's new in Linkurious Enterprise 2.7
3 types of fraud graph analytics can help defeat
Graph technology and data-journalism: the case of the Paradise Papers
Visualize the Knowledge Graph and Unleash Your Data
Fraudes Financières: Méthodes de Prévention et Détection
Detecting eCommerce Fraud with Neo4j and Linkurious
Graph-powered data lineage in Finance
Using Linkurious in your Enterprise Architecture projects
Linkurious SDK: Build enterprise-ready graph applications faster
Fighting financial crime with graph analysis at BIWA Summit 2017
Reinforcing AML systems with graph technologies.
Using graphs technologies for intelligence analysis.
The 8 most common graph visualization mistakes
Panama papers: how ICIJ used Linkurious to investigate the Mossack Fonseca leaks
La visualisation au service de la lutte contre la fraude
Finding answers through visualization (GraphDay Barcelona Feb 2016)
Graph analysis of the European public tenders

Recently uploaded (20)

PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Big Data Technologies - Introduction.pptx
PPTX
Spectroscopy.pptx food analysis technology
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Electronic commerce courselecture one. Pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Encapsulation theory and applications.pdf
PPT
Teaching material agriculture food technology
Building Integrated photovoltaic BIPV_UPV.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Programs and apps: productivity, graphics, security and other tools
Diabetes mellitus diagnosis method based random forest with bat algorithm
NewMind AI Weekly Chronicles - August'25 Week I
MIND Revenue Release Quarter 2 2025 Press Release
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
“AI and Expert System Decision Support & Business Intelligence Systems”
Empathic Computing: Creating Shared Understanding
Big Data Technologies - Introduction.pptx
Spectroscopy.pptx food analysis technology
Mobile App Security Testing_ A Comprehensive Guide.pdf
Electronic commerce courselecture one. Pdf
Per capita expenditure prediction using model stacking based on satellite ima...
Encapsulation theory and applications.pdf
Teaching material agriculture food technology

Graph analytics in Linkurious Enterprise