-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify what the domain attribute entails #1102
Comments
Discussion in Slack captured below: Dave McCormack (Cisco) Paul Agbabian (Splunk) Daniel Stinson |
The
URL
object now includes adomain
attribute in addition to the already presentsubdomain
attribute. The examples fordomain
andsubdomain
are correct, but not sufficient to determine how a multi-part / multi-level domain is segmented. My assumption is that for a N level domain name, the left-most segment is thesubdomain
the right-most segment is the TLD (top level domain), and thedomain
attribute would include the TLD but not thesubdomain
.Note that the suffix is not spelled out, and can be as simple as the TLD, but can also be multi-part, as within LDAP directories. We haven't attempted to separate the suffix.
In short, the current descriptions for
subdomain
anddomain
need to be generalized.--- Post Network Call 6/5/24
domain
likely should be a "See Specific Usage" attribute rather than have an absolute definition. It can be captured as an internal domain name, an AD Domain, an external DNS domain, and lacking a specific attribute, a FQDN. It's use inURL
is how the discussion started, and its usage there is as a segment of the URL, as we havehostname
subdomain
path
andscheme
(protocol). Likely we would want a TLD (per another issue) and possibly a suffix (which can capture the right-most segments of a URL, or can be an LDAP suffix which can be similar but different). e.g.co.uk
can be a suffix or in an LDAP directorysub1.example.co.uk
can be a suffix, used for partitioning the directory.The text was updated successfully, but these errors were encountered: