Glossary

DNS & Domain Security Terms

Plain-English definitions for every DNS record type, email authentication standard, and security concept you'll encounter in the domain world.

76 terms
A
B
C
D
Dangling CNAME
A CNAME record whose target no longer resolves or points to a resource you don't own. The technical name for the setup that enables subdomain takeover.
Security
DKIM
DomainKeys Identified Mail — an email authentication standard that uses public-key cryptography to sign outgoing messages, allowing receivers to verify the email came from the claimed domain and wasn't altered in transit.
Email Auth
DKIM Selector
A short string in a DKIM record's DNS name identifying which key pair to use. Enables key rotation and multi-provider deployments.
Email Auth
DMARC
Domain-based Message Authentication, Reporting & Conformance — the policy layer of email authentication that ties SPF and DKIM to the From: header and specifies what to do when messages fail.
Email Auth
DNS
Domain Name System — the internet's distributed database that translates human-readable domain names (example.com) into IP addresses and other machine-readable data.
DNS Fundamentals
DNS Zone
A portion of the DNS namespace administered by a single authority. Delimited by NS records and controlled by a single SOA record.
DNS Records
DNSSEC
DNS Security Extensions — a suite of records (DNSKEY, RRSIG, DS, NSEC/NSEC3) that cryptographically signs DNS answers, preventing forgery.
Security
Dropcatch
Registering a domain name at the exact moment it becomes available after prior owner drops it. Automated, high-volume, adversarial.
Domains
DS Record
Delegation Signer — a DNS record in the parent zone that fingerprints the child zone's DNSSEC key. The link that connects a domain into the DNSSEC chain of trust.
DNS Records
E
G
H
I
J
M
N
O
P
R
S
SHA-256
Secure Hash Algorithm 256-bit — the industry-standard cryptographic hash function. Used in TLS certs, Bitcoin, Git, and every modern integrity check.
Hashing
SHA-512
Secure Hash Algorithm 512-bit — a larger SHA-2 family member with a 512-bit digest. Used where extra output width is preferred over compactness.
Hashing
SOA
Start of Authority — the first record in every DNS zone. Names the primary nameserver, the admin email, and controls zone refresh timers and negative-cache TTL.
DNS Records
SPF
Sender Policy Framework — a DNS TXT record that lists which mail servers are authorized to send email for a domain. Receiving servers check the sender's IP against this list.
Email Auth
SRI
Subresource Integrity — an HTML attribute containing a cryptographic hash that browsers verify before executing a fetched script or stylesheet. Blocks CDN tampering.
Security Headers
SRV Record
Service location record — advertises the hostname and port for a specific service on a domain. Used by SIP, XMPP, LDAP, Matrix, and Minecraft.
DNS Records
SSL/TLS
Secure Sockets Layer / Transport Layer Security — cryptographic protocols that encrypt data in transit between a client (browser) and server. TLS is the modern version; SSL is deprecated but the name persists.
Security
Subdomain Takeover
A vulnerability where a DNS record (usually CNAME) points to a third-party service that has since been decommissioned — allowing an attacker to re-claim the resource and serve content from your subdomain.
Security
T
U
W
X