Hostname
interbanco.com.gt
Last fetched
interbanco.com.gt resolves to 3 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US.
Nutrition Label
Resolution chain
interbanco.com.gt 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 |
|---|---|---|---|---|
| 45.60.0.194 | 45.60.0.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.60.4.194 | 45.60.4.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 167.17.156.106 | 167.17.156.0/24 | AS198949 | — | US |
WHOIS identity
No WHOIS records are currently associated with interbanco.com.gt in WhisperGraph.
Subdomains
14 observed subdomains of interbanco.com.gt.
Web-graph footprint
Distinct hostnames that link to or from interbanco.com.gt in the public web crawl.
67 sites link to this hostname.
82 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
20 SPF mechanisms authorising senders for interbanco.com.gt.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.fireeyecloud.com |
| SPF_INCLUDE | _spf.fortimailcloud.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.59.107.25/32 |
| SPF_IP | 148.59.109.25/32 |
| SPF_IP | 190.155.6.197 |
| SPF_IP | 190.61.58.156 |
| SPF_IP | 200.49.185.110 |
| SPF_IP | 200.6.240.60 |
| SPF_IP | 208.185.229.41/32 |
| SPF_IP | 208.185.229.42/32 |
| SPF_IP | 208.185.229.43/32 |
| SPF_IP | 208.185.229.44/32 |
| SPF_IP | 208.185.229.45/32 |
| SPF_IP | 208.185.235.41/32 |
| SPF_IP | 208.185.235.42/32 |
| SPF_IP | 208.185.235.43/32 |
| SPF_IP | 208.185.235.45/32 |
| SPF_MX | interbanco.com.gt |
Related pages
Pivot deeper into the graph from interbanco.com.gt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "interbanco.com.gt"})-[: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.