Domain WHOIS
Domain /api/v1/domain/whoisRegistrar, dates, name servers, contacts, DNSSEC status.
finlandia.asia
MarkMonitor Inc. expires in 196d
Registrar
MarkMonitor Inc.
Created
2007-11-21T20:50:59Z
Updated
2024-08-10T15:13:17Z
Expires
2026-11-21T20:50:59Z
Age (days)
6743
Status
clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Registrant
Finlandia Vodka Oy
Country
FI
Server
whois.markmonitor.com
Name servers
ns1.markmonitor.comns3.markmonitor.comns4.markmonitor.comns2.markmonitor.comns6.markmonitor.comns5.markmonitor.comns7.markmonitor.com
Raw WHOIS response
Domain Name: finlandia.asia Registry Domain ID: REDACTED Registrar WHOIS Server: whois.markmonitor.com Registrar URL: http://www.markmonitor.com Updated Date: 2024-08-10T15:13:17Z Creation Date: 2007-11-21T20:50:59Z Registry Expiry Date: 2026-11-21T20:50:59Z Registrar: MarkMonitor Inc. Registrar IANA ID: 292 Registrar Abuse Contact Email: [email protected] Registrar Abuse Contact Phone: +1.2083895740 Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited Registry Registrant ID: REDACTED Registrant Name: REDACTED Registrant Organization: Finlandia Vodka Oy Registrant Street: REDACTED Registrant City: REDACTED Registrant State/Province: Helsinki Registrant Postal Code: REDACTED Registrant Country: FI Registrant Phone: REDACTED Registrant Phone Ext: REDACTED Registrant Fax: REDACTED Registrant Fax Ext: REDACTED Registrant Email: REDACTED Registry Admin ID: REDACTED Admin Name: REDACTED Admin Organization: REDACTED Admin Street: REDACTED Admin City: REDACTED Admin State/Province: REDACTED Admin Postal Code: REDACTED Admin Country: REDACTED Admin Phone: REDACTED Admin Phone Ext: REDACTED Admin Fax: REDACTED Admin Fax Ext: REDACTED Admin Email: REDACTED Registry Tech ID: REDACTED Tech Name: REDACTED Tech Organization: REDACTED Tech Street: REDACTED Tech City: REDACTED Tech State/Province: REDACTED Tech Postal Code: REDACTED Tech Country: REDACTED Tech Phone: REDACTED Tech Phone Ext: REDACTED Tech Fax: REDACTED Tech Fax Ext: REDACTED Tech Email: REDACTED Name Server: ns1.markmonitor.com Name Server: ns3.markmonitor.com Name Server: ns4.markmonitor.com Name Server: ns2.markmonitor.com Name Server: ns6.markmonitor.com Name Server: ns5.markmonitor.com Name Server: ns7.markmonitor.com DNSSEC: unsigned URL of the ICANN Whois Inaccuracy Complaint Form: https://icann.org/wicf/ >>> Last update of WHOIS database: 2026-05-09T05:09:42Z <<< For more information on Whois status codes, please visit https://icann.org/epp Terms of Use: Access to WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the registry database. The data in this record is provided by Identity Digital or the Registry Operator for informational purposes only, and accuracy is not guaranteed. This service is intended only for query-based access. You agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to (a) allow, enable, or otherwise support the transmission by e-mail, telephone, or facsimile of mass unsolicited, commercial advertising or solicitations to entities other than the data recipient's own existing customers; or (b) enable high volume, automated, electronic processes that send queries or data to the systems of Registry Operator, a Registrar, or Identity Digital except as reasonably necessary to register domain names or modify existing registrations. When using the Whois service, please consider the following: The Whois service is not a replacement for standard EPP commands to the SRS service. Whois is not considered authoritative for registered domain objects. The Whois service may be scheduled for downtime during production or OT&E maintenance periods. Queries to the Whois services are throttled. If too many queries are received from a single IP address within a specified time, the service will begin to reject further queries for a period of time to prevent disruption of Whois service access. Abuse of the Whois system through data mining is mitigated by detecting and limiting bulk query access from single sources. Where applicable, the presence of a [Non-Public Data] tag indicates that such data is not made publicly available due to applicable data privacy laws or requirements. Should you wish to contact the registrant, please refer to the Whois records available through the registrar URL listed above. Access to non-public data may be provided, upon request, where it can be reasonably confirmed that the requester holds a specific legitimate interest and a proper legal basis for accessing the withheld data. Access to this data provided by Identity Digital can be requested by submitting a request via the form found at https://www.identity.digital/about/policies/whois-layered-access/. The Registrar of Record identified in this output may have an RDDS service that can be queried for additional information on how to contact the Registrant, Admin, or Tech contact of the queried domain name. Identity Digital Inc. and Registry Operator reserve the right to modify these terms at any time. By submitting this query, you agree to abide by this policy. --- referred to whois.markmonitor.com ---
Below result · 728x90 ·
advertise here
How to use Domain WHOIS
-
1
Paste your input
Enter the value at the top — domain, IP, URL, email, ASN, hash, whatever fits this tool. The smart input auto-detects type.
-
2
Click "Inspect"
host.tools issues real probes (DNS, HTTP, TCP, TLS, WHOIS where applicable) and renders the result in milliseconds.
-
3
Open the API tab
Every web tool has a sibling /api/v1/domain/whois JSON endpoint with the same payload. One copy-as-curl click and you're scripting it.
Why this matters
WHOIS, expiry, DNSSEC, name servers — domain metadata is the single most-overlooked outage source. Lock it down before someone else does.
API equivalent
/api/v1/domain/whois?q=finlandia.asia
curl -s '/api/v1/domain/whois?q=finlandia.asia'
Embed this tool
<iframe src="/domain/whois?q={INPUT}&embed=1"
width="100%" height="600" frameborder="0"></iframe>
Drop into any HTML page. The embed=1 flag hides nav and footer.
Related tools
More in Domain
Sidebar — skyscraper · 160x600 ·
advertise here
Sidebar — medium · 300x250 ·
advertise here
FAQ · Domain WHOIS
Common questions
Is Domain WHOIS free?
Yes — every tool is free on the web with a 200/hour rate limit per IP. The matching API endpoint /api/v1/domain/whois is free up to 100 requests/hour, no key required.
Where does the data come from?
Real-time probes against authoritative sources (DNS root, RIRs, registries, the target server itself), plus partner data feeds from hostinfo.com (GeoIP/ASN) and hostcheck.com (reputation).
How fresh are the results?
Live by default. Cached for 5 minutes to make repeat queries instant; pass
?nocache=1 for a forced refresh.Can I run this from the command line?
Yes — every tool ships with a copy-as-curl. There's also an official CLI:
host.tools domain whois YOUR_INPUT.Can I monitor results over time?
Pro tier lets you schedule any tool to run every 1/5/15/60 min and alert on diff. See monitors.
host.tools Pro
Run Domain WHOIS on a schedule. Get pinged when it changes.
Pro gets you bulk lookups, monitors, webhook alerts, history, exports and 10,000 API calls/day. $19/mo.
- ✓Schedule any tool — every 1, 5, 15, 60 min
- ✓Diff against last run, alert on change
- ✓Webhook + email + Slack + PagerDuty + OpsGenie
- ✓Bulk CSV upload, 1,000 inputs per job
- ✓Export results as CSV / NDJSON / Excel
- ✓90-day history, comparison view