Hostname
webmail.modelastore.com
Last fetched
webmail.modelastore.com resolves to 1 IPv4 address operated by ONE-INTERNET-AMERICA - One Internet America, LLC in US.
Nutrition Label
Resolution chain
webmail.modelastore.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.102.243.3 | 172.102.240.0/21 | AS54623 | ONE-INTERNET-AMERICA - One Internet America, LLC | US |
WHOIS identity
No WHOIS records are currently associated with webmail.modelastore.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for webmail.modelastore.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 172.102.243.0/28 |
| SPF_IP | 216.144.202.0/24 |
| SPF_IP | 34.214.197.47 |
| SPF_IP | 44.232.77.85 |
| SPF_IP | 52.40.106.158 |
| SPF_IP | 54.200.57.193 |
| SPF_IP | 54.70.73.128 |
Related pages
Pivot deeper into the graph from webmail.modelastore.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webmail.modelastore.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.