SlideShare uma empresa Scribd logo
1 de 60
Baixar para ler offline
Low Latency
Fraud Detection
& Prevention
June 9th, 2021
Sid Anand
Chief Architect
Datazoom
Taimur Rashid
Chief Business Officer
Redis Labs RE
WORK
.
Objectives of the session
• Importance of fraud prevention, especially given the rise of digitalization
• First principles of real-time data and fraud prevention
• Technical merits of in-memory databases such as Redis
• Fraud detection and prevention platform components
• Learn best practices of implementing low latency fraud prevention based on
examples from the industry related to:
• E-mail fraud
• Payment fraud
RE
WORK
.
Agenda
• State of the Union
• The need for Real-Time
• First Principles
• Modern Architectural Components
• Best Practices
RE
WORK
.
About me
• Redis Labs: Strategic BD, Emerging Business, AI/ML
• Microsoft: Worldwide Customer Success for Microsoft Azure
Data Platform, Analytics & AI
• Amazon Web Services (AWS): Platform Business Development
RE
WORK
.
Fraud is widespread and continues to rise
RE
WORK
.
49%
of companies had
experienced fraud
in losses caused
by fraud in 2020
$42 billion
In 2019 fraud cost
for banks grew by
17%
2020 PwC survey
Online fraud accelerated during the
pandemic
RE
WORK
.
Existing solutions are not built for digital economy
RE
WORK
.
Slow Inefficient Expensive
Modern fraud detection solutions need to be
based on first principles
RE
WORK
.
Real-time AI / ML driven Integrated
Technical merits of in-memory solutions - Redis
Translating first principles to outcomes
RE
WORK
.
Real-time digital
identity updates
Increase accuracy
and detection speed
with AI models
High-speed statistical
analysis to reduce
cost
Keep digital identities updated in real time
RE
WORK
.
RedisSearch RedisGraph
Geolocation and
identity searches
Detect Suspicious
connections/ fake
identities
Consumer expect a
responsive digital
experience
Digital identity updated
in real-time to provide
a seamless consumer
experience
Increase accuracy and detection speed with AI
RE
WORK
.
RedisAI RedisGear
Slow Processing
due to separate
database storage
High accuracy
and instant
fraud detection
Deep learning models directly
where data lives in Redis
Reduce detection costs with statistical analysis
RE
WORK
.
RedisTimeSeries RedisBloom
Historical trends
and detect
anomalies
Compare transactions
against known
patterns
Significant cost
savings
Rule-based fraud
detection is expensive
as it needs manual
intervention
Bringing it all together with modern architecture
RE
WORK
.
Transaction
information
Behavioral
biometrics
Customer
identity
Record digital
Transaction
(Event Hub)
Validate
digital identity
Probabilistic
filter
Process
transaction
Transaction
scoring
Real-time
transaction scoring
Digital identity
validation
Anomaly
detection
RedisBloom
Redis AI RedisGears
RedisTime
Series
RedisSearch
Redis Streams
RedisGears
Has this identity executed this
type of transaction before?
Update
Digital identity
Real-time
SQL-like
querying
Asynchronous
event
processing
Track high
Risk transactions
Real-time
AI serving
collocated
with tensors
✓
X
Industry Examples
& Best Practices
RE
WORK
.
About me
• Worked at : Netflix, LinkedIn, Etsy, PayPal, eBay, Agari
• Currently : Chief Architect @ Datazoom
• Previously : Chief Data Engineer @ PayPal
• Before That: Data Architect for Agari (A Spear Phish Prevention
company)
• Other Interests : PMC & Committer @ Apache Airflow, PMC member
of various technical conferences
RE
WORK
.
Email Fraud: What is it?
RE
WORK
.
Email Fraud : What is it?
• The most common form is Phishing & Spam
RE
WORK
.
• These are typically handled using
• Secure Email Gateways (SEGs)
• Looks for common content patterns across email
• When found, these patterns (signatures) are used to filter out
future such email
• SEGs are really good at handling volume attacks
Email Fraud : What is it?
• Another type of attack is Spear Phishing (Targeted Email Attack)
RE
WORK
.
• Unlike Phishing, Spear Phishing is not a volume attack, hence these
emails often bypass SEGs
Email Fraud : What is it?
• Another type of attack is Spear Phishing (Targeted Email Attack)
RE
WORK
.
• Unlike Phishing, Spear Phishing is not a volume attack, hence these
emails often bypass SEGs
• In Spear Phishing, hackers target a high-value person with a few emails
and social engineering
Email Fraud : What is it?
• Examples from the real-world
RE
WORK
.
• W2 Spear Phishing :
● Cybercriminals, pretending to be executives at a company, email
payroll officials, requesting employee W-2s
● Cybercriminals then use the W-2s to (fraudulent) file tax returns within
days of receiving the requested W-2 to get tax refunds
Email Fraud : Technical Dive
RE
WORK
.
Implementing Spear Phish Prevention @ Agari
Email Fraud : Technical Dive
RE
WORK
.
Agari
Collector
Enterprise
Customer A
Agari Cloud (in AWS)
Email Fraud : Technical Dive
RE
WORK
.
Agari
Collector
Enterprise
Customer A
Agari Cloud (in AWS)
Ingester
Email Fraud : Technical Dive
RE
WORK
.
Agari
Collector
Enterprise
Customer A
Agari Cloud (in AWS)
Ingester Scorer
Email Fraud : Technical Dive
RE
WORK
.
Agari
Collector
Enterprise
Customer A
Agari Cloud (in AWS)
Ingester Scorer
Online
Model
Builder
Email Fraud : Technical Dive
RE
WORK
.
Agari
Collector
Enterprise
Customer A
Agari Cloud (in AWS)
Ingester Scorer
Online
Model
Builder
Alerter
Email Fraud : Technical Dive
RE
WORK
.
Agari
Collector
Enterprise
Customer A
Agari Cloud (in AWS)
Ingester Scorer
Online
Model
Builder
Alerter
Email Fraud : Technical Dive
RE
WORK
.
Agari
Collector
Enterprise
Customer A
Agari Cloud (in AWS)
Ingester Scorer
Online
Model
Builder
Alerter
E2E Response Time(p95) : 3s
Email Fraud : Technical Dive
Agari
Collector
Enterprise
Customer A
Agari Cloud (in AWS)
Ingester Scorer
Online
Model
Builder
Alerter
Email Fraud : Technical Dive
Agari
Collector
Enterprise
Customer A
Agari Cloud (in AWS)
Ingester Scorer
Online
Model
Builder
Alerter
nightly full model builds
Email Fraud : Technical Dive
Agari
Collector
Enterprise
Customer A
Ingester Scorer
Online
Model
Builder
Alerter
nightly feature digests
Agari Cloud (in AWS)
Email Fraud : Technical Dive
Agari
Collector
Enterprise
Customer A
Ingester Scorer
Online
Model
Builder
Alerter
on-demand model builds
Agari Cloud (in AWS)
Email Fraud : Technical Dive
Agari
Collector
Enterprise
Customer A
Agari Cloud (in AWS)
Ingester Scorer
Online
Model
Builder
Alerter
live counter increments to decay
variables
Agari
Collector
Enterprise
Customer A
Agari Cloud (in AWS)
Ingester Scorer
Online
Model
Builder
Alerter
Scorer pulls in models & features on demand to
generate scores (p95 < 1 millis)
Payment Fraud: What is it?
RE
WORK
.
Payment Fraud : What is it?
• Examples from the real-world payment fraud (@ PayPal)
RE
WORK
.
• Buyer Risk: Seller Reputation Puffing & Non-Delivery (eBay)
• A fraudulent seller sells thousands of inexpensive trinkets to boost his eBay
Reputation
• Then, he sells a few high priced items (e.g. Cars) without delivering them,
takes the money and runs!
• Seller Risk: Overpayment Scam
• A fraudulent buyer overpays for an item & asks the seller for a refund to a
different account of the overpayment amount
• After receiving the overpayment amount, the buyer claims ATO of his PayPal
account and requests a full refund
• PayPal refunds the full payment to the buyer!
• Collusion Networks
• A fraudulent Seller and Buyer conspire : Buyer claims non-delivery of many
fake products after seller cashes out his PayPal account
• PayPal refunds money to Buyer. Buyer & Seller double their money!
Payment Fraud : Technical Dive
RE
WORK
.
Fraud Prevention @ PayPal
Payment Fraud : Technical Dive
PayPal Services
(Credit, P2P Payments, B2C Payments, Payment Processing, etc)
PayPal Data Center
(Users)
Payment Fraud : Technical Dive
PayPal Services
(Credit, P2P Payments, B2C Payments, Payment Processing, etc)
PayPal Risk Services
PayPal Data Center
(Users)
P(95) = 50ms
> 250MM / day
Payment Fraud : Technical Dive
PayPal Services
(Credit, P2P Payments, B2C Payments, Payment Processing, etc)
API Gateway
PayPal Risk Services
PayPal Data Center
(Users)
P(95) = 50ms
> 250MM / day
Payment Fraud : Technical Dive
PayPal Services
(Credit, P2P Payments, B2C Payments, Payment Processing, etc)
API Gateway
Decisioning Rules
Engine
PayPal Risk Services
PayPal Data Center
(Users)
P(95) = 50ms
> 250MM / day
Payment Fraud : Technical Dive
PayPal Services
(Credit, P2P Payments, B2C Payments, Payment Processing, etc)
API Gateway
Decisioning Rules
Engine
ML Compute
PayPal Risk Services
PayPal Data Center
(Users)
P(95) = 50ms
> 250MM / day
Payment Fraud : Technical Dive
PayPal Services
(Credit, P2P Payments, B2C Payments, Payment Processing, etc)
Risk Data Platform
API Gateway
Decisioning Rules
Engine
ML Compute
PayPal Risk Services
PayPal Data Center
(Users)
P(95) = 50ms
> 250MM / day
Payment Fraud : Technical Dive
PayPal Services
(Credit, P2P Payments, B2C Payments, Payment Processing, etc)
Risk Data Platform
API Gateway
Decisioning Rules
Engine
ML Compute
PayPal Risk Services
PayPal Data Center
(Users)
Teradata HDFS
~100-150 PB
nightly full
model builds
Payment Fraud : Technical Dive
PayPal Services
(Credit, P2P Payments, B2C Payments, Payment Processing, etc)
Risk Data Platform
API Gateway
Decisioning Rules
Engine
ML Compute
PayPal Risk Services
PayPal Data Center
(Users)
Teradata HDFS
~100-150 PB
nightly feature
digests
Payment Fraud : Technical Dive
PayPal Services
(Credit, P2P Payments, B2C Payments, Payment Processing, etc)
Risk Data Platform
API Gateway
Decisioning Rules
Engine
ML Compute
PayPal Risk Services
PayPal Data Center
(Users)
Recent Events
(Email change, Shipping
Address change)
Payment Fraud : Technical Dive
PayPal Services
(Credit, P2P Payments, B2C Payments, Payment Processing, etc)
Risk Data Platform
API Gateway
Decisioning Rules
Engine
ML Compute
PayPal Risk Services
PayPal Data Center
(Users)
Purchase Txns
Payment Fraud In Action
RE
WORK
.
Payment Fraud : In Action
PayPal Services
(Credit, P2P Payments, B2C Payments, Payment Processing, etc)
Risk Data Platform
API Gateway
Decisioning Rules Engine
ML Compute
PayPal Risk Services
PayPal Data Center
Bob wants to
buy 500
GPUs
PayPal Services
(Credit, P2P Payments, B2C Payments, Payment Processing, etc)
Risk Data Platform
API Gateway
Decisioning Rules Engine
ML Compute
PayPal Risk Services
PayPal Data Center
Bob wants to
buy 500
GPUs
from a
foreign IP
addr
RE
WORK
.
Payment Fraud : In Action
PayPal Services
(Credit, P2P Payments, B2C Payments, Payment Processing, etc)
Risk Data Platform
API Gateway
Decisioning Rules Engine
ML Compute
PayPal Risk Services
PayPal Data Center
Bob wants to
buy 500
GPUs
from a
foreign IP
addr
He recently changed
his shipping address
and email address
RE
WORK
.
Payment Fraud : In Action
PayPal Services
(Credit, P2P Payments, B2C Payments, Payment Processing, etc)
Risk Data Platform
API Gateway
Decisioning Rules Engine
ML Compute
PayPal Risk Services
PayPal Data Center
Bob wants to
buy 500
GPUs
from a
foreign IP
addr
He recently changed
his shipping address
and email address
He lives in the US midwest
& buys dog food once a
month
RE
WORK
.
Payment Fraud : In Action
PayPal Services
(Credit, P2P Payments, B2C Payments, Payment Processing, etc)
Risk Data Platform
API Gateway
Decisioning Rules Engine
ML Compute
PayPal Risk Services
PayPal Data Center
Bob wants to
buy 500
GPUs
from a
foreign IP
addr
He recently changed
his shipping address
and email address
He lives in the US midwest
& buys dog food once a
month
ATO
RE
WORK
.
Payment Fraud : In Action
Closing Thoughts
RE
WORK
.
Closing Thoughts
• Speed, Scalability, & Availability are Critical to Fraud Detection &
Prevention (FD&P) System Viability
RE
WORK
.
Closing Thoughts
• Speed, Scalability, & Availability are Critical to Fraud Detection &
Prevention (FD&P) System Viability
RE
WORK
.
• When a FD&P systems is down, the client need to decide whether to
fail open or closed.
Closing Thoughts
• Speed, Scalability, & Availability are Critical to Fraud Detection &
Prevention (FD&P) System Viability
RE
WORK
.
• Clients that fail-open incur fraud-losses and brand impact
• Clients that fail-closed cause user friction -- failed customer interactions
• When a FD&P systems is down, the client need to decide whether to
fail open or closed.
Closing Thoughts
• Speed, Scalability, & Availability are Critical to Fraud Detection &
Prevention (FD&P) System Viability
RE
WORK
.
• Clients that fail-open incur fraud-losses and brand impact
• Clients that fail-closed cause user friction -- failed customer interactions
• High-Performance Distributed Databases like Redis & Aerospike are key
to succeeding in this space
• When a FD&P systems is down, the client need to decide whether to
fail open or closed.
Q & A
RE
WORK
.

