Dashboard
Play ๐ฎ
Daily7
All Games
Account ๐
Sign Up
Login
Compete ๐
Global Leaderboard
Resources ๐
Blue Team Glossary
Dark mode
Light mode
Login and start playing
Leaving so soon?
×
You really want to log out? We were having so much fun!
Home
โบ
Glossary
โบ
Security Concepts
โบ
domain-name
domain-name
Security Concepts
Definition
A domain name is the human-friendly address of a website, like `example.com`. Itโs easier to remember than the actual IP address, which is just a string of numbers. Behind the scenes, the **Domain Name System (DNS)** translates the domain into its IP address so your browser knows where to connect. A domain name is made of parts. The **Top-Level Domain (TLD)** is the โdot-somethingโ at the end, like `.com`, `.org`, or `.uk`. The **Second-Level Domain (SLD)** is the unique name you register, like `google` in `google.com`. You can also have **subdomains** before that, like `mail.google.com` or `store.example.com`. ``` sub.example.com โ โ โโโ Top-Level Domain (TLD) โ ".com" โ โโโโโโโโโโ Second-Level Domain (SLD) โ "example" โโโโโโโโโโโโโโโ Subdomain โ "sub" ``` In cybersecurity investigations, domain names can be critical evidence. Phishing campaigns often use lookalike domains (`paypa1-support.com`) to trick victims. Malware may โphone homeโ to a specific domain controlled by an attacker, known as a **Command & Control** (C2) server. Investigators can look up registration records (WHOIS), analyze historical DNS data (Passive DNS), and pivot from one suspicious domain to others owned by the same actor. This can uncover entire networks of malicious infrastructure. ``` [ Suspicious Link: secure-updates-login.com ] โ Check WHOIS, creation date, registrar โ Find other domains with same registrant โ Map attackerโs domain network ``` For more reading: * ICANN: [https://www.icann.org/resources/pages/domain-name-2012-02-25-en](https://www.icann.org/resources/pages/domain-name-2012-02-25-en) * Cloudflare DNS Guide: [https://www.cloudflare.com/learning/dns/what-is-dns/](https://www.cloudflare.com/learning/dns/what-is-dns/) * RiskIQ Passive DNS Overview: [https://www.riskiq.com/what-is-passive-dns/](https://www.riskiq.com/what-is-passive-dns/) * Google Security Blog on phishing trends: [https://security.googleblog.com/](https://security.googleblog.com/)
Explore More Terms
Persistence Mechanisms
Artifacts
prefetch
data-exfiltration
Indicator of Compromise
Welcome back!
×
Sign in with Google
Sign in with Microsoft
OR SIGN IN WITH EMAIL
Remember me
Login
Continue as Guest
$ Loading KC7 Investigation Interface...