Tagged Questions

Fraud-prevention is the proactive identification of the causal and enabling factors of fraud, to prevent fraud from happening in the first place. Fraud-prevention is based on the premise that fraud is not a random occurrence; fraud occurs where the conditions are right for it to occur.

learn more… | top users | synonyms

21
votes
3answers
1k views

How is click-fraud detected?

Which methods do Google (and other PPC companies) use to prevent click fraud?
7
votes
4answers
386 views

Best way to prevent fraud in marketplace app?

I'm developing a marketplace website where tutors and students can find each other. I'm building an online payment system (much like elance or guru.com) where the tutor can get paid and we take a ...
6
votes
4answers
264 views

Limiting impact of credit card processing scripts/bots

I'm involved in building a donation form for non-profits. We recently got hit by a fast round of low dollar submissions. Many were invalid cards, but a few went through. Obviously someone wrote a ...
4
votes
10answers
585 views

Regex for keyboard mashing

When signing up for new accounts, web apps often ask for the answer to a 'security question', i.e. Dog's name, etc. I'd like to go through our database and look for instances where users just mashed ...
3
votes
3answers
52 views

Where can I learn about security and online privacy?

I'd really like to start including shopping cart functionality in my projects. At first im content relying on paypal links, but I really want to be learning about specific security threats and how to ...
2
votes
4answers
271 views

Paypal as payment gateway?

i have to choose between several payment gateways. I heard that PayPal is quite a mess and there were several fraud-issues? Does some of you have experiences with PayPal? Thanks in advance
2
votes
1answer
120 views

What is the best book on payment fraud analysis, detection and prevention [closed]

Im looking for a good book describing what types of fraud can you come across in online services as well as some techniques of detecting and preventing them. Does not have to be super technical, im ...
2
votes
3answers
149 views

Template Matching for relational database

I am trying to do the following: we are trying to design a fraud detection system for stock market. I know the Specification for the frauds (they are like templates). so I want to know if I can design ...
2
votes
3answers
333 views

Fraud Prevention Algorithm

We're looking for a good way to stop fraud on our website. We have a site with constant traffic coming in - we have regular access to the normal info (IP, session, cookies etc), plus info that the ...
1
vote
0answers
62 views

Recommended books on building fraud prevention system

I'm looking to build a scaleable fraud prevention system that is based on data-analytics and machine learning. i.e.... watch a ton of different variables for each user (time to sign up, activity on ...
1
vote
1answer
178 views

Advice on stopping donation fraud

I work for a non-profit organisation and have created and online donations page. Recently this donations page has been used to validate stolen credit card details via the process known as Carding. ...
0
votes
2answers
27 views

How to protect against fraud?

I have a VoIP calling company for a Russian market with a Russian website where people can sign up for an account, buy credit and make calls. My service is not even popular and I have only ~100 ...
0
votes
1answer
75 views

Crowdsourcing reliability measurements - spam/fraud detection

I'd like to collect some kind of geographical information from website users - for given set of data they will mark checkbox indicating whether place has or has not given property. Are there any ...
0
votes
3answers
140 views

Service with API for background checks and sex offenders list

Can anyone recommend an API to run background checks, or query the sex offenders list for users? The goal here is to detect or flag users of a site who you wouldn't want using it. The DOJ has a nice ...
0
votes
0answers
84 views

Credit card fraud prevention [closed]

The project that I am working on requires processing of credit cards. Is there any way to detect cloned/counterfeit cards? Are there any proven workarounds to prevent credit card fraud or misuse? We ...
0
votes
1answer
96 views

How can a person detect whether a computer program is being used to illegally generate multiple contest entries and votes?

How can a person detect whether a computer program is being used to illegally generate multiple contest entries and votes for numerous people, thus racking up high numbers of entries during a specific ...
0
votes
3answers
603 views

Detecting throw away and virtual Credit Cards

The type of business I run allows customers to get results before they pay. I take their credit card information when they sign up, and afterwords anywhere from a week to a month charge them for my ...
0
votes
2answers
86 views

User ID verification

If I am setting up a site how would I go about ensuring that the person who gives me a credit card number (for instance) is the person who is authorized to use it? Maybe more generally how would I go ...