Mais conteúdo relacionado

Mais procurados

AWS re:Invent 2016: Securing Serverless Architectures, and API Filtering at L...
AWS re:Invent 2016: Securing Serverless Architectures, and API Filtering at L...AWS re:Invent 2016: Securing Serverless Architectures, and API Filtering at L...
AWS re:Invent 2016: Securing Serverless Architectures, and API Filtering at L...Amazon Web Services
 
AWS October Webinar Series - Using Spot Instances to Save up to 90% off Your ...
AWS October Webinar Series - Using Spot Instances to Save up to 90% off Your ...AWS October Webinar Series - Using Spot Instances to Save up to 90% off Your ...
AWS October Webinar Series - Using Spot Instances to Save up to 90% off Your ...Amazon Web Services
 
Getting Started with Amazon Redshift
Getting Started with Amazon RedshiftGetting Started with Amazon Redshift
Getting Started with Amazon RedshiftAmazon Web Services
 
Modern Data Architectures for Real Time Analytics & Engagement
Modern Data Architectures for Real Time Analytics & EngagementModern Data Architectures for Real Time Analytics & Engagement
Modern Data Architectures for Real Time Analytics & EngagementAmazon Web Services
 
AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...
AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...
AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...Amazon Web Services
 
Real-Time Log Analytics using Amazon Kinesis and Amazon Elasticsearch Service...
Real-Time Log Analytics using Amazon Kinesis and Amazon Elasticsearch Service...Real-Time Log Analytics using Amazon Kinesis and Amazon Elasticsearch Service...
Real-Time Log Analytics using Amazon Kinesis and Amazon Elasticsearch Service...Amazon Web Services
 
