Does DNS allow third parties to register subdomains?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
1
down vote
favorite
I have one of those questions that rely on the rule sets for DNS lookup.
Let us say Person A owns the site https://www.example.com
. A different person, Person B, not associated with A, attempts to register https://sub.example.com
with the local registry. Will the registry allow this? Or is there an implicit understanding that these domain names are linked, and can't be obtained by third parties?
The reason I ask is that my university https://www.sydney.edu.au
supposedly sent me a link in an email authored by notifications@instructure.com
and this link directs me to https://canvas.sydney.edu.au/
.
This looks bad to me. But maybe DNS rules only allow https://www.sydney.edu.au
to have the associated domain https://canvas.sydney.edu.au
.
Otherwise, if any person (e.g. a Bad Person) can register https://badsite.sydney.edu.au
and DNS lets it go through... then there is a hole in the DNS world that is made for badness.
dns dns-spoofing
New contributor
Tony Barry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
1
down vote
favorite
I have one of those questions that rely on the rule sets for DNS lookup.
Let us say Person A owns the site https://www.example.com
. A different person, Person B, not associated with A, attempts to register https://sub.example.com
with the local registry. Will the registry allow this? Or is there an implicit understanding that these domain names are linked, and can't be obtained by third parties?
The reason I ask is that my university https://www.sydney.edu.au
supposedly sent me a link in an email authored by notifications@instructure.com
and this link directs me to https://canvas.sydney.edu.au/
.
This looks bad to me. But maybe DNS rules only allow https://www.sydney.edu.au
to have the associated domain https://canvas.sydney.edu.au
.
Otherwise, if any person (e.g. a Bad Person) can register https://badsite.sydney.edu.au
and DNS lets it go through... then there is a hole in the DNS world that is made for badness.
dns dns-spoofing
New contributor
Tony Barry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have one of those questions that rely on the rule sets for DNS lookup.
Let us say Person A owns the site https://www.example.com
. A different person, Person B, not associated with A, attempts to register https://sub.example.com
with the local registry. Will the registry allow this? Or is there an implicit understanding that these domain names are linked, and can't be obtained by third parties?
The reason I ask is that my university https://www.sydney.edu.au
supposedly sent me a link in an email authored by notifications@instructure.com
and this link directs me to https://canvas.sydney.edu.au/
.
This looks bad to me. But maybe DNS rules only allow https://www.sydney.edu.au
to have the associated domain https://canvas.sydney.edu.au
.
Otherwise, if any person (e.g. a Bad Person) can register https://badsite.sydney.edu.au
and DNS lets it go through... then there is a hole in the DNS world that is made for badness.
dns dns-spoofing
New contributor
Tony Barry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have one of those questions that rely on the rule sets for DNS lookup.
Let us say Person A owns the site https://www.example.com
. A different person, Person B, not associated with A, attempts to register https://sub.example.com
with the local registry. Will the registry allow this? Or is there an implicit understanding that these domain names are linked, and can't be obtained by third parties?
The reason I ask is that my university https://www.sydney.edu.au
supposedly sent me a link in an email authored by notifications@instructure.com
and this link directs me to https://canvas.sydney.edu.au/
.
This looks bad to me. But maybe DNS rules only allow https://www.sydney.edu.au
to have the associated domain https://canvas.sydney.edu.au
.
Otherwise, if any person (e.g. a Bad Person) can register https://badsite.sydney.edu.au
and DNS lets it go through... then there is a hole in the DNS world that is made for badness.
dns dns-spoofing
dns dns-spoofing
New contributor
Tony Barry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tony Barry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 hours ago


Anders
45.2k21127152
45.2k21127152
New contributor
Tony Barry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 hours ago


Tony Barry
61
61
New contributor
Tony Barry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tony Barry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Tony Barry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
The DNS registrars only care about the registration of the primary domain, i.e. example.com
. They don't care about any sub-domains like www.example.com
or www.math.example.com
and similar. These are in full control of the organisation which owns the primary domain, which also might decide to delegate control over these domains or some of these domains to other parties.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
The DNS registrars only care about the registration of the primary domain, i.e. example.com
. They don't care about any sub-domains like www.example.com
or www.math.example.com
and similar. These are in full control of the organisation which owns the primary domain, which also might decide to delegate control over these domains or some of these domains to other parties.
add a comment |Â
up vote
3
down vote
The DNS registrars only care about the registration of the primary domain, i.e. example.com
. They don't care about any sub-domains like www.example.com
or www.math.example.com
and similar. These are in full control of the organisation which owns the primary domain, which also might decide to delegate control over these domains or some of these domains to other parties.
add a comment |Â
up vote
3
down vote
up vote
3
down vote
The DNS registrars only care about the registration of the primary domain, i.e. example.com
. They don't care about any sub-domains like www.example.com
or www.math.example.com
and similar. These are in full control of the organisation which owns the primary domain, which also might decide to delegate control over these domains or some of these domains to other parties.
The DNS registrars only care about the registration of the primary domain, i.e. example.com
. They don't care about any sub-domains like www.example.com
or www.math.example.com
and similar. These are in full control of the organisation which owns the primary domain, which also might decide to delegate control over these domains or some of these domains to other parties.
answered 2 hours ago


Steffen Ullrich
105k10176243
105k10176243
add a comment |Â
add a comment |Â
Tony Barry is a new contributor. Be nice, and check out our Code of Conduct.
Tony Barry is a new contributor. Be nice, and check out our Code of Conduct.
Tony Barry is a new contributor. Be nice, and check out our Code of Conduct.
Tony Barry is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsecurity.stackexchange.com%2fquestions%2f193877%2fdoes-dns-allow-third-parties-to-register-subdomains%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password