Some retard has tried logging into my google account three times today from the dominican(sp) republic. Wonder what he is looking for?
Announcement
Collapse
No announcement yet.
Dang hackers
Collapse
X
-
How could they know they were from the Dominican Republic?
Did the email from Google ask you for ANY information about yourself, or have an attachment you opened?
It almost sounds like a phishing email to you. If you still have the Google email, hit Reply and then look at the address it's going to be sent to. Post the email address here.
Plus your password, bank account number, social security number and bank account password
Comment
-
Originally posted by Bill in San Jose View PostHow could they know they were from the Dominican Republic?
Originally posted by Bill in San Jose View PostDid the email from Google ask you for ANY information about yourself, or have an attachment you opened?
It almost sounds like a phishing email to you. If you still have the Google email, hit Reply and then look at the address it's going to be sent to. Post the email address here.
Plus your password, bank account number, social security number and bank account password
Very good question here. If it is a legitimate email, the from address will be a no-reply type address, and the body of the address will tell you specifically not to reply. I've gotten emails like this from GMail several times. No-one's cracked my email password. Even "associates" who've tried.Then again, my password is far longer than 15 characters, and includes Capital, lowercase, numerical, and special characters. I've run all the common brute force systems against it on my own network with all protections down. Even after weeks of 20+attempts per second(which will trigger protections on systems like gmail), it was still running.
No password itself is "uncrackable". The key is to only use systems that dont allow brute force attacks. Repeated attempts to "guess" the password using all possible strings of characters. All lowercase alphabetic passwords can be cracked in seconds. Even if they're 20 digits long. The inclusion of all types of characters increases the number of combinations exponentially for each character type you use, per each character in the password.
26 + 26 + 10 + 32 = 94
94 possible characters for each digit, with 12 digits
94^12
475,920,314,814,253,376,475,136 different combinations of characters to make up that password
Adding one more digit:
94^13
44,736,509,592,539,817,388,662,784
Thats 44,260,589,277,725,564,012,187,648 more different combinations than 12 digits... I actually had to look up the word for a number with that many digits... wow...
This is why anything 12 characters or longer with all those types of characters, is safe on any system where the admins implement brute force protection.
sorry for the ramble... i get carried away on stuff like this...Last edited by Davoh; 08-02-2012, 05:54 PM.
Comment
Comment