Build a Website on AWS for Your First 10 Million Users
Build a Website on AWS for Your First 10 Million UsersBuild a Website on AWS for Your First 10 Million Users
Build a Website on AWS for Your First 10 Million UsersAmazon Web Services
 
AWS Re:Invent 2019 Re:Cap
AWS Re:Invent 2019 Re:CapAWS Re:Invent 2019 Re:Cap
AWS Re:Invent 2019 Re:CapChris Fregly
 
AWS re:Invent 2016: Building Big Data Applications with the AWS Big Data Plat...
AWS re:Invent 2016: Building Big Data Applications with the AWS Big Data Plat...AWS re:Invent 2016: Building Big Data Applications with the AWS Big Data Plat...
AWS re:Invent 2016: Building Big Data Applications with the AWS Big Data Plat...Amazon Web Services
 
Networking Advanced VPC Design and New Capabilities
Networking Advanced VPC Design and New CapabilitiesNetworking Advanced VPC Design and New Capabilities
Networking Advanced VPC Design and New CapabilitiesAmazon Web Services
 
AWS re:Invent 2016: Extending Hadoop and Spark to the AWS Cloud (GPST304)
AWS re:Invent 2016: Extending Hadoop and Spark to the AWS Cloud (GPST304)AWS re:Invent 2016: Extending Hadoop and Spark to the AWS Cloud (GPST304)
AWS re:Invent 2016: Extending Hadoop and Spark to the AWS Cloud (GPST304)Amazon Web Services
 
Real-time Analytics using Data from IoT Devices - AWS Online Tech Talks
Real-time Analytics using Data from IoT Devices - AWS Online Tech TalksReal-time Analytics using Data from IoT Devices - AWS Online Tech Talks
Real-time Analytics using Data from IoT Devices - AWS Online Tech TalksAmazon Web Services
 
Machine learning in the physical world by Kip Larson from AWS IoT
Machine learning in the physical world by  Kip Larson from AWS IoTMachine learning in the physical world by  Kip Larson from AWS IoT
Machine learning in the physical world by Kip Larson from AWS IoTBill Liu
 
AWS re:Invent 2016: Auto Scaling – the Fleet Management Solution for Planet E...
AWS re:Invent 2016: Auto Scaling – the Fleet Management Solution for Planet E...AWS re:Invent 2016: Auto Scaling – the Fleet Management Solution for Planet E...
AWS re:Invent 2016: Auto Scaling – the Fleet Management Solution for Planet E...Amazon Web Services
 
AWS Compute Overview: Servers, Containers, Serverless, and Batch | AWS Public...
AWS Compute Overview: Servers, Containers, Serverless, and Batch | AWS Public...AWS Compute Overview: Servers, Containers, Serverless, and Batch | AWS Public...
AWS Compute Overview: Servers, Containers, Serverless, and Batch | AWS Public...Amazon Web Services
 
Running Containerised Applications at Scale on AWS
Running Containerised Applications at Scale on AWSRunning Containerised Applications at Scale on AWS
Running Containerised Applications at Scale on AWSAmazon Web Services
 
Serverless Architectural Patterns & Best Practices
Serverless Architectural Patterns & Best PracticesServerless Architectural Patterns & Best Practices
Serverless Architectural Patterns & Best PracticesDaniel Zivkovic
 
Getting started with Amazon Kinesis
Getting started with Amazon KinesisGetting started with Amazon Kinesis
Getting started with Amazon KinesisAmazon Web Services
 

Mais procurados (20)

AWS re:Invent 2016: Securing Serverless Architectures, and API Filtering at L...
AWS re:Invent 2016: Securing Serverless Architectures, and API Filtering at L...AWS re:Invent 2016: Securing Serverless Architectures, and API Filtering at L...
AWS re:Invent 2016: Securing Serverless Architectures, and API Filtering at L...
 
AWS October Webinar Series - Using Spot Instances to Save up to 90% off Your ...
AWS October Webinar Series - Using Spot Instances to Save up to 90% off Your ...AWS October Webinar Series - Using Spot Instances to Save up to 90% off Your ...
AWS October Webinar Series - Using Spot Instances to Save up to 90% off Your ...
 
Getting Started with Amazon Redshift
Getting Started with Amazon RedshiftGetting Started with Amazon Redshift
Getting Started with Amazon Redshift
 
Modern Data Architectures for Real Time Analytics & Engagement
Modern Data Architectures for Real Time Analytics & EngagementModern Data Architectures for Real Time Analytics & Engagement
Modern Data Architectures for Real Time Analytics & Engagement
 
Serverless - State Of the Union
Serverless - State Of the UnionServerless - State Of the Union
Serverless - State Of the Union
 
AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...
AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...
AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...
 
