That doesn't sound like a brute force attack.
Your password has a length of 2 characters?
Yeah what was the password? "password"?
951 attempts is negligible even compared to a common/weak password list which has a million or more passwords.
I mean getting nailed in 951 attempts is the world saying your password was in the top 0.1% of stupidest/weakest passwords on the planet.
However 951 attempts does raise a useful countermeasure. Have bitcoind refuse connections for 30 sec after 3 failed password attempts and then after every failed password attempt after that. So 951 attempts would require 951 - 3 = 948 *0.5 = 8 hours. If the password was even slightly less weak (but still horribly weak) and was say 100,000th password on a brute force list it would take 30 days.
A better way would be to start with an even smaller timeout, and double it upon each failed logon from the same IP. This gives a human plenty of chances to retry the password, but quickly makes brute forcing impractical.