Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s0lst1c3/benfords-law

Fraud detection script in homage of the methods used by the IRS
https://github.com/s0lst1c3/benfords-law

Last synced: 8 days ago
JSON representation

Fraud detection script in homage of the methods used by the IRS

Awesome Lists containing this project

README

        

Benfords Law
-------------
A lightweight interpretation of the Benford's Law Fraud detection script
used by the IRS.

Description
-----------
This python script uses Benford's Law to search for signs of
check fraud in a list of account files. To use the script, simply place
benford.py in a directory with multiple .txt files containing checking
account numbers, then run the script.

The script will read in each of the .txt files before using Benford's
Law to determine which files contain the fake account numbers.

More info on Benfords Law
-------------------------
http://en.wikipedia.org/wiki/Benford%27s_law