Hostname
inter.co
Last fetched
inter.co resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
inter.co resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.164.154.115 | 18.164.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.154.126 | 18.164.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.154.129 | 18.164.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.154.16 | 18.164.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.244.164.125 | 18.244.164.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.244.164.56 | 18.244.164.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.244.164.70 | 18.244.164.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.244.164.9 | 18.244.164.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.171.214.12 | 3.171.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.171.214.44 | 3.171.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.171.214.51 | 3.171.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.171.214.70 | 3.171.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:269
- Organization
- banco inter
- Contact emails
Subdomains
40 observed subdomains of inter.co.
Showing 25 of 40. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from inter.co in the public web crawl.
1,023 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for inter.co.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.ds.dlp.protect.symantec.com |
| SPF_INCLUDE | _spf.i2cinc.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.inter.co |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from inter.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "inter.co"})-[: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.