Hostname
mail.hosterdotcom.com
Last fetched
mail.hosterdotcom.com resolves to 2 IPv4 addresses operated by AS47583 in US.
Nutrition Label
Resolution chain
mail.hosterdotcom.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 |
|---|---|---|---|---|
| 109.106.250.14 | 109.106.248.0/22 | AS47583 | — | US |
| 142.250.188.19 | 142.250.188.0/24 | AS15169 | GOOGLE - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with mail.hosterdotcom.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for mail.hosterdotcom.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.hosterdotcom.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 109.106.250.1/24 |
| SPF_IP | 151.106.100.201 |
| SPF_IP | 195.35.61.44 |
| SPF_IP | 212.1.208.121 |
| SPF_IP | 212.1.208.126 |
| SPF_IP | 31.170.163.1 |
| SPF_MX | mail.hosterdotcom.com |
Related pages
Pivot deeper into the graph from mail.hosterdotcom.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.hosterdotcom.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.