Hostname
afone.com
Last fetched
afone.com resolves to 1 IPv4 address operated by AFONE-AS in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
afone.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 46.255.53.8 | 46.255.53.0/24 | AS34510 | AFONE-AS | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- finli
- Contact emails
- 0978e056b763db85bae5acc922033c16-31102626@contact.gandi.net
- 203b226e2dd46c4c1632bff4c2b24e76-244741@contact.gandi.net
- 30138e37ba8aca8b45052390b5892b41-244741@contact.gandi.net
- 7cd7d37d5ee66c20e1490583212219c0-a4191@contact.gandi.net
- 9d5e18a68bd07e33fb4cb30371280929-244741@contact.gandi.net
- a8f1eded878d5ead61c304ea8e3814b2-50603873@contact.gandi.net
- fc84c7132b1545244cea4bf4db42f23a-31102626@contact.gandi.net
Subdomains
14 observed subdomains of afone.com.
Web-graph footprint
Distinct hostnames that link to or from afone.com in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for afone.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from afone.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "afone.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.