text
stringlengths
1
81
start
float64
0
10.1k
duration
float64
0
24.9
well, by slowing them down, it's going to significantly
2,087.909
2.73
increase the risk, too, that they are the act while doing it.
2,090.639
4.321
And hopefully, too, the goal is to just get
2,094.96
2.46
them to lose interest in your phone, lose interest in your account,
2,097.42
3.18
and have them move on to ideally no one else's, but at least, barring that,
2,100.6
3.84
someone else's instead of yours.
2,104.44
3.24
So what are other defenses against these kinds of brute force attacks,
2,107.68
5.43
or even these dictionary attacks?
2,113.11
1.74
Well, this is a system that you and I are increasingly being able to turn on,
2,114.85
5.64
but also increasingly are being required to turn on
2,120.49
2.55
as well, which is, in general, probably a good thing, 2-Factor Authentication,
2,123.04
4.71
or 2FA more generally known as multifactor authentication,
2,127.75
4.35
is a technology whereby in addition to having one factor that you use
2,132.1
4.77
to log in, like your password, as is tradition,
2,136.87
2.73
you also have a second or maybe more factors
2,139.6
3.06
that you additionally have to use in order to log in.
2,142.66
3.06
But these factors don't just generally mean one password, two passwords,
2,145.72
3.78
three passwords, or the like.
2,149.5
1.29
They're fundamentally different types of factors.
2,150.79
2.88
And in general, they're broken down into these three categories.
2,153.67
3.1
One is a knowledge category.
2,156.77
2.39
A knowledge factor is just something like your password
2,159.16
3.48
that ideally you keep secret, no one else knows,
2,162.64
2.65
and that's why it enables you to authenticate yourself,
2,165.29
2.81
prove that you because you and only you, hopefully, have that knowledge.
2,168.1
4.68
But a second type of factor would be a possession factor,
2,172.78
3.24
something that you physically have.
2,176.02
1.71
So you might be in the habit at work of carrying around
2,177.73
2.55
one of those little key fobs that has a little code on it that changes.
2,180.28
3.342
Now, those things can be expensive.
2,183.622
1.458
So increasingly the world is just using our own phones, your own Android phone,
2,185.08
4.09
your own iPhone, that maybe has SMS support on it,
2,189.17
3.65
text messaging, or maybe a specific app that
2,192.82
2.64
displays a short code that you type in.
2,195.46
2.88
The presumption is if that you challenge the user not only for a knowledge
2,198.34
4.62
factor, like their password, but a second factor, like something
2,202.96
3.75
they possess, you significantly decrease the probability that an adversary is
2,206.71
4.98
going to be able to get into that account.
2,211.69
1.8
Because whereas anyone on the internet, millions of people
2,213.49
3.72
can be a threat to you by just figuring out or finding your password,
2,217.21
4.47
a possession factor really narrows the scope
2,221.68
2.49
of the threat to only the other customers in Starbucks or the coffee
2,224.17
3.66
shop, only the other people physically near you
2,227.83
2.85
because they would have to physically obtain that second possession factor.
2,230.68
3.66
And then a third type of factor nowadays might
2,234.34
2.31
be an inherence, something that is unique to you
2,236.65
3.6
specifically, more generally described as biometrics.
2,240.25
2.97
So maybe it's your fingerprints.
2,243.22
1.59
Maybe it is your face nowadays.
2,244.81
1.83
Something that's inherent to you can be a third factor
2,246.64
3.24
nowadays because the presumption is that only you, ideally, in the world
2,249.88
4.29
have exactly that factor as well.
2,254.17
2.282
Now, this is a little different from what
2,256.452
1.708
some companies, some websites, some apps describe as two-step authentication,
2,258.16
4.68
where two steps might actually just be two passwords of some sort.
2,262.84
4.09
But two factor more technically refers to two or more
2,266.93
4.17
of these types of fundamentally different factors, that
2,271.1
4.32
being the most common in our case here.
2,275.42
2.74
Now, when it comes to those possession factors, those key fobs
2,278.16
3.14
or the apps or the codes that you receive,
2,281.3
1.89
specifically what you're receiving in those models
2,283.19
2.1
is generally known as a One-Time Password, or OTP.
2,285.29
3.99
The idea being that this is not a password
2,289.28
2.4
that you know and keep remembering and keep using again and again.
2,291.68
3.61
It's literally one time because it's texted to you,
2,295.29
2.87
or it's sent via an app via push notification,
2,298.16
2.79
or it's actually sent to something on your keychain, like this here key fob,
2,300.95
5.64
for instance.
2,306.59
0.66
Nowadays, your company can buy these.
2,307.25
1.81
And what happens is on the screen here, this one-time password
2,309.06
3.74
constantly changes every few seconds.
2,312.8
2.46
And it's synchronized somehow with a server
2,315.26
2.07
so that the presumption is if I am carrying around this device,
2,317.33
3.15
and I type in when prompted, this particular code,
2,320.48
3.7
and that code matches the synchronized code that's on the server,
2,324.18
3.29
I should be allowed into the account because the presumption is
2,327.47
2.71
that it's indeed David carrying this around and not necessarily
2,330.18
3.09
some adversary.
2,333.27
0.84
It might also be possible to plug it in as via USB or some other technology,
2,334.11
4.32
thereby removing the human from the formula
2,338.43
2.65
so that the device itself can just authenticate using
2,341.08
2.48
special software on the system instead.
2,343.56
2.67
Nowadays, though, you can download special apps,
2,346.23
2.652
whether it's one from Google or other companies, that
2,348.882
2.208
allow you to manage, all in one place, all of these one-time passwords
2,351.09
4.23
that you might automatically see updating on the screen.
2,355.32
2.76
And you can type any or all of them in when you're actually
2,358.08
2.67
prompted by a website or app.
2,360.75
2.43
But even in this space of one-time passwords and possession factors,
2,363.18
5.61
it's worth keeping in mind that some of these technologies
2,368.79
2.85
are more secure than others.
2,371.64
2.08
Now, it's very common for websites or apps
2,373.72
2
nowadays to want to send you one of these one-time passwords via text
2,375.72
3.63
message, for instance.
2,379.35
1.32
And you receive it via SMS.
2,380.67
1.8
And then you can type in that six-digit code, as is often the case.
2,382.47
4.02
More secure, though, would be something like an actual app
2,386.49
3.81
that you install from the App Store or the Google Play
2,390.3
2.31
store that actually talks directly to some server
2,392.61
2.94
and does not just go over the cellular phone network.
2,395.55
3.15