Presentation is loading. Please wait.

Presentation is loading. Please wait.

استخدام آلية التواجد الجغرافي في التجارة الإلكترونية لمنع الاحتيال في بطاقات الائتمان.

Similar presentations


Presentation on theme: "استخدام آلية التواجد الجغرافي في التجارة الإلكترونية لمنع الاحتيال في بطاقات الائتمان."— Presentation transcript:

1 استخدام آلية التواجد الجغرافي في التجارة الإلكترونية لمنع الاحتيال في بطاقات الائتمان

2 Preventing Credit Card Fraud in E-Commerce Using the Geo-location, Credit Card Number and Type Validations and Address Verification Service Techniques By Rania Abdulrahman Molla 0247037

3 A Thesis submitted to King Abdul Aziz University, in partial fulfillment of the requirements for the degree of Master of science in Computer Science.

4 Agenda 1. Introduction 2. Objectives 3. Geo-location Technique 4. Credit Card Number Validation 5. Credit Card Type Validation 6. Address Verification Service (AVS) 7. Implementation Model 8. Conclusion 9. Future Work 10. Acknowledgment

5 Introduction Since 1995, online credit card fraud has increased by 369%. Since 1995, online credit card fraud has increased by 369%. In 2001, 61.8$ billion were spent on online sales, 1.4% of it (about 700,000,000$) was lost to fraud. 1 In 2001, 61.8$ billion were spent on online sales, 1.4% of it (about 700,000,000$) was lost to fraud. 1 History of Online Fraud History of Online Fraud o Use of Famous Names o Credit Card Generators o Order Hijacking o 1998 – Dummy Websites o Consumer Accounts o 2000 – Online Gangs and Fraud Rings 1 Credit Card Fraud Prevention using.NET Framework in C# or VB.NET, by Ivy Tang January 16,2006

6 The True Cost of Fraud

7 Objectives Reduce online credit card fraud. Reduce online credit card fraud. 1 Investigate and identify the techniques used for preventing online credit card fraud 2 Design card fraud model 2.1 Locating site (Detecting) 2.1 Locating site (Detecting) 2.2 Validate card number 2.2 Validate card number 2.3 Validate card type 2.3 Validate card type 2.4 AVS 2.4 AVS 3 Implement card fraud model 3.1 Locating site (Detecting) 3.1 Locating site (Detecting) 3.2 Validate card number 3.2 Validate card number 3.3 Validate card type 3.3 Validate card type 3.4 AVS 3.4 AVS

8 Geo-location Technique

9 Introduction Introduction o According to Cyber Source, e-retail merchants have lost over 2.6$ billion dollars to online payment fraud, and this loss will increase by 37% in the year 2007. o Geo-location Service was found in January 2000 by Quova, Inc., which is a solution for online fraud.

10 Geo-location Technique What is Geo-location ? What is Geo-location ? A web geography technology that instantly determines an online customers geographic location- from country level down to city precision. Geo-location Benefits Geo-location Benefits 1- Effectiveness 2- Fraud Detection 3- Digital Rights Management 4- Regulatory Compliance

11 Geo-location Technique Applications that uses Geo-location Technique: Applications that uses Geo-location Technique: 1- Financial Services 2- E-Commerce 3- Government 4- Media Distribution a- Live Sports Web Casts b- Digital Movies c- Digital Music 5- Online Gaming

12 Geo-location Technique Geo-location Studies Geo-location Studies o The most recent study was done in 2004 by a leading provider of automated identity verification, called LexisNexis RiskWise. o LexisNexis RiskWise analyzed tens of thousands of online credit card purchase using the geo-location technology, and found that : o 75% of all fraudulent online orders originated outside the US. o 97.9% of all transactions originating in Africa were fraudulent. o 74.8% of all transactions originating in Asia (including Russia) were fraudulent. o 64.4% of all transactions routed via satellite were fraudulent.

13 Geo-location Technique Geo-location Studies – (continued) Geo-location Studies – (continued) o In over 85% of all fraudulent orders, the customers billing address did not match the state from which the order was actually placed, while only 28% of legitimate orders displayed a state-level mismatch. o Another study done by Experian have found that when the IP origination point of an online order is in a different state from the customers billing address, the transaction turns out to be fraudulent 68% of the time.

14 Geo-location Technique Geo-location technique Types: Geo-location technique Types: 1 Quova Technique. 2 IP2Location Technique. 3 Other..

15 Quova Technique Quovas Geo-location Architecture Overview Quovas Geo-location Architecture Overview 1- Global Data Collection Network (DCN). 1- Global Data Collection Network (DCN). 2- Geo-Point Data Delivery Server (DDS). 3- Closed Loop Methodolgy.

16 Quova Technique Global Data Collection Network (DCN) Global Data Collection Network (DCN) o Largest IP geo-location data collection network in the world. o Collects 1.4 billion active IP addresses. o There are 16 agents which are globally distributed around the world.

17 Quova Technique GeoPoint Data Delivery Server (DDS) GeoPoint Data Delivery Server (DDS) o Collected data are passed to the DDS, which allows integration of real-time geo-location information with any online web-based application. o Applications have access to the GeoPoint DDS geo-location information, to provide geo-location information about an IP address (Web visitor).

18 Quova Technique GeoPoint Data Delivery Server (DDS)- (Continued) GeoPoint Data Delivery Server (DDS)- (Continued) o Each GeoPoint DDS contains a local copy of the IP geo- location data, which is automatically updated on a regular basis from the data center. o GeoPoint DDS automatically sends the received geol- location information back to Quova in order to improve the quality of Quovas services and to enable additional research.

19 IP2Location Technique

