Hostname
mxshield.itanswers.com
Last fetched
mxshield.itanswers.com resolves to 4 IPv4 addresses operated by AS63949 in DE.
Nutrition Label
Resolution chain
mxshield.itanswers.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 139.162.187.151 | 139.162.160.0/19 | AS63949 | — | DE |
| 172.233.45.81 | 172.233.32.0/19 | AS63949 | — | NL |
| 172.233.58.206 | 172.233.32.0/19 | AS63949 | — | NL |
| 176.58.103.10 | 176.58.96.0/19 | AS63949 | — | GB |
WHOIS identity
No WHOIS records are currently associated with mxshield.itanswers.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for mxshield.itanswers.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | customeriomail.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_IP | 210.48.71.198/30 |
| SPF_IP | 50.56.72.228 |
| SPF_IP | 50.57.187.177 |
Related pages
Pivot deeper into the graph from mxshield.itanswers.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mxshield.itanswers.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.