Hostname
infofaience.com
Last fetched
infofaience.com resolves to 2 IPv4 addresses operated by IKOULA in FR. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
infofaience.com 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 |
|---|---|---|---|---|
| 213.246.62.203 | 213.246.32.0/19 | AS21409 | IKOULA | FR |
| 213.246.62.208 | 213.246.32.0/19 | AS21409 | IKOULA | FR |
WHOIS identity
- Registrar
- iana:1647
- Organization
- m.l. eijkhout
- Contact emails
Subdomains
3 observed subdomains of infofaience.com.
Web-graph footprint
Distinct hostnames that link to or from infofaience.com in the public web crawl.
27 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for infofaience.com.
| Mechanism | Target |
|---|---|
| SPF_A | infofaience.com |
| SPF_A | linheb13.ikoula.com |
| SPF_A | linheb18.ikoula.com |
| SPF_MX | infofaience.com |
Related pages
Pivot deeper into the graph from infofaience.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "infofaience.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.