Hostname
wordpress.wpwebhost.com
Last fetched
wordpress.wpwebhost.com resolves to 2 IPv4 addresses operated by WEHOSTWEBSITES-COM - Handy Networks, LLC in US.
Nutrition Label
Resolution chain
wordpress.wpwebhost.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 |
|---|---|---|---|---|
| 68.71.146.28 | 68.71.128.0/19 | AS30475 | WEHOSTWEBSITES-COM - Handy Networks, LLC | US |
| 72.18.131.45 | 72.18.128.0/19 | AS30475 | WEHOSTWEBSITES-COM - Handy Networks, LLC | US |
WHOIS identity
No WHOIS records are currently associated with wordpress.wpwebhost.com in WhisperGraph.
Subdomains
1 observed subdomain of wordpress.wpwebhost.com.
| Subdomain |
|---|
| www.wordpress.wpwebhost.com |
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for wordpress.wpwebhost.com.
| Mechanism | Target |
|---|---|
| SPF_A | wordpress.wpwebhost.com |
| SPF_INCLUDE | email.freshdesk.com |
| SPF_IP | 110.4.40.6 |
| SPF_IP | 173.248.157.218 |
| SPF_IP | 173.248.178.23 |
| SPF_IP | 68.71.146.37 |
| SPF_IP | 72.18.130.27 |
| SPF_IP | 72.18.132.180 |
| SPF_MX | wordpress.wpwebhost.com |
Related pages
Pivot deeper into the graph from wordpress.wpwebhost.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wordpress.wpwebhost.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.