Skip to content

Hostname

archy.net

Last fetched

archy.net resolves to 2 IPv4 addresses operated by France Telecom - Orange in FR. WHOIS lists iana:433 as the registrar.

Nutrition Label

WHISPER CANON · archy.netRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/archy.net

Resolution chain

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

IPPrefixASNOperatorCountry
193.248.145.62193.248.128.0/17AS3215France Telecom - OrangeFR
82.64.87.9882.64.0.0/14AS12322PROXADFR

WHOIS identity

Registrar
iana:433
Organization
thirion stephane
Contact emails

Subdomains

1 observed subdomain of archy.net.

Subdomain
www.archy.net

Web-graph footprint

Distinct hostnames that link to or from archy.net in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for archy.net.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from archy.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "archy.net"})-[: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.