Hostname
antarcticafev.com
Last fetched
antarcticafev.com resolves to 2 IPv4 addresses operated by AS46015 in MY. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
antarcticafev.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 |
|---|---|---|---|---|
| 110.4.44.148 | 110.4.44.0/24 | AS46015 | — | MY |
| 110.4.44.165 | 110.4.44.0/24 | AS46015 | — | MY |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of antarcticafev.com.
| Subdomain |
|---|
| www.antarcticafev.com |
Web-graph footprint
Distinct hostnames that link to or from antarcticafev.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for antarcticafev.com.
| Mechanism | Target |
|---|---|
| SPF_A | antarcticafev.com |
| SPF_MX | antarcticafev.com |
Related pages
Pivot deeper into the graph from antarcticafev.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "antarcticafev.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.