DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, CNAME, TXT, and CAA records for any domain
DNS Records for octo.bank
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| octo.bank | SOA | 86400 | ns1.octo.bank hostmaster.octo.bank 2026042001 3600 3600 1209600 86400 | |
| octo.bank | TXT | 0 | v=spf1 a mx ip4:217.12.84.218 -all | |
| octo.bank | TXT | 0 | google-site-verification=Zfhh7wI4AW5IG9QdIBR8XRwfeuQmA60q0IHctpA9-s0 | |
| octo.bank | MX | 0 | mail.octo.bank | |
| octo.bank | NS | 0 | ns3.octo.bank | |
| octo.bank | NS | 0 | ns4.octo.bank | |
| octo.bank | NS | 0 | ns1.octo.bank | |
| octo.bank | NS | 0 | ns2.octo.bank | |
| octo.bank | A | 0 | 89.232.185.134 | |
| www.octo.bank | A | 0 | 89.232.185.134 | |
| www.octo.bank | MX | 0 | mail.octo.bank | |
| www.octo.bank | SOA | 86400 | ns1.octo.bank hostmaster.octo.bank 2026042001 3600 3600 1209600 86400 | |
| www.octo.bank | CNAME | 0 | octo.bank | |
| www.octo.bank | TXT | 0 | google-site-verification=Zfhh7wI4AW5IG9QdIBR8XRwfeuQmA60q0IHctpA9-s0 | |
| www.octo.bank | TXT | 0 | v=spf1 a mx ip4:217.12.84.218 -all | |
| www.octo.bank | NS | 0 | ns3.octo.bank | |
| www.octo.bank | NS | 0 | ns2.octo.bank | |
| www.octo.bank | NS | 0 | ns1.octo.bank | |
| www.octo.bank | NS | 0 | ns4.octo.bank |
About DNS Records
DNS (Domain Name System) records are instructions that provide information about a domain, including its IP addresses, mail servers, and other services. Common record types include:
- SOA (Start of Authority) - Contains administrative information about the zone
- NS (Nameserver) - Specifies authoritative nameservers for the domain
- A (Address) - Maps a domain to an IPv4 address
- AAAA - Maps a domain to an IPv6 address
- CNAME (Canonical Name) - Creates an alias pointing to another domain
- MX (Mail Exchange) - Specifies mail servers for the domain