Real-Time Log Analytics using Amazon Kinesis and Amazon Elasticsearch Service...
Real-Time Log Analytics using Amazon Kinesis and Amazon Elasticsearch Service...Real-Time Log Analytics using Amazon Kinesis and Amazon Elasticsearch Service...
Real-Time Log Analytics using Amazon Kinesis and Amazon Elasticsearch Service...
 
Build a Website on AWS for Your First 10 Million Users
Build a Website on AWS for Your First 10 Million UsersBuild a Website on AWS for Your First 10 Million Users
Build a Website on AWS for Your First 10 Million Users
 
AWS Re:Invent 2019 Re:Cap
AWS Re:Invent 2019 Re:CapAWS Re:Invent 2019 Re:Cap
AWS Re:Invent 2019 Re:Cap
 
AWS re:Invent 2016: Building Big Data Applications with the AWS Big Data Plat...
AWS re:Invent 2016: Building Big Data Applications with the AWS Big Data Plat...AWS re:Invent 2016: Building Big Data Applications with the AWS Big Data Plat...
AWS re:Invent 2016: Building Big Data Applications with the AWS Big Data Plat...
 
Networking Advanced VPC Design and New Capabilities
Networking Advanced VPC Design and New CapabilitiesNetworking Advanced VPC Design and New Capabilities
Networking Advanced VPC Design and New Capabilities
 
AWS re:Invent 2016: Extending Hadoop and Spark to the AWS Cloud (GPST304)
AWS re:Invent 2016: Extending Hadoop and Spark to the AWS Cloud (GPST304)AWS re:Invent 2016: Extending Hadoop and Spark to the AWS Cloud (GPST304)
AWS re:Invent 2016: Extending Hadoop and Spark to the AWS Cloud (GPST304)
 
Real-time Analytics using Data from IoT Devices - AWS Online Tech Talks
Real-time Analytics using Data from IoT Devices - AWS Online Tech TalksReal-time Analytics using Data from IoT Devices - AWS Online Tech Talks
Real-time Analytics using Data from IoT Devices - AWS Online Tech Talks
 
Machine learning in the physical world by Kip Larson from AWS IoT
Machine learning in the physical world by  Kip Larson from AWS IoTMachine learning in the physical world by  Kip Larson from AWS IoT
Machine learning in the physical world by Kip Larson from AWS IoT
 
AWS re:Invent 2016: Auto Scaling – the Fleet Management Solution for Planet E...
AWS re:Invent 2016: Auto Scaling – the Fleet Management Solution for Planet E...AWS re:Invent 2016: Auto Scaling – the Fleet Management Solution for Planet E...
AWS re:Invent 2016: Auto Scaling – the Fleet Management Solution for Planet E...
 
JakartaJS: Serverless in production
JakartaJS: Serverless in productionJakartaJS: Serverless in production
JakartaJS: Serverless in production
 
AWS Compute Overview: Servers, Containers, Serverless, and Batch | AWS Public...
AWS Compute Overview: Servers, Containers, Serverless, and Batch | AWS Public...AWS Compute Overview: Servers, Containers, Serverless, and Batch | AWS Public...
AWS Compute Overview: Servers, Containers, Serverless, and Batch | AWS Public...
 
Running Containerised Applications at Scale on AWS
Running Containerised Applications at Scale on AWSRunning Containerised Applications at Scale on AWS
Running Containerised Applications at Scale on AWS
 
Serverless Architectural Patterns & Best Practices
Serverless Architectural Patterns & Best PracticesServerless Architectural Patterns & Best Practices
Serverless Architectural Patterns & Best Practices
 
Getting started with Amazon Kinesis
Getting started with Amazon KinesisGetting started with Amazon Kinesis
Getting started with Amazon Kinesis
 

Semelhante a Low Latency Fraud Detection & Prevention

Microsoft365 from a Hacker's Perspective
Microsoft365 from a Hacker's PerspectiveMicrosoft365 from a Hacker's Perspective
Microsoft365 from a Hacker's PerspectiveBenedek Menesi
 
AWS 金融服務概覽與區塊鍊案例分享
AWS 金融服務概覽與區塊鍊案例分享AWS 金融服務概覽與區塊鍊案例分享
AWS 金融服務概覽與區塊鍊案例分享Amazon Web Services
 
Design and Develop Serverless Applications as Set-Pieces
Design and Develop Serverless Applications as Set-PiecesDesign and Develop Serverless Applications as Set-Pieces
Design and Develop Serverless Applications as Set-PiecesSheenBrisals
 
apidays Helsinki & North 2023 - API Security in the era of Generative AI, Mat...
apidays Helsinki & North 2023 - API Security in the era of Generative AI, Mat...apidays Helsinki & North 2023 - API Security in the era of Generative AI, Mat...
apidays Helsinki & North 2023 - API Security in the era of Generative AI, Mat...apidays
 
2016 DSG Webinar Azure HDInsight 2 V4
2016 DSG Webinar Azure HDInsight 2 V42016 DSG Webinar Azure HDInsight 2 V4
2016 DSG Webinar Azure HDInsight 2 V4Janani Eshwaran
 
2016 DSG Webinar Azure HDInsight 2 V4
2016 DSG Webinar Azure HDInsight 2 V42016 DSG Webinar Azure HDInsight 2 V4
2016 DSG Webinar Azure HDInsight 2 V4Janani Eshwaran
 
[OPD 2019] Threat modeling at scale
[OPD 2019] Threat modeling at scale[OPD 2019] Threat modeling at scale
[OPD 2019] Threat modeling at scaleOWASP
 
Mining insights with ease: Artificial Intelligence and Machine Learning for F...
Mining insights with ease: Artificial Intelligence and Machine Learning for F...Mining insights with ease: Artificial Intelligence and Machine Learning for F...
Mining insights with ease: Artificial Intelligence and Machine Learning for F...Amazon Web Services
 
Artificial Artificial Intelligence: Using Amazon Mechanical Turk and .NET to ...
Artificial Artificial Intelligence: Using Amazon Mechanical Turk and .NET to ...Artificial Artificial Intelligence: Using Amazon Mechanical Turk and .NET to ...
Artificial Artificial Intelligence: Using Amazon Mechanical Turk and .NET to ...goodfriday
 
Cash is King: Who's Wearing Your Crown?
Cash is King: Who's Wearing Your Crown?Cash is King: Who's Wearing Your Crown?
Cash is King: Who's Wearing Your Crown?Tom Eston
 
Developing Modern Applications in the Cloud
Developing Modern Applications in the CloudDeveloping Modern Applications in the Cloud
Developing Modern Applications in the CloudAmazon Web Services
 
Serverless Cyber Ops for Government
Serverless Cyber Ops for GovernmentServerless Cyber Ops for Government
Serverless Cyber Ops for GovernmentAmazon Web Services
 
A Case Study on Insider Threat Detection
A Case Study on Insider Threat DetectionA Case Study on Insider Threat Detection
A Case Study on Insider Threat DetectionAmazon Web Services
 
Fraud Prevention and Detection on AWS
Fraud Prevention and Detection on AWSFraud Prevention and Detection on AWS
Fraud Prevention and Detection on AWSAmazon Web Services
 
