Hostname
mail.goldisweb.com
Last fetched
mail.goldisweb.com resolves to 1 IPv4 address operated by AS212607 in IR.
Nutrition Label
Resolution chain
mail.goldisweb.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 |
|---|---|---|---|---|
| 5.10.248.7 | 5.10.248.0/24 | AS212607 | — | IR |
WHOIS identity
No WHOIS records are currently associated with mail.goldisweb.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for mail.goldisweb.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.goldisweb.com |
| SPF_IP | 185.105.185.25 |
| SPF_IP | 185.128.139.172 |
| SPF_IP | 185.18.213.64 |
| SPF_IP | 185.208.180.60 |
| SPF_IP | 185.213.166.10 |
| SPF_IP | 185.213.166.130 |
| SPF_IP | 185.213.166.138 |
| SPF_IP | 195.201.172.76 |
| SPF_IP | 195.226.223.245 |
| SPF_IP | 212.80.22.35 |
| SPF_IP | 45.89.239.226 |
| SPF_IP | 45.93.169.35 |
| SPF_IP | 45.93.170.3 |
| SPF_IP | 5.10.248.7 |
| SPF_IP | 5.160.218.87 |
| SPF_IP | 5.206.225.38 |
| SPF_IP | 87.107.124.211 |
| SPF_IP | 88.99.89.211 |
| SPF_IP | 95.216.240.230 |
| SPF_MX | mail.goldisweb.com |
Related pages
Pivot deeper into the graph from mail.goldisweb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.goldisweb.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.