Merge pull request #164 from Finesse/add-fraud-prevention

Add a "Fraud prevention" section and FingerprintJS libraries, thx @Finesse
This commit is contained in:
sbilly 2021-03-22 23:01:28 +08:00 committed by GitHub
commit 183c4e18d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c
- [Operating Systems](#operating-systems)
- [Online resources](#online-resources)
- [Datastores](#datastores)
- [Fraud prevention](#fraud-prevention)
- [EBooks](#ebooks)
- [Other Awesome Lists](#other-awesome-lists)
- [Other Security Awesome Lists](#other-security-awesome-lists)
@ -359,6 +360,11 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog
- [passpie](https://github.com/marcwebbie/passpie) - Multiplatform command-line password manager
- [Vault](https://www.vaultproject.io/) - An encrypted datastore secure enough to hold environment and application secrets.
## Fraud prevention
- [FingerprintJS](https://github.com/fingerprintjs/fingerprintjs) - Identifies browser and hybrid mobile application users even when they purge data storage. Allows you to detect account takeovers, account sharing and repeated malicious activity.
- [FingerprintJS Android](https://github.com/fingerprintjs/fingerprint-android) - Identifies Android application users even when they purge data storage. Allows you to detect account takeovers, account sharing and repeated malicious activity.
## EBooks
- [Holistic Info-Sec for Web Developers](https://holisticinfosecforwebdevelopers.com/) - Free and downloadable book series with very broad and deep coverage of what Web Developers and DevOps Engineers need to know in order to create robust, reliable, maintainable and secure software, networks and other, that are delivered continuously, on time, with no nasty surprises