For months now we keep getting attacked by an attacker that is using botnets to brute force accounts. Botnets are just so easy to access nowadays. While vbsecurity does allow us to limit the number of IP's the attacker can use, your software does not stop the attacks. We need other methods than IP bans to stop the attackers.
Please consider browser fingerprinting, or methods like these:
Once it is clear that a login attempt comes from an attacker, automatically ban the user.
One thing that would be extremely useful is to know what system the attacker is on. So adding browser fingerprint info to the login strikes log would be very useful.
Please consider browser fingerprinting, or methods like these:
- Standard HTTP cookies
- Flash Cookies (Local Shared Objects)
- A locally cached png picture with encrypted content
- HTTP eTags
- Web Cache
- window.name caching
- userData storage (IE only)
- HTML5 Session Storage
- HTML5 Local Storage
- HTML5 Global Storage (IE only)
- HTML5 SQLite Database Storage
Once it is clear that a login attempt comes from an attacker, automatically ban the user.
One thing that would be extremely useful is to know what system the attacker is on. So adding browser fingerprint info to the login strikes log would be very useful.
Last edited:
Upvote
0