20 Current Study in Geo-location

21 IP2Location Algorithm

22 IP2Location Technique Algorithm Steps: Algorithm Steps: 1 Detect IP Address. 2 Convert IP Address to IP Number. 3 Search by IP Number 4 Credit Card Number validation. 5 Credit Card Type Validation. 6 AVS

23 IP2Location Database Format COULMN NUMBERCOULMN DESCRIPTION 1Beginning IP number 2Ending IP number 3Country Code (ISO 3166) (2 characters) 4Full Country name 5Region 6City 7Latitude 8Longitude 9Zip Code 10ISP 11Domain Name

24 IP2Location Database Example COULMN NUMBER COULMN DESCRIPTIONCOLUMN VALUES 1Beginning IP number67297944 2Ending IP number67297951 3Country Code (ISO 3166) (2 characters)US 4Full Country nameUNITED STATES 5RegionSOUTH CAROLINA 6CityGEORGETOWN 7Latitude33.4905 8Longitude79.2882 9Zip Code29440 10ISPCITY OF GEORGETOWN 11Domain NameCITYOFGEORGETO WN.COM

25 IP2Location Database Specification FIELD #FIELD NAMEDATA TYPEFIELD DESCRIPTION 1IP_FROMNUMERICAL (DOUBLE) Beginning of IP address range. The data is represented in IP number format 2IP_TONUMERICAL (DOUBLE) Ending of IP address range. The data is represented in IP number format. 3COUNTRY_CODECHAR(2)Two-character country code based on ISO 3166. 4COUNTRY_NAMEVARCHAR(64)Country name based on ISO 3166 5REGIONVARCHAR(128)Region name 6CITYVARCHAR(128)City name

26 FIELD #FIELD NAMEDATA TYPEFIELD DESCRIPTION 7LATITUDENUMERICAL (DOUBLE) City latitude. Default to capital city latitude if city is unknown. 8LONGITUDENUMERICAL (DOUBLE) City longitude. Default to capital city longitude if city is unknown. 9ZIPCODECHAR(5)Five-digit ZIP codes for US cities only. 10ISP_NAMEVARCHAR(256)Internet Service Provider registered under the IP address range. 11DOMAIN_NAMEVARCHAR(128)Domain name assigned to Internet network. IP2Location Database Specification

27 Method of Converting IP Address into IP Number IP Number = (256) 3 * W + (256) 2 * X + 256 * Y + Z Where: W: the first block of numbers in the IP address. X: the second block of numbers in the IP address. Y: the third block of numbers in the IP address. Z: the forth block of numbers in the IP address.

28 IP Address = 4.2.226.135 IP Number = (256) 3 * 4 + (256) 2 * 2 + 256 * 226 + 135 = 67297927 Example of Converting IP Address into IP Number

29 Credit Card Number Validation

30 Validation Algorithm Validation Algorithm o In order to validate and verify the credit card number, a special algorithm called (MOD 10 Check) or (LUHN Formula) is used. o The MOD 10 Check takes the provided credit card number from the customer and validates that the number is in the correct range and format to be a credit card number and it is the type of credit card the customer says it is.

31 Credit Card Number Validation o MOD 10 Check does not tell if the credit card number is active or not, just that it is in the correct format. o This test is used on websites to validate that the credit card submitted is a recognizable credit card number. o It helps preventing processing credit card authorizations on numbers that could not possibly be credit cards.

32 Credit Card Number Validation Credit Card Number Validation Algorithm Credit Card Number Validation Algorithm Step 1. Double the value of alternating digits, starting from the second to last digit of the credit card number. Step 2. Add the separate digits of the product from the previous step. Step 3. Add the uneffected digits of the credit card number. Step 4. Add the results from step2 and step3 and divide the total by 10, if the remainder was zero, then its a valid number

33 Credit Card Number Validation o Example Step1: Starting with the second to last digit and moving left, Double the value of all alternating digits. For example: if we have a credit card with the following number 1234 5678 1234 5670. we will do the following: 1234 5678 1234 5670 1234 5678 1234 5670 7 x 2 = 14 5 x 2 = 10 3 x 2 = 6 1 x 2 = 2 7 x 2 = 14 5 x 2 = 10 3 x 2 = 6 1 x 2 = 2

34 Credit Card Number Validation Step2: Add the separate digits of the products from step1. (1+4) + (1+0) + (6) + (2) + (1+4) + (1+0) + (6) + (2) = 28 Step3: Add all the unaffected digits (the digits that we did not double). 1234 5678 1234 5670 1234 5678 1234 5670 0 + 6 + 4 + 2 + 8 + 6 + 4 + 2 = 32 Step4: Add the results from step 2 and step3, and divide by 10. 28 + 32 = 60 If the result is divisible by 10, then the credit card number is valid.

35 Credit Card Number Validation Sequence Diagram Sequence Diagram

36 Credit Card Type Validation

37 o It verifies whether that the customer has provided the correct credit card type o All Credit Cards have specific number length and numerical prefix. Card TypePrefixNumber Length Master Card51-5516 VISA413 or 16 American Express34 or 3715 Diners Club/Carte Blanche300-305, 36, 3814 enRoute2014, 214915 Discover601116 JCB316 JCB2131, 180015

38 Credit Card Type Validation Credit Card Type Validation Algorithm Credit Card Type Validation Algorithm

39 Credit Card Type Validation Sequence Diagram Sequence Diagram

40 Credit Card Type and Number Validations Model Activity Diagram Model Activity Diagram


Download ppt "استخدام آلية التواجد الجغرافي في التجارة الإلكترونية لمنع الاحتيال في بطاقات الائتمان."

Similar presentations


Ads by Google