DNS.fish

$ Quick DNS Record Lookup Tool_

> DNS records for ucla.edu

Name Type Data TTL
ns1.dns.ucla.eduA 192.35.225.7 28800
ns2.dns.ucla.eduA 54.201.38.106 28800
ns4.dns.ucla.eduA 3.104.50.254 28800
ns3.dns.ucla.eduA 54.236.209.157 28800
g.ucla.eduA 128.97.27.40 28800
admin.ucla.eduA 149.142.20.219 1800
cloud.ucla.eduA 128.97.141.134 21600
apps.ucla.eduA 52.37.193.136 600
ucla.eduA 3.33.167.235 300
ucla.eduA 15.197.181.170 300
www.ucla.eduCNAME d1zev4mn1zpfbc.cloudfront.net 60
api.ucla.eduCNAME ucla-prod.apigee.net 28800
mail.ucla.eduCNAME g.ucla.edu 28800
ucla.eduMX 1 smtp.google.com. 3600
ucla.eduNS ns1.dns.ucla.edu 28800
ucla.eduNS ns4.dns.ucla.edu 28800
ucla.eduNS ns3.dns.ucla.edu 28800
ucla.eduNS ns2.dns.ucla.edu 28800
ucla.eduSOA ib00f2.csb1.ucla.net. hostmaster.ucla.edu. 2012109902 10800 3600 2419200 900 28800
ucla.eduTXT "google-site-verification=Ra3XM5Y8Xemz62pY2Ul98YRmX21qNtvXnzaOZixTFWI" 300
ucla.eduTXT "klaviyo-site-verification=YhxBRK" 300
ucla.eduTXT "dtm-domain-verification=Vu-8a4ySCrzp7Vc_AEzyUFB33PIes1UYAU0ZICapRJc" 300
ucla.eduTXT "google-site-verification=QS5gayPg38zC46YsAx4a9c3v4qTBkn-R69g90pQgpB0" 300
ucla.eduTXT "MS=ms75307409" 300
ucla.eduTXT "ZOOM_verify_VyMyKp4xRESQCcHLpwFUvw" 300
ucla.eduTXT "atlassian-domain-verification=q30yDADVaFnzLVOlyAKq90ajO6mW7k08cAxUyblTa5XYzaa8AASLidcHhtUpouoZ" 300
ucla.eduTXT "openai-domain-verification=dv-85b2FcVGlrPNPqnmddUjAZw7" 300
ucla.eduTXT "atlassian-domain-verification=PYB7nvhaSpskXk/oaGfNqyc/VDgWrQIhzaLLFKIUWI5kT9GXjRegeU7CwS86cv7W" 300
ucla.eduTXT "google6505167087" 300
ucla.eduTXT "atlassian-domain-verification=avKVbiyVZZ1DXWIHaaKKN7aaCdCcJeskGjVundz6pAgcOM9IKXaF66psfVpXC232" 300
ucla.eduTXT "adobe-idp-site-verification=66a3bd1a9e558d8448ed38b1258c70ac3915d1a894e70ca110eb16c3f1254a8b" 300
ucla.eduTXT "docusign=027f23b4-d9f0-4ee3-9b88-971151b9799a" 300
ucla.eduTXT "google-site-verification=FLpFoWt5t_e08uK3oeAoq2aTuHe3YhWjqwQfA7YcDaM" 300
ucla.eduTXT "docusign=f69982ad-c0cf-4bc3-93aa-68a7daa19db5" 300
ucla.eduTXT "google-site-verification=_TtGYbOLonABpIn4mkZlKPmMEulT8077b3Nq_uo0RSM" 300
ucla.eduTXT "cisco-ci-domain-verification=6e1def6e2a0868a9419cfea9b832f97ad90431954906840385111730225cb122" 300
ucla.eduTXT "klaviyo-site-verification=VUwRd8" 300
ucla.eduTXT "v=spf1 ip4:128.97.0.0/16 ip4:149.142.0.0/16 ip4:131.179.0.0/16 ip4:164.67.0.0/16 ip4:169.232.0.0/16 ip4:20.114.37.244/30 ip6:2607:f010::/32 include:everbridge.net include:_spf.google.com include:spf.protection.outlook.com a:c.spf.service-now.com ?all" 300

> Export DNS Records for ucla.edu

Need PDF format? Easily convert TXT to PDF with PDF Dance .

> About DNS.fish

DNS.fish: Powerful tool for quick DNS record lookups. The alternative to nslookup.io. Built for devs, sysadmins, and curious minds. Simple curl commands. Fast results. No BS.

> Domain DNS Lookup API Usage

$ Get all DNS records:

curl dns.fish/ucla.edu

$ Get specific type records:

curl dns.fish/ucla.edu/TYPE

Replace DOMAIN with target domain, TYPE with DNS record type (A, AAAA, MX, etc.).

> Features

  • • Fast and live DNS record lookups
  • • All common DNS record types supported
  • • Zero install, supports CLI(API) usage
  • • Blazing fast response times
  • • Clean, parsable output
  • • Export & Download DNS records

> FAQ

Q: What is a DNS record?

A: A DNS record is a database entry in the Domain Name System that maps a domain name to specific information, such as IP addresses or other data related to the domain.

Q: Why is it important to check DNS records?

A: Checking DNS records is crucial for several reasons:

  • Troubleshooting: Helps identify and resolve website accessibility issues
  • Security: Verifies proper configuration to prevent DNS-based attacks
  • Email delivery: Ensures correct MX records for smooth email flow
  • Performance: Confirms optimal DNS settings for fast website loading
  • Migrations: Validates DNS changes during website or server migrations
  • Compliance: Assists in maintaining required security standards

Regular DNS record checks help maintain a healthy, secure, and efficient online presence.

Q: What are the most common types of DNS records?

A: The most common types of DNS records include:

  • A (Address) record: Maps a domain to an IPv4 address
  • AAAA record: Maps a domain to an IPv6 address
  • CNAME (Canonical Name) record: Aliases one domain to another
  • MX (Mail Exchanger) record: Specifies mail servers for the domain
  • TXT (Text) record: Stores text-based information, often used for SPF, DKIM, etc.
  • NS (Name Server) record: Specifies authoritative name servers for the domain

Q: What is the difference between A and AAAA records?

A: A records map a domain to an IPv4 address (e.g., 192.0.2.1), while AAAA records map a domain to an IPv6 address (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334).

Q: What is a CNAME record used for?

A: A CNAME record is used to create an alias for a domain. It points one domain name to another, allowing multiple domains to resolve to the same IP address without duplicate A or AAAA records.

Q: How do MX records work?

A: MX records specify the mail servers responsible for handling email for a domain. They include a priority value to determine the order in which mail servers should be tried.

Q: What is a TTL in DNS records?

A: TTL stands for Time To Live. It specifies how long (in seconds) a DNS record should be cached by resolving name servers before requesting a fresh copy from the authoritative name server.

> Recent DNS Lookups

Note: Only domains with more than 3 DNS records are displayed here. CURL requests are not shown.