https://github.com/cloudipsp/all_banks_ips
https://github.com/cloudipsp/all_banks_ips
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudipsp/all_banks_ips
- Owner: cloudipsp
- Created: 2017-01-05T13:27:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T17:48:46.000Z (over 6 years ago)
- Last Synced: 2025-03-25T12:51:17.537Z (3 months ago)
- Language: Python
- Size: 373 KB
- Stars: 132
- Watchers: 26
- Forks: 55
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CSV file of all banks domains and IPs provided by [FONDY Payment Service Provider](https://fondy.eu)
=====
```
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, [email protected]