Hostname
mail.wordpress2you.com
Last fetched
mail.wordpress2you.com resolves to 1 IPv4 address operated by TWO-DEGREES-AS-AP Two Degrees Mobile Limited in NZ.
Nutrition Label
Resolution chain
mail.wordpress2you.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 |
|---|---|---|---|---|
| 202.89.39.8 | 202.89.32.0/19 | AS9889 | TWO-DEGREES-AS-AP Two Degrees Mobile Limited | NZ |
WHOIS identity
No WHOIS records are currently associated with mail.wordpress2you.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for mail.wordpress2you.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.wordpress2you.com |
| SPF_IP | 185.142.26.162 |
| SPF_IP | 185.142.26.163 |
| SPF_IP | 185.173.26.42 |
| SPF_IP | 191.101.34.33 |
| SPF_IP | 202.89.39.8 |
| SPF_MX | mail.wordpress2you.com |
Related pages
Pivot deeper into the graph from mail.wordpress2you.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.wordpress2you.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.