saa/all_banks_ips: acs_url.csv contains all banks main websites and 3DSecure pages domains which are called Access Controll Servers sample: "3dsecure.maybank.com.sg","443","sg","['206.99.153.116']" Maxim Kozenko, max.dnu@gmail.com - SVN.BY: Go Git Service

acs_url.csv contains all banks main websites and 3DSecure pages domains which are called Access Controll Servers sample: "3dsecure.maybank.com.sg","443","sg","['206.99.153.116']" Maxim Kozenko, max.dnu@gmail.com

Fondy 0e290963ff Merge pull request #6 from meferspb/patch-1 5 years ago
README.md cfbefc1272 text 5 years ago
acs_url.csv b7de478892 Update acs_url.csv 5 years ago
get_ips.py d022e28816 plaintext list filtered by country 7 years ago
get_ips_plain.py 0a597ee8ec update acs urls and merge pull #3 5 years ago

README.md

CSV file of all banks domains and IPs provided by FONDY Payment Service Provider

python2.7 get_ips.py

resulting file acs_url.csv contains all banks main websites and 3DSecure pages domains which are called Access Controll Servers

file structure is

domain, port, bank country, ip list

sample row from acs_url.csv:

"3dsecure.maybank.com.sg","443","sg","['206.99.153.116']"

This can be used for example by internet providers to add IPs to whitelist in order customers could top up having negative account balance.

get plain IP's by country

python2.7 get_ips_plain.py --country 'us' --file result_ips_us.csv

Author

Maxim Kozenko, max.dnu@gmail.com