Hostname
liquidzome.com
Last fetched
liquidzome.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
liquidzome.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 138.201.211.238 | 138.201.0.0/16 | AS24940 | — | DE |
| 62.233.41.67 | 62.233.41.0/24 | AS59787 | — | PT |
WHOIS identity
- Registrar
- iana:48
- Organization
- joana correia
- Contact emails
Subdomains
9 observed subdomains of liquidzome.com.
Web-graph footprint
Distinct hostnames that link to or from liquidzome.com in the public web crawl.
12 sites link to this hostname.
27 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for liquidzome.com.
| Mechanism | Target |
|---|---|
| SPF_A | liquidzome.com |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.mi.serversignin.com |
| SPF_IP | 138.201.211.238 |
| SPF_IP | 144.76.42.203 |
| SPF_MX | liquidzome.com |
Related pages
Pivot deeper into the graph from liquidzome.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "liquidzome.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.