Fancy Pants said:
Starke said:
harrisonmcgiggins said:
Isn't brute force attacking, the most basic way of hacking?
Pretty much. Which doesn't say very charitable things about Riot's security.
Yeah. I was under the assumption that brute force could really only ever work on the most basic of systems. I'm talking poorly passworded rar files.
Has anyone commented on his hair? Not in a rude way, but he totally has a slight Flock of Seagulls thing going on and that's fabulous(ly wrong).
Brute force is just, asking the system, "Is the password 'a'? No, okay, well, is the password 'aa'? No, okay, um, is it 'ab'?" Which is about the time the login system should go, "get out of here scum, I'm locking the door."
The problem is, you're going to have to run through millions of attempts to get any half decent password this way. So any system with a limit on the number of failed log in attempts that can be applied to a specific account will effectively prevent the approach. Usually this is in the 3 to 5 attempts, though really, even in the low hundreds, it'll still stop a brute force attempt.
Dictionary attacks are slightly faster. You're executing a brute force attack, but only using words that come off a dictionary list (strictly speaking, this might not be a normal English dictionary, it's just a precooked list). This was part of why the recommendation against just using normal words came along. (Also, they're really easy to guess.
So, Riot apparently, didn't actually have any multiple failed login lockdown system, which would be the equivalent to a a bank wiring their vault's time lock to the clock on the manager's desk. Or, for that matter, any other common system, like a mechanism to confirm with the user that they just accessed the system from an unknown IP before allowing that IP login access.