Hostname
ficedl.info
Last fetched
ficedl.info resolves to 2 IPv4 addresses operated by AS29222 in CH. WHOIS lists iana:3240 as the registrar.
Nutrition Label
Resolution chain
ficedl.info 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 |
|---|---|---|---|---|
| 195.15.220.165 | 195.15.192.0/18 | AS29222 | — | CH |
| 84.234.23.121 | 84.234.16.0/20 | AS29222 | — | CH |
WHOIS identity
- Registrar
- iana:3240
- Organization
- claude delattre
- Contact emails
Subdomains
20 observed subdomains of ficedl.info.
Web-graph footprint
Distinct hostnames that link to or from ficedl.info in the public web crawl.
46 sites link to this hostname.
30 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ficedl.info.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.infomaniak.ch |
Related pages
Pivot deeper into the graph from ficedl.info.
- IP · 195.15.220.165
- ASN · AS29222
- Registrar · iana:3240
- Country · CH
- Email · 46fda310c3024b62ee3293ff2d2c8f05-870004@owner.gandi.net
- TLD · .info
- Browse hostnames · fi…
- 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: "ficedl.info"})-[: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.