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
Resolution chain
archy.net 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 |
|---|---|---|---|---|
| 193.248.145.62 | 193.248.128.0/17 | AS3215 | France Telecom - Orange | FR |
| 82.64.87.98 | 82.64.0.0/14 | AS12322 | PROXAD | FR |
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.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for archy.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from archy.net.
- IP · 193.248.145.62
- ASN · AS3215France Telecom - Orange
- Registrar · iana:433
- Country · FR
- Email · kheop8tyqm505ch3s9tj@l.o-w-o.info
- TLD · .net
- Browse hostnames · ar…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.