Create an ML Factory in Financial Services with CI CD - FSI301 - New York AWS...
Create an ML Factory in Financial Services with CI CD - FSI301 - New York AWS...Create an ML Factory in Financial Services with CI CD - FSI301 - New York AWS...
Create an ML Factory in Financial Services with CI CD - FSI301 - New York AWS...Amazon Web Services
 
The Cloud - What's different
The Cloud - What's differentThe Cloud - What's different
The Cloud - What's differentChen-Tien Tsai
 
Better Business from Exploring Ideas - Modern Data Architectures on AWS
Better Business from Exploring Ideas - Modern Data Architectures on AWSBetter Business from Exploring Ideas - Modern Data Architectures on AWS
Better Business from Exploring Ideas - Modern Data Architectures on AWSAmazon Web Services
 

Semelhante a Low Latency Fraud Detection & Prevention (20)

AI & AWS DeepComposer
AI & AWS DeepComposerAI & AWS DeepComposer
AI & AWS DeepComposer
 
Microsoft365 from a Hacker's Perspective
Microsoft365 from a Hacker's PerspectiveMicrosoft365 from a Hacker's Perspective
Microsoft365 from a Hacker's Perspective
 
AWS 金融服務概覽與區塊鍊案例分享
AWS 金融服務概覽與區塊鍊案例分享AWS 金融服務概覽與區塊鍊案例分享
AWS 金融服務概覽與區塊鍊案例分享
 
Design and Develop Serverless Applications as Set-Pieces
Design and Develop Serverless Applications as Set-PiecesDesign and Develop Serverless Applications as Set-Pieces
Design and Develop Serverless Applications as Set-Pieces
 
AWS AI 新服務探索
AWS AI 新服務探索AWS AI 新服務探索
AWS AI 新服務探索
 
apidays Helsinki & North 2023 - API Security in the era of Generative AI, Mat...
apidays Helsinki & North 2023 - API Security in the era of Generative AI, Mat...apidays Helsinki & North 2023 - API Security in the era of Generative AI, Mat...
apidays Helsinki & North 2023 - API Security in the era of Generative AI, Mat...
 
2016 DSG Webinar Azure HDInsight 2 V4
2016 DSG Webinar Azure HDInsight 2 V42016 DSG Webinar Azure HDInsight 2 V4
2016 DSG Webinar Azure HDInsight 2 V4
 
2016 DSG Webinar Azure HDInsight 2 V4
2016 DSG Webinar Azure HDInsight 2 V42016 DSG Webinar Azure HDInsight 2 V4
2016 DSG Webinar Azure HDInsight 2 V4
 
[OPD 2019] Threat modeling at scale
[OPD 2019] Threat modeling at scale[OPD 2019] Threat modeling at scale
[OPD 2019] Threat modeling at scale
 
Mining insights with ease: Artificial Intelligence and Machine Learning for F...
Mining insights with ease: Artificial Intelligence and Machine Learning for F...Mining insights with ease: Artificial Intelligence and Machine Learning for F...
Mining insights with ease: Artificial Intelligence and Machine Learning for F...
 
Artificial Artificial Intelligence: Using Amazon Mechanical Turk and .NET to ...
Artificial Artificial Intelligence: Using Amazon Mechanical Turk and .NET to ...Artificial Artificial Intelligence: Using Amazon Mechanical Turk and .NET to ...
Artificial Artificial Intelligence: Using Amazon Mechanical Turk and .NET to ...
 
Cash is King: Who's Wearing Your Crown?
Cash is King: Who's Wearing Your Crown?Cash is King: Who's Wearing Your Crown?
Cash is King: Who's Wearing Your Crown?
 
Developing Modern Applications in the Cloud
Developing Modern Applications in the CloudDeveloping Modern Applications in the Cloud
Developing Modern Applications in the Cloud
 
Serverless Cyber Ops for Government
Serverless Cyber Ops for GovernmentServerless Cyber Ops for Government
Serverless Cyber Ops for Government
 
A Case Study on Insider Threat Detection
A Case Study on Insider Threat DetectionA Case Study on Insider Threat Detection
A Case Study on Insider Threat Detection
 
Fraud Prevention and Detection on AWS
Fraud Prevention and Detection on AWSFraud Prevention and Detection on AWS
Fraud Prevention and Detection on AWS
 
Create an ML Factory in Financial Services with CI CD - FSI301 - New York AWS...
Create an ML Factory in Financial Services with CI CD - FSI301 - New York AWS...Create an ML Factory in Financial Services with CI CD - FSI301 - New York AWS...
Create an ML Factory in Financial Services with CI CD - FSI301 - New York AWS...
 
The Cloud - What's different
The Cloud - What's differentThe Cloud - What's different
The Cloud - What's different
 
B Hkorba
B HkorbaB Hkorba
B Hkorba
 
Better Business from Exploring Ideas - Modern Data Architectures on AWS
Better Business from Exploring Ideas - Modern Data Architectures on AWSBetter Business from Exploring Ideas - Modern Data Architectures on AWS
Better Business from Exploring Ideas - Modern Data Architectures on AWS
 

Mais de Sid Anand

Building High Fidelity Data Streams (QCon London 2023)
Building High Fidelity Data Streams (QCon London 2023)Building High Fidelity Data Streams (QCon London 2023)
Building High Fidelity Data Streams (QCon London 2023)Sid Anand
 
Building & Operating High-Fidelity Data Streams - QCon Plus 2021
Building & Operating High-Fidelity Data Streams - QCon Plus 2021Building & Operating High-Fidelity Data Streams - QCon Plus 2021
Building & Operating High-Fidelity Data Streams - QCon Plus 2021Sid Anand
 
YOW! Data Keynote (2021)
YOW! Data Keynote (2021)YOW! Data Keynote (2021)
YOW! Data Keynote (2021)Sid Anand
 
Big Data, Fast Data @ PayPal (YOW 2018)
Big Data, Fast Data @ PayPal (YOW 2018)Big Data, Fast Data @ PayPal (YOW 2018)
Big Data, Fast Data @ PayPal (YOW 2018)Sid Anand
 
Building Better Data Pipelines using Apache Airflow
Building Better Data Pipelines using Apache AirflowBuilding Better Data Pipelines using Apache Airflow
Building Better Data Pipelines using Apache AirflowSid Anand
 
Cloud Native Data Pipelines (GoTo Chicago 2017)
Cloud Native Data Pipelines (GoTo Chicago 2017)Cloud Native Data Pipelines (GoTo Chicago 2017)
Cloud Native Data Pipelines (GoTo Chicago 2017)Sid Anand
 
Cloud Native Data Pipelines (in Eng & Japanese) - QCon Tokyo
Cloud Native Data Pipelines (in Eng & Japanese)  - QCon TokyoCloud Native Data Pipelines (in Eng & Japanese)  - QCon Tokyo
Cloud Native Data Pipelines (in Eng & Japanese) - QCon TokyoSid Anand
 
