Hostname
infoal.com
Last fetched
infoal.com resolves to 2 IPv4 addresses operated by GOOGLE-2 - Google LLC in ES.
Nutrition Label
Resolution chain
infoal.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 |
|---|---|---|---|---|
| 34.0.205.79 | 34.0.192.0/19 | AS19527 | GOOGLE-2 - Google LLC | ES |
| 80.94.2.202 | 80.94.0.0/20 | AS39263 | ILIMIT | ES |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from infoal.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for infoal.com.
| Mechanism | Target |
|---|---|
| SPF_A | infoal.com |
| SPF_IP | 34.0.201.80 |
| SPF_IP | 34.0.205.79 |
| SPF_IP | 80.94.2.202 |
| SPF_IP | 80.94.2.211 |
| SPF_MX | infoal.com |
Related pages
Pivot deeper into the graph from infoal.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "infoal.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.