Skip to content

Hostname

support.hostduplex.com

Last fetched

support.hostduplex.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · support.hostduplex.comRouting diversity1.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/support.hostduplex.com

Resolution chain

support.hostduplex.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.25.232.4104.25.224.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.25.233.4104.25.224.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with support.hostduplex.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from support.hostduplex.com in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for support.hostduplex.com.

MechanismTarget
SPF_Asupport.hostduplex.com
SPF_IP162.254.117.82
SPF_IP162.254.118.26
SPF_IP208.100.49.76
SPF_IP209.85.128.72
SPF_IP98.158.151.215
SPF_MXsupport.hostduplex.com

Related pages

Pivot deeper into the graph from support.hostduplex.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "support.hostduplex.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.