Cloud Native Data Pipelines (QCon Shanghai & Tokyo 2016)
Cloud Native Data Pipelines (QCon Shanghai & Tokyo 2016)Cloud Native Data Pipelines (QCon Shanghai & Tokyo 2016)
Cloud Native Data Pipelines (QCon Shanghai & Tokyo 2016)Sid Anand
 
Introduction to Apache Airflow - Data Day Seattle 2016
Introduction to Apache Airflow - Data Day Seattle 2016Introduction to Apache Airflow - Data Day Seattle 2016
Introduction to Apache Airflow - Data Day Seattle 2016Sid Anand
 
Airflow @ Agari
Airflow @ Agari Airflow @ Agari
Airflow @ Agari Sid Anand
 
Resilient Predictive Data Pipelines (GOTO Chicago 2016)
Resilient Predictive Data Pipelines (GOTO Chicago 2016)Resilient Predictive Data Pipelines (GOTO Chicago 2016)
Resilient Predictive Data Pipelines (GOTO Chicago 2016)Sid Anand
 
Resilient Predictive Data Pipelines (QCon London 2016)
Resilient Predictive Data Pipelines (QCon London 2016)Resilient Predictive Data Pipelines (QCon London 2016)
Resilient Predictive Data Pipelines (QCon London 2016)Sid Anand
 
Software Developer and Architecture @ LinkedIn (QCon SF 2014)
Software Developer and Architecture @ LinkedIn (QCon SF 2014)Software Developer and Architecture @ LinkedIn (QCon SF 2014)
Software Developer and Architecture @ LinkedIn (QCon SF 2014)Sid Anand
 
LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)
LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)
LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)Sid Anand
 
Building a Modern Website for Scale (QCon NY 2013)
Building a Modern Website for Scale (QCon NY 2013)Building a Modern Website for Scale (QCon NY 2013)
Building a Modern Website for Scale (QCon NY 2013)Sid Anand
 
Hands On with Maven
Hands On with MavenHands On with Maven
Hands On with MavenSid Anand
 
Learning git
Learning gitLearning git
Learning gitSid Anand
 
LinkedIn Data Infrastructure Slides (Version 2)
LinkedIn Data Infrastructure Slides (Version 2)LinkedIn Data Infrastructure Slides (Version 2)
LinkedIn Data Infrastructure Slides (Version 2)Sid Anand
 
LinkedIn Data Infrastructure (QCon London 2012)
LinkedIn Data Infrastructure (QCon London 2012)LinkedIn Data Infrastructure (QCon London 2012)
LinkedIn Data Infrastructure (QCon London 2012)Sid Anand
 
Linked in nosql_atnetflix_2012_v1
Linked in nosql_atnetflix_2012_v1Linked in nosql_atnetflix_2012_v1
Linked in nosql_atnetflix_2012_v1Sid Anand
 

Mais de Sid Anand (20)

Building High Fidelity Data Streams (QCon London 2023)
Building High Fidelity Data Streams (QCon London 2023)Building High Fidelity Data Streams (QCon London 2023)
Building High Fidelity Data Streams (QCon London 2023)
 
Building & Operating High-Fidelity Data Streams - QCon Plus 2021
Building & Operating High-Fidelity Data Streams - QCon Plus 2021Building & Operating High-Fidelity Data Streams - QCon Plus 2021
Building & Operating High-Fidelity Data Streams - QCon Plus 2021
 
YOW! Data Keynote (2021)
YOW! Data Keynote (2021)YOW! Data Keynote (2021)
YOW! Data Keynote (2021)
 
Big Data, Fast Data @ PayPal (YOW 2018)
Big Data, Fast Data @ PayPal (YOW 2018)Big Data, Fast Data @ PayPal (YOW 2018)
Big Data, Fast Data @ PayPal (YOW 2018)
 
Building Better Data Pipelines using Apache Airflow
Building Better Data Pipelines using Apache AirflowBuilding Better Data Pipelines using Apache Airflow
Building Better Data Pipelines using Apache Airflow
 
Cloud Native Data Pipelines (GoTo Chicago 2017)
Cloud Native Data Pipelines (GoTo Chicago 2017)Cloud Native Data Pipelines (GoTo Chicago 2017)
Cloud Native Data Pipelines (GoTo Chicago 2017)
 
Cloud Native Data Pipelines (in Eng & Japanese) - QCon Tokyo
Cloud Native Data Pipelines (in Eng & Japanese)  - QCon TokyoCloud Native Data Pipelines (in Eng & Japanese)  - QCon Tokyo
Cloud Native Data Pipelines (in Eng & Japanese) - QCon Tokyo
 
Cloud Native Data Pipelines (QCon Shanghai & Tokyo 2016)
Cloud Native Data Pipelines (QCon Shanghai & Tokyo 2016)Cloud Native Data Pipelines (QCon Shanghai & Tokyo 2016)
Cloud Native Data Pipelines (QCon Shanghai & Tokyo 2016)
 
Introduction to Apache Airflow - Data Day Seattle 2016
Introduction to Apache Airflow - Data Day Seattle 2016Introduction to Apache Airflow - Data Day Seattle 2016
Introduction to Apache Airflow - Data Day Seattle 2016
 
Airflow @ Agari
Airflow @ Agari Airflow @ Agari
Airflow @ Agari
 
Resilient Predictive Data Pipelines (GOTO Chicago 2016)
Resilient Predictive Data Pipelines (GOTO Chicago 2016)Resilient Predictive Data Pipelines (GOTO Chicago 2016)
Resilient Predictive Data Pipelines (GOTO Chicago 2016)
 
Resilient Predictive Data Pipelines (QCon London 2016)
Resilient Predictive Data Pipelines (QCon London 2016)Resilient Predictive Data Pipelines (QCon London 2016)
Resilient Predictive Data Pipelines (QCon London 2016)
 
Software Developer and Architecture @ LinkedIn (QCon SF 2014)
Software Developer and Architecture @ LinkedIn (QCon SF 2014)Software Developer and Architecture @ LinkedIn (QCon SF 2014)
Software Developer and Architecture @ LinkedIn (QCon SF 2014)
 
LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)
LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)
LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)
 
Building a Modern Website for Scale (QCon NY 2013)
Building a Modern Website for Scale (QCon NY 2013)Building a Modern Website for Scale (QCon NY 2013)
Building a Modern Website for Scale (QCon NY 2013)
 
Hands On with Maven
Hands On with MavenHands On with Maven
Hands On with Maven
 
Learning git
Learning gitLearning git
Learning git
 
LinkedIn Data Infrastructure Slides (Version 2)
LinkedIn Data Infrastructure Slides (Version 2)LinkedIn Data Infrastructure Slides (Version 2)
LinkedIn Data Infrastructure Slides (Version 2)
 
LinkedIn Data Infrastructure (QCon London 2012)
LinkedIn Data Infrastructure (QCon London 2012)LinkedIn Data Infrastructure (QCon London 2012)
LinkedIn Data Infrastructure (QCon London 2012)
 
