Skip to content

Hostname

extende.com

Last fetched

extende.com resolves to 1 IPv4 address operated by NEO-ASN Zayo Europe in FR. WHOIS lists iana:88 as the registrar.

Nutrition Label

WHISPER CANON · extende.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/extende.com

Resolution chain

extende.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
83.167.59.7183.167.32.0/19AS8218NEO-ASN Zayo EuropeFR

WHOIS identity

Registrar
iana:88
Organization
extende
Contact emails

Subdomains

16 observed subdomains of extende.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for extende.com.

MechanismTarget
SPF_Aextende.com
SPF_IP83.167.46.0/23
SPF_IP83.167.59.0/24
SPF_MXextende.com

Related pages

Pivot deeper into the graph from extende.com.

Cypher and MCP

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

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