Hostname
infatica.io
Last fetched
infatica.io resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
infatica.io resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.53.194.70 | 13.53.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 185.223.92.153 | 185.223.92.0/24 | AS57724 | — | NL |
| 185.223.92.157 | 185.223.92.0/24 | AS57724 | — | NL |
WHOIS identity
- Registrar
- iana:69
- Organization
- see privacyguardian.org
- Contact emails
- —
Subdomains
16 observed subdomains of infatica.io.
Web-graph footprint
Distinct hostnames that link to or from infatica.io in the public web crawl.
347 sites link to this hostname.
66 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for infatica.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | email.chargebee.com |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 185.162.130.165 |
Related pages
Pivot deeper into the graph from infatica.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "infatica.io"})-[: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.