Linked in nosql_atnetflix_2012_v1
Linked in nosql_atnetflix_2012_v1Linked in nosql_atnetflix_2012_v1
Linked in nosql_atnetflix_2012_v1
 

Último

Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...software pro Development
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfproinshot.com
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionOnePlan Solutions
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...kalichargn70th171
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdfPearlKirahMaeRagusta1
 
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfryanfarris8
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesVictorSzoltysek
 

Último (20)

Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 

Low Latency Fraud Detection & Prevention

  • 1. Low Latency Fraud Detection & Prevention June 9th, 2021 Sid Anand Chief Architect Datazoom Taimur Rashid Chief Business Officer Redis Labs RE WORK .
  • 2. Objectives of the session • Importance of fraud prevention, especially given the rise of digitalization • First principles of real-time data and fraud prevention • Technical merits of in-memory databases such as Redis • Fraud detection and prevention platform components • Learn best practices of implementing low latency fraud prevention based on examples from the industry related to: • E-mail fraud • Payment fraud RE WORK .
  • 3. Agenda • State of the Union • The need for Real-Time • First Principles • Modern Architectural Components • Best Practices RE WORK .
  • 4. About me • Redis Labs: Strategic BD, Emerging Business, AI/ML • Microsoft: Worldwide Customer Success for Microsoft Azure Data Platform, Analytics & AI • Amazon Web Services (AWS): Platform Business Development RE WORK .
  • 5. Fraud is widespread and continues to rise RE WORK . 49% of companies had experienced fraud in losses caused by fraud in 2020 $42 billion In 2019 fraud cost for banks grew by 17% 2020 PwC survey
  • 6. Online fraud accelerated during the pandemic RE WORK .
  • 7. Existing solutions are not built for digital economy RE WORK . Slow Inefficient Expensive
  • 8. Modern fraud detection solutions need to be based on first principles RE WORK . Real-time AI / ML driven Integrated
  • 9. Technical merits of in-memory solutions - Redis
  • 10. Translating first principles to outcomes RE WORK . Real-time digital identity updates Increase accuracy and detection speed with AI models High-speed statistical analysis to reduce cost
  • 11. Keep digital identities updated in real time RE WORK . RedisSearch RedisGraph Geolocation and identity searches Detect Suspicious connections/ fake identities Consumer expect a responsive digital experience Digital identity updated in real-time to provide a seamless consumer experience
  • 12. Increase accuracy and detection speed with AI RE WORK . RedisAI RedisGear Slow Processing due to separate database storage High accuracy and instant fraud detection Deep learning models directly where data lives in Redis
  • 13. Reduce detection costs with statistical analysis RE WORK . RedisTimeSeries RedisBloom Historical trends and detect anomalies Compare transactions against known patterns Significant cost savings Rule-based fraud detection is expensive as it needs manual intervention
  • 14. Bringing it all together with modern architecture RE WORK . Transaction information Behavioral biometrics Customer identity Record digital Transaction (Event Hub) Validate digital identity Probabilistic filter Process transaction Transaction scoring Real-time transaction scoring Digital identity validation Anomaly detection RedisBloom Redis AI RedisGears RedisTime Series RedisSearch Redis Streams RedisGears Has this identity executed this type of transaction before? Update Digital identity Real-time SQL-like querying Asynchronous event processing Track high Risk transactions Real-time AI serving collocated with tensors ✓ X
  • 15. Industry Examples & Best Practices RE WORK .
  • 16. About me • Worked at : Netflix, LinkedIn, Etsy, PayPal, eBay, Agari • Currently : Chief Architect @ Datazoom • Previously : Chief Data Engineer @ PayPal • Before That: Data Architect for Agari (A Spear Phish Prevention company) • Other Interests : PMC & Committer @ Apache Airflow, PMC member of various technical conferences RE WORK .
  • 17. Email Fraud: What is it? RE WORK .
  • 18. Email Fraud : What is it? • The most common form is Phishing & Spam RE WORK . • These are typically handled using • Secure Email Gateways (SEGs) • Looks for common content patterns across email • When found, these patterns (signatures) are used to filter out future such email • SEGs are really good at handling volume attacks
  • 19. Email Fraud : What is it? • Another type of attack is Spear Phishing (Targeted Email Attack) RE WORK . • Unlike Phishing, Spear Phishing is not a volume attack, hence these emails often bypass SEGs
  • 20. Email Fraud : What is it? • Another type of attack is Spear Phishing (Targeted Email Attack) RE WORK . • Unlike Phishing, Spear Phishing is not a volume attack, hence these emails often bypass SEGs • In Spear Phishing, hackers target a high-value person with a few emails and social engineering
  • 21. Email Fraud : What is it? • Examples from the real-world RE WORK . • W2 Spear Phishing : ● Cybercriminals, pretending to be executives at a company, email payroll officials, requesting employee W-2s ● Cybercriminals then use the W-2s to (fraudulent) file tax returns within days of receiving the requested W-2 to get tax refunds
  • 22. Email Fraud : Technical Dive RE WORK . Implementing Spear Phish Prevention @ Agari
  • 23. Email Fraud : Technical Dive RE WORK . Agari Collector Enterprise Customer A Agari Cloud (in AWS)
  • 24. Email Fraud : Technical Dive RE WORK . Agari Collector Enterprise Customer A Agari Cloud (in AWS) Ingester
  • 25. Email Fraud : Technical Dive RE WORK . Agari Collector Enterprise Customer A Agari Cloud (in AWS) Ingester Scorer
  • 26. Email Fraud : Technical Dive RE WORK . Agari Collector Enterprise Customer A Agari Cloud (in AWS) Ingester Scorer Online Model Builder
  • 27. Email Fraud : Technical Dive RE WORK . Agari Collector Enterprise Customer A Agari Cloud (in AWS) Ingester Scorer Online Model Builder Alerter
  • 28. Email Fraud : Technical Dive RE WORK . Agari Collector Enterprise Customer A Agari Cloud (in AWS) Ingester Scorer Online Model Builder Alerter
  • 29. Email Fraud : Technical Dive RE WORK . Agari Collector Enterprise Customer A Agari Cloud (in AWS) Ingester Scorer Online Model Builder Alerter E2E Response Time(p95) : 3s
  • 30. Email Fraud : Technical Dive Agari Collector Enterprise Customer A Agari Cloud (in AWS) Ingester Scorer Online Model Builder Alerter
  • 31. Email Fraud : Technical Dive Agari Collector Enterprise Customer A Agari Cloud (in AWS) Ingester Scorer Online Model Builder Alerter nightly full model builds
  • 32. Email Fraud : Technical Dive Agari Collector Enterprise Customer A Ingester Scorer Online Model Builder Alerter nightly feature digests Agari Cloud (in AWS)
  • 33. Email Fraud : Technical Dive Agari Collector Enterprise Customer A Ingester Scorer Online Model Builder Alerter on-demand model builds Agari Cloud (in AWS)
  • 34. Email Fraud : Technical Dive Agari Collector Enterprise Customer A Agari Cloud (in AWS) Ingester Scorer Online Model Builder Alerter live counter increments to decay variables
  • 35. Agari Collector Enterprise Customer A Agari Cloud (in AWS) Ingester Scorer Online Model Builder Alerter Scorer pulls in models & features on demand to generate scores (p95 < 1 millis)
  • 36. Payment Fraud: What is it? RE WORK .
  • 37. Payment Fraud : What is it? • Examples from the real-world payment fraud (@ PayPal) RE WORK . • Buyer Risk: Seller Reputation Puffing & Non-Delivery (eBay) • A fraudulent seller sells thousands of inexpensive trinkets to boost his eBay Reputation • Then, he sells a few high priced items (e.g. Cars) without delivering them, takes the money and runs! • Seller Risk: Overpayment Scam • A fraudulent buyer overpays for an item & asks the seller for a refund to a different account of the overpayment amount • After receiving the overpayment amount, the buyer claims ATO of his PayPal account and requests a full refund • PayPal refunds the full payment to the buyer! • Collusion Networks • A fraudulent Seller and Buyer conspire : Buyer claims non-delivery of many fake products after seller cashes out his PayPal account • PayPal refunds money to Buyer. Buyer & Seller double their money!
  • 38. Payment Fraud : Technical Dive RE WORK . Fraud Prevention @ PayPal
  • 39. Payment Fraud : Technical Dive PayPal Services (Credit, P2P Payments, B2C Payments, Payment Processing, etc) PayPal Data Center (Users)
  • 40. Payment Fraud : Technical Dive PayPal Services (Credit, P2P Payments, B2C Payments, Payment Processing, etc) PayPal Risk Services PayPal Data Center (Users) P(95) = 50ms > 250MM / day
  • 41. Payment Fraud : Technical Dive PayPal Services (Credit, P2P Payments, B2C Payments, Payment Processing, etc) API Gateway PayPal Risk Services PayPal Data Center (Users) P(95) = 50ms > 250MM / day
  • 42. Payment Fraud : Technical Dive PayPal Services (Credit, P2P Payments, B2C Payments, Payment Processing, etc) API Gateway Decisioning Rules Engine PayPal Risk Services PayPal Data Center (Users) P(95) = 50ms > 250MM / day
  • 43. Payment Fraud : Technical Dive PayPal Services (Credit, P2P Payments, B2C Payments, Payment Processing, etc) API Gateway Decisioning Rules Engine ML Compute PayPal Risk Services PayPal Data Center (Users) P(95) = 50ms > 250MM / day
  • 44. Payment Fraud : Technical Dive PayPal Services (Credit, P2P Payments, B2C Payments, Payment Processing, etc) Risk Data Platform API Gateway Decisioning Rules Engine ML Compute PayPal Risk Services PayPal Data Center (Users) P(95) = 50ms > 250MM / day
  • 45. Payment Fraud : Technical Dive PayPal Services (Credit, P2P Payments, B2C Payments, Payment Processing, etc) Risk Data Platform API Gateway Decisioning Rules Engine ML Compute PayPal Risk Services PayPal Data Center (Users) Teradata HDFS ~100-150 PB nightly full model builds
  • 46. Payment Fraud : Technical Dive PayPal Services (Credit, P2P Payments, B2C Payments, Payment Processing, etc) Risk Data Platform API Gateway Decisioning Rules Engine ML Compute PayPal Risk Services PayPal Data Center (Users) Teradata HDFS ~100-150 PB nightly feature digests
  • 47. Payment Fraud : Technical Dive PayPal Services (Credit, P2P Payments, B2C Payments, Payment Processing, etc) Risk Data Platform API Gateway Decisioning Rules Engine ML Compute PayPal Risk Services PayPal Data Center (Users) Recent Events (Email change, Shipping Address change)
  • 48. Payment Fraud : Technical Dive PayPal Services (Credit, P2P Payments, B2C Payments, Payment Processing, etc) Risk Data Platform API Gateway Decisioning Rules Engine ML Compute PayPal Risk Services PayPal Data Center (Users) Purchase Txns
  • 49. Payment Fraud In Action RE WORK .
  • 50. Payment Fraud : In Action PayPal Services (Credit, P2P Payments, B2C Payments, Payment Processing, etc) Risk Data Platform API Gateway Decisioning Rules Engine ML Compute PayPal Risk Services PayPal Data Center Bob wants to buy 500 GPUs
  • 51. PayPal Services (Credit, P2P Payments, B2C Payments, Payment Processing, etc) Risk Data Platform API Gateway Decisioning Rules Engine ML Compute PayPal Risk Services PayPal Data Center Bob wants to buy 500 GPUs from a foreign IP addr RE WORK . Payment Fraud : In Action
  • 52. PayPal Services (Credit, P2P Payments, B2C Payments, Payment Processing, etc) Risk Data Platform API Gateway Decisioning Rules Engine ML Compute PayPal Risk Services PayPal Data Center Bob wants to buy 500 GPUs from a foreign IP addr He recently changed his shipping address and email address RE WORK . Payment Fraud : In Action
  • 53. PayPal Services (Credit, P2P Payments, B2C Payments, Payment Processing, etc) Risk Data Platform API Gateway Decisioning Rules Engine ML Compute PayPal Risk Services PayPal Data Center Bob wants to buy 500 GPUs from a foreign IP addr He recently changed his shipping address and email address He lives in the US midwest & buys dog food once a month RE WORK . Payment Fraud : In Action
  • 54. PayPal Services (Credit, P2P Payments, B2C Payments, Payment Processing, etc) Risk Data Platform API Gateway Decisioning Rules Engine ML Compute PayPal Risk Services PayPal Data Center Bob wants to buy 500 GPUs from a foreign IP addr He recently changed his shipping address and email address He lives in the US midwest & buys dog food once a month ATO RE WORK . Payment Fraud : In Action
  • 56. Closing Thoughts • Speed, Scalability, & Availability are Critical to Fraud Detection & Prevention (FD&P) System Viability RE WORK .
  • 57. Closing Thoughts • Speed, Scalability, & Availability are Critical to Fraud Detection & Prevention (FD&P) System Viability RE WORK . • When a FD&P systems is down, the client need to decide whether to fail open or closed.
  • 58. Closing Thoughts • Speed, Scalability, & Availability are Critical to Fraud Detection & Prevention (FD&P) System Viability RE WORK . • Clients that fail-open incur fraud-losses and brand impact • Clients that fail-closed cause user friction -- failed customer interactions • When a FD&P systems is down, the client need to decide whether to fail open or closed.
  • 59. Closing Thoughts • Speed, Scalability, & Availability are Critical to Fraud Detection & Prevention (FD&P) System Viability RE WORK . • Clients that fail-open incur fraud-losses and brand impact • Clients that fail-closed cause user friction -- failed customer interactions • High-Performance Distributed Databases like Redis & Aerospike are key to succeeding in this space • When a FD&P systems is down, the client need to decide whether to